summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2019-05-24gnu: python-mako: Update to 1.0.10.Marius Bakke
* gnu/packages/python-xyz.scm (python-mako): Update to 1.0.10.
2019-05-24Merge branch 'master' into stagingMarius Bakke
2019-05-24gnu: python-markdown: Update to 3.1.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-markdown): Update to 3.1.1.
2019-05-24gnu: Move Sphinx and friends to (gnu packages sphinx).Marius Bakke
* gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport, python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx, python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme, python2-sphinx-rtd-theme, python-guzzle-sphinx-theme, python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed, python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput, python-sphinx-repoze-interface, python2-sphinx-repoze-interface, python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme, python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme, python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ... (gnu): * gnu/packages/sphinx.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/admin.scm, gnu/packages/bioinformatics.scm, gnu/packages/calendar.scm, gnu/packages/cluster.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm, gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm, gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm, gnu/packages/search.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports.
2019-05-22gnu: python-honcho: Fix typo "several".Vagrant Cascadian
* gnu/packages/python-xyz (python-honcho)[description]: Fix typo.
2019-05-22gnu: python-docopt: Fix typo "programmatically".Vagrant Cascadian
* gnu/packages/python-xyz (python-docopt)[description]: Fix typo.
2019-05-22gnu: python-xlrd: Fix typo "This package".Vagrant Cascadian
* gnu/packages/python-xyz (python-xlrd)[description]: Fix typo.
2019-05-22gnu: python-bigfloat: Fix typo "This package".Vagrant Cascadian
* gnu/packages/python-xyz (python-bigfloat)[description]: Fix typo.
2019-05-22gnu: python-jsonrpc-server: Fix typo "This package".Vagrant Cascadian
* gnu/packages/python-xyz (python-jsonrpc-server)[description]: Fix typo.
2019-05-22gnu: Add mallard-ducktypeJack Hill
* gnu/packages/python-xyz.scm: (mallard-ducktype) new variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-15gnu: python-jedi: Update to 0.13.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.3. (python2-jedi): Enable tests.
2019-05-15gnu: Add python-pylzma.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-pylzma): New variable. (python2-pylzma): New variable.
2019-05-13gnu: python-packaging: Update to 19.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-packaging): Update to 19.0.
2019-05-13gnu: python-pygments: Update to 2.4.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.4.0.
2019-05-13gnu: python-jinja2: Update to 2.10.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-jinja2): Update to 2.10.1.
2019-05-13gnu: python-future: Update to 0.17.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-future): Update to 0.17.1.
2019-05-06gnu: python-pyyaml: Fix license field to refer to license:wtfpl2.Brendan Tildesley
* gnu/packages/python-xyz.scm (python-pyyaml): Fix license field to refer to license:wtfpl2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-05Correct email and license info for Brendan Tildesley.Brendan Tildesley
* gnu/packages/audio.scm: Correct email and license info. * gnu/packages/ebook.scm: Correct email and license info. * gnu/packages/fonts.scm: Correct email and license info. * gnu/packages/freedesktop.scm: Correct email and license info. * gnu/packages/gnome.scm: Correct email and license info. * gnu/packages/linux.scm: Correct email and license info. * gnu/packages/lxde.scm: Correct email and license info. * gnu/packages/python-web.scm: Correct email and license info. * gnu/packages/python-xyz.scm: Correct email and license info. * gnu/packages/python.scm: Correct email and license info. * gnu/packages/video.scm: Correct email and license info. * gnu/packages/web.scm: Correct email and license info. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: Add python-soupsieve, python2-soupsieve.Brendan Tildesley
* gnu/packages/python-xyz.scm (python-soupsieve): New variable. (python2-soupsieve): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05gnu: python-regex, python2-regex: Update to 2019.04.14.Brendan Tildesley
* gnu/packages/python.scm (python-regex, python2-regex): Update to 2019.04.14. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-04gnu: python-cython: Update to 0.29.7.Marius Bakke
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.7.
2019-05-02gnu: python-more-itertools: Update to 7.0.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-more-itertools): Update to 7.0.0.
2019-05-01Merge branch 'master' into core-updatesMarius Bakke
2019-04-28Merge branch 'staging'Ludovic Courtès
2019-04-25gnu: python-dill: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-dill)[description]: Fix typo.
2019-04-25gnu, guix: Yearly ritual purging of the filesystems.Tobias Geerinckx-Rice
* gnu/packages/android.scm (android-ext4-utils)[synopsis]: Fix ‘file system’ spelling. * gnu/packages/disk.scm (rmlint)[synopsis, description]: Likewise. * gnu/packages/golang.scm (go-github-com-kr-fs)[synopsis, description]: Likewise & edit for grammar. * gnu/packages/ipfs.scm (gx, go-ipfs)[description]: Likewise. * /gnu/packages/java.scm (java-commons-vfs)[synopsis]: Likewise. * gnu/packages/linux.scm (fuseiso)[description]: Likewise. (genext2fs)[synopsis, description]: Likewise. * gnu/packages/package-management.scm (libostree)[description]: Likewise. * gnu/packages/python-xyz.scm (python-requests-file)[description]: Likewise & mark up. * gnu/packages/rails.scm (ruby-with-advisory-lock)[description]: Likewise. * gnu/packages/ruby.scm (ruby-rerun)[description]: Likewise. * guix/build/go-build-system.scm (setup-go-environment)<docstring>: Likewise. * guix/store/deduplication.scm (get-temp-link)<docstring>: Likewise.
2019-04-24gnu: python2-sh: Fix build.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-sh): Fix build error with Python 2 due to failing tests.
2019-04-23Merge branch 'master' into stagingMarius Bakke
2019-04-22gnu: python-dill: Update to 0.2.9.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-dill): Update to 0.2.9.
2019-04-22gnu: python-serpent: Tweak description.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-serpent)[description]: Use @code{} and edit slightly.
2019-04-22gnu: python-serpent: Update to 1.28.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-serpent): Update to 1.28. [native-inputs]: Add python-attrs & python-pytz.
2019-04-22gnu: python-openpyxl: Update to 2.6.2.Tobias Geerinckx-Rice
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 2.6.2.
2019-04-19gnu: Add python-robotframework-lint.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-lint): New variable.
2019-04-19gnu: Add python-robotframework-sshlibrary.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): New variable.
2019-04-19gnu: Add python-robotframework.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework): New variable. * gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it.
2019-04-19gnu: Add python-rellu.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-rellu): New variable.
2019-04-19gnu: Add python-pygithub.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pygithub): New variable.
2019-04-19gnu: Add python-deprecated.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-deprecated): New variable.
2019-04-19gnu: Add python-scp.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-scp): New variable.
2019-04-19gnu: Add python-bumpversion.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-bumpversion): New variable.
2019-04-19gnu: python2-send2trash: Don't inherit properties from python-send2trash.Marius Bakke
This is a follow-up to commit 20b3fde7763a14f605ac8a0aba1abfa73a6e7dda. Commits and beer do not mix well. * gnu/packages/python-xyz.scm (python2-send2trash): Inherit using STRIP-PYTHON2-VARIANT.
2019-04-19gnu: python-send2trash: Really delay Python2 variant.Marius Bakke
This is a follow-up to commit 4782a06f45d515eebc4d1ee8e958def409a0ef9f, which somehow solved my problem, but did so incorrectly. * gnu/packages/python-xyz.scm (python-send2trash)[properties]: Refer to PYTHON2-SEND2TRASH.
2019-04-19gnu: python-send2trash: Properly delay python2 variant.Marius Bakke
* gnu/packages/python-xyz.scm (python2-send2trash)[properties]: Move from here ... (python-send2trash)[properties]: ... to here.
2019-04-19gnu: python-jsonschema: Update to 3.0.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-jsonschema): Update to 3.0.1. [arguments]: Adjust check phase for Twisted instead of nosetests. [native-inputs]: Remove PYTHON-NOSE and PYTHON-VCVERSIONER. Add PYTHON-SETUPTOOLS-SCM and PYTHON-TWISTED. [propagated-inputs]: Add PYTHON-ATTRS, PYTHON-PYRSISTENT and PYTHON-SIX. (python2-jsonschema)[native-inputs, propagated-inputs]: Inherit.
2019-04-19gnu: Add python-pyrsistent.Marius Bakke
* gnu/packages/python-xyz.scm (python-pyrsistent, python2-pyrsistent): New public variables.
2019-04-19gnu: python-twisted: Update to 19.2.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-twisted): Update to 19.2.0. [propagated-inputs]: Add PYTHON-PYHAMCREST.
2019-04-19gnu: python-automat: Update to 0.7.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-automat): Update to 0.7.0.
2019-04-19gnu: python-m2r: Update to 0.2.1.Marius Bakke
* gnu/packages/python-xyz.scm (python-m2r): Update to 0.2.1.
2019-04-19gnu: python-idna: Update to 2.8.Marius Bakke
* gnu/packages/python-xyz.scm (python-idna): Update to 2.8.
2019-04-17Merge branch 'master' into stagingMarius Bakke