Sort Guix dependencies.
This commit is contained in:
parent
87b4d3e699
commit
4ba55bd3b0
41
guix-env.scm
41
guix-env.scm
@ -324,43 +324,42 @@ data as NumPy arrays.")
|
||||
("nss-certs" ,nss-certs)))
|
||||
(propagated-inputs
|
||||
`(("python-alembic" ,python-alembic)
|
||||
;; ("python-pytest-xdist" ,python-pytest-xdist)
|
||||
;; ("python-pytest-forked" ,python-pytest-forked)
|
||||
("python-celery" ,python-celery)
|
||||
("python-kombu" ,python-kombu)
|
||||
("python-webtest" ,python-webtest)
|
||||
("python-pastedeploy" ,python-pastedeploy)
|
||||
("python-paste" ,python-paste)
|
||||
("python-pastescript" ,python-pastescript)
|
||||
("python-translitcodec" ,python-translitcodec)
|
||||
("python-babel" ,python-babel)
|
||||
("python-celery" ,python-celery)
|
||||
("python-configobj" ,python-configobj)
|
||||
("python-dateutil" ,python-dateutil)
|
||||
("python-docutils" ,python-docutils)
|
||||
("python-email-validator" ,python-email-validator)
|
||||
("python-exif-read" ,python-exif-read)
|
||||
("python-feedgenerator" ,python-feedgenerator)
|
||||
("python-itsdangerous" ,python-itsdangerous)
|
||||
("python-jinja2" ,python-jinja2)
|
||||
("python-jsonschema" ,python-jsonschema)
|
||||
("python-kombu" ,python-kombu)
|
||||
("python-ldap" ,python-ldap)
|
||||
("python-lxml" ,python-lxml)
|
||||
("python-markdown" ,python-markdown)
|
||||
("python-oauthlib" ,python-oauthlib)
|
||||
("python-openid" ,python-openid)
|
||||
("python-paste" ,python-paste)
|
||||
("python-pastedeploy" ,python-pastedeploy)
|
||||
("python-pastescript" ,python-pastescript)
|
||||
("python-pillow" ,python-pillow)
|
||||
("python-py-bcrypt" ,python-py-bcrypt)
|
||||
("python-pyld" ,python-pyld)
|
||||
;; ("python-pytest-forked" ,python-pytest-forked)
|
||||
;; ("python-pytest-xdist" ,python-pytest-xdist)
|
||||
("python-pytz" ,python-pytz)
|
||||
("python-requests" ,python-requests)
|
||||
("python-setuptools" ,python-setuptools)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-docutils" ,python-docutils)
|
||||
("python-sqlalchemy" ,python-sqlalchemy)
|
||||
("python-unidecode" ,python-unidecode)
|
||||
("python-werkzeug" ,python-werkzeug)
|
||||
("python-exif-read" ,python-exif-read)
|
||||
;; ("python-wtforms" ,python-wtforms)
|
||||
("python-email-validator" ,python-email-validator)
|
||||
("python-feedgenerator" ,python-feedgenerator)
|
||||
("python-soundfile" ,python-soundfile)
|
||||
("python-ldap" ,python-ldap)
|
||||
("python-openid" ,python-openid)
|
||||
))
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-sqlalchemy" ,python-sqlalchemy)
|
||||
("python-translitcodec" ,python-translitcodec)
|
||||
("python-unidecode" ,python-unidecode)
|
||||
("python-webtest" ,python-webtest)
|
||||
("python-werkzeug" ,python-werkzeug)
|
||||
("python-wtforms" ,python-wtforms)))
|
||||
(home-page "http://mediagoblin.org/")
|
||||
(synopsis "Web application for media publishing")
|
||||
(description "MediaGoblin is a web application for publishing all kinds of
|
||||
|
Loading…
x
Reference in New Issue
Block a user