summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2017-04-21gnu: python-pyopenssl: Update to 17.0.0.Marius Bakke
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.0.0. [native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0. * gnu/packages/patches/python-pyopenssl-skip-network-test.patch: Adjust.
2017-04-18gnu: Add python-fudge.Ben Sturmfels
* gnu/packages/python.scm (python-fudge): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-17gnu: Fix typos in descriptions.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (di)[description]: Likewise. * gnu/packages/bioinformatics.scm (r-annotate)[description]: Likewise. * gnu/packages/datastructures.scm (sparsehash)[description]: Likewise. * gnu/packages/dns.scm (knot)[description]: Likewise. * gnu/packages/emacs.scm (emacs-idle-highlight)[synopsis, description]: Likewise. * gnu/packages/gnome.scm (libpeas)[description]: Likewise. * gnu/packages/gtk.scm (python2-pygtk)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities)[description]: Fix typo. * gnu/packages/libevent.scm (perl-anyevent)[description]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[description]: Likewise. * gnu/packages/mail.scm (mlmmj)[description]: Likewise. * gnu/packages/maths.scm (vc)[description]: Likewise. * gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Likewise. * gnu/packages/networking.scm (nload)[description]: Likewise. * gnu/packages/python.scm (python-execnet)[description]: Likewise. * gnu/packages/terminals.scm (tilda)[description]: Likewise. * gnu/packages/python.scm (python-execnet, python-tables) (python2-coverage-test-runner, python2-rope)[description]: Likewise.
2017-04-11gnu: python-paramiko: Update to 1.17.4.Ben Sturmfels
* gnu/packages/python.scm (python-paramiko): Update to 1.17.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-09Revert "gnu: Add python-openid."Mark H Weaver
This reverts commit ccda56886625af84d34ebf1f26b22345e5dbe235.
2017-04-08gnu: Add python-openid.ng0
* gnu/packages/python.scm (python-openid): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-04gnu: python2-cython: Fix build on 32-bit platforms.Marius Bakke
* gnu/packages/python.scm (python-cython, python2-cython)[source]: Add patch. * gnu/packages/patches/python-cython-fix-tests-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2017-04-04gnu: Add python-mando-0.3.1Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-mando-0.3.1): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-03gnu: python-pexpect: Use python-pytest@3.0.Marius Bakke
* gnu/packages/python.scm (python-pexpect, python2-pexpect)[native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
2017-04-03gnu: python-cython: Update to 0.25.2.Marius Bakke
* gnu/packages/python.scm (python-cython, python2-cython): Update to 0.25.2.
2017-04-02gnu: Use HTTPS URLs for GitHub home-pages.Leo Famulari
* gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm, gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm, gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm, gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on GitHub.
2017-03-30Merge branch 'master' into core-updatesMarius Bakke
Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
2017-03-29gnu: python-enum34: Update to 1.1.6.Leo Famulari
* gnu/packages/python.scm (python-enum34, python2-enum34): Update to 1.1.6. [arguments]: Remove custom test phase.
2017-03-29gnu: python-pexpect: Add verbose test output.Marius Bakke
Fixes <https://bugs.gnu.org/26286>. * gnu/packages/python.scm (python-pexpect, python2-pexpect)[arguments]: Add "-v" to "nosetests" command.
2017-03-28gnu: python-pytest-2.9.2: Replace with python-pytest-3.0.Leo Famulari
* gnu/packages/python.scm (python-pytest-2.9.2): Replace with ... (python-pytest-3.0): ... new variable. (python2-pytest-3.0): New variable. (python-cryptography, python2-cryptography, python-sphinx-1.5.3)[native-inputs]: Replace python-pytest-2.9.2 with python-pytest-3.0. * gnu/packages/backup.scm (borg)[native-inputs]: Likewise. gnu/packages/calendar.scm (khal)[native-inputs]: Likewise.
2017-03-28gnu: Add python-mandoMuriithi Frederick Muriuki
* gnu/packages/python.scm (python-mando, python2-mando): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-28gnu: Add python-paramunittestMuriithi Frederick Muriuki
* gnu/packages/python.scm (python-paramunittest, python2-paramunittest): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-28gnu: Add python-sphinx@1.5.3.Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-sphinx-1.5.3): New variable.
2017-03-28gnu: Add python-pytest@3.0.7Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-pytest-3.0.7): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-27Merge branch 'master' into core-updatesLeo Famulari
2017-03-25gnu: python2-dogtail: Update to 0.9.9.Efraim Flashner
* gnu/packages/python.scm (python2-dogtail): Update to 0.9.9. [source]: Download using pypi-uri scheme.
2017-03-23gnu: python-appdirs: Use pypi-uri.Leo Famulari
This is a followup to commit 543782e1ff1e296d61ca528debe3fc6420f5e45a. * gnu/packages/python.scm (python-appdirs, python2-appdirs)[source]: Use pypi-uri.
2017-03-23Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-23gnu: python-natsort: Update to 5.0.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-natsort): Update to 5.0.2.
2017-03-23gnu: python2-futures: Update to 3.0.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python2-futures): Update to 3.0.5.
2017-03-23gnu: python-rauth: Update to 0.7.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-rauth): Update to 0.7.3.
2017-03-23gnu: python-ipaddress: Update to 1.0.18.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ipaddress): Update to 1.0.18.
2017-03-23gnu: python-appdirs: Update to 1.4.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-appdirs): Update to 1.4.3.
2017-03-23gnu: python-beautifulsoup4: Update to 4.5.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-beautifulsoup4): Update to 4.5.3.
2017-03-23gnu: python-drmaa: Update to 0.7.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-drmaa): Update to 0.7.7.
2017-03-23gnu: python-sqlalchemy-utils: Update to 0.32.13.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13.
2017-03-23gnu: python-pafy: Update to 0.5.3.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pafy): Update to 0.5.3.1.
2017-03-22Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-22gnu: python-psycopg2: Update to 2.6.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-psycopg2): Update to 2.6.2.
2017-03-22gnu: python-zope-component: Update to 4.3.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-zope-component): Update to 4.3.0. [source]: Use pypi-uri.
2017-03-22gnu: python-atomicwrites: Update to 1.1.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-atomicwrites): Update to 1.1.5.
2017-03-22gnu: python-texttable: Update to 0.8.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-texttable): Update to 0.8.7.
2017-03-22gnu: python-feedgenerator: Update to 1.9.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-feedgenerator): Update to 1.9.
2017-03-22gnu: python-wrapt: Update to 1.10.8.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-wrapt): Update to 1.10.8. [source]: Use pypi-uri.
2017-03-22gnu: python-py: Update to 1.4.32.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-py): Update to 1.4.32.
2017-03-22gnu: python-sphinx-cloud-sptheme: Update to 1.8.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-sphinx-cloud-sptheme): Update to 1.8.0.
2017-03-22gnu: python-wcwidth: Update to 0.1.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-wcwidth): Update to 0.1.7. [source]: Use pypi-uri.
2017-03-22gnu: python-markdown: Update to 2.6.8.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-markdown): Update to 2.6.8.
2017-03-21gnu: python-pillow: Fix test failures with freetype-2.7.Leo Famulari
* gnu/packages/patches/python-pillow-freetype-2.7-test-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-pillow, python2-pillow)[source]: Use it.
2017-03-20gnu: snakemake: Add runtime dependencies.Ricardo Wurmus
* gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-wrapt and python-requests.
2017-03-20gnu: Add python-pylint.Arun Isaac
* gnu/packages/python.scm (python-pylint, python2-pylint): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-03-20gnu: Add python2-coverage-test-runner.Arun Isaac
* gnu/packages/python.scm (python2-coverage-test-runner): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-03-20gnu: Add python-configparser.Arun Isaac
* gnu/packages/python.scm (python-configparser, python2-configparser): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-03-20gnu: Add python2-backports-functools-lru-cache.Arun Isaac
* gnu/packages/python.scm (python2-backports-functools-lru-cache): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-03-20gnu: Add python-isort.Arun Isaac
* gnu/packages/python.scm (python-isort, python2-isort): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>