diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-30 15:59:32 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-30 15:59:32 +1100 |
commit | 4ba55bd3b058af1dc73f526313896dddd50b9235 (patch) | |
tree | e83be37f806fc11779428feea23aeb21e1b17412 /guix-env.scm | |
parent | 87b4d3e699e9980c81643ebaea061055fcd37a0f (diff) | |
download | mediagoblin-4ba55bd3b058af1dc73f526313896dddd50b9235.tar.lz mediagoblin-4ba55bd3b058af1dc73f526313896dddd50b9235.tar.xz mediagoblin-4ba55bd3b058af1dc73f526313896dddd50b9235.zip |
Sort Guix dependencies.
Diffstat (limited to 'guix-env.scm')
-rw-r--r-- | guix-env.scm | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/guix-env.scm b/guix-env.scm index f4f974ad..6bd05f11 100644 --- a/guix-env.scm +++ b/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-soundfile" ,python-soundfile) ("python-sphinx" ,python-sphinx) - ("python-docutils" ,python-docutils) ("python-sqlalchemy" ,python-sqlalchemy) + ("python-translitcodec" ,python-translitcodec) ("python-unidecode" ,python-unidecode) + ("python-webtest" ,python-webtest) ("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-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 |