aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2018-12-26gnu: python-apache-libcloud: Update to 2.4.0.Efraim Flashner
* gnu/packages/python.scm (python-apache-libcloud): Update to 2.4.0.
2018-12-16gnu: python-pyelftools: Fix tests with python 3.7.Vagrant Cascadian
* gnu/packages/python.scm (python-pyelftools) [native-inputs]: Remove python-setuptools. [arguments]: Add set-pythonpath phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2018-12-12gnu: python-celery: Update to 4.2.1.Christopher Baines
This is an attempt to get the package building after the update to Python 3.7. I'm not sure this totally works, as the tests detect an incompatibility with Python 3.7 due to use of "async". But with the tests disabled, you can at least import the celery module, which is a start. * gnu/packages/python.scm (python-celery): Update to 4.2.1. [arguments]: Switch to py.test, from nose, disable the tests and loosen the requirements on pytest. [native-inputs]: Remove python-nose, add python-pytest and python-case. [home-page]: Change from HTTP to HTTPS.
2018-12-12gnu: python-billiard: Update to 3.5.0.5.Christopher Baines
This is to enable updating python-celery. * gnu/packages/python.scm (python-billiard): Update to 3.5.0.5. [native-inputs]: Remove python-nose, add python-case and python-pytest.
2018-12-12gnu: python-kombu: Update to 4.2.2.Christopher Baines
This fixes the build, that probably broke with a Python update. * gnu/packages/python.scm (python-kombu): Update to 4.2.2..
2018-12-12gnu: python-amqp: Update to 2.3.2.Christopher Baines
This is needed to update python-kombu to 4.2.2. * gnu/packages/python.scm (python-amqp): Update to 2.3.2.
2018-12-12gnu: Add python-pyro4.Christopher Baines
This is needed to update python-kombu to 4.2.2 * gnu/packages/python.scm (python-pyro4): New variable.
2018-12-12gnu: Add python-vine.Christopher Baines
This is needed to update python-amqp to 2.3.2. * gnu/packages/python.scm (python-vine): New variable.
2018-12-12gnu: Add python-case.Christopher Baines
This is required to update python-amqp and python-kombu, as well as adding python-vine. * gnu/packages/python.scm (python-case): New variable.
2018-12-12gnu: Add python-serpent.Christopher Baines
This is required for python-pyro4, which is needed to update python-amqp and python-kombu. * gnu/packages/python.scm (python-serpent): New variable.
2018-12-11gnu: python-gevent: Remove unreliable test.Rutger Helling
* gnu/packages/python.scm (python-gevent): Add 'skip-timer-test phase from python2-gevent. * gnu/packages/python.scm (python2-gevent): Remove 'skip-timer-test phase, inherit from python-gevent instead.
2018-12-09gnu: python-jedi: Update to 0.13.1 and disable the tests.Maxim Cournoyer
Jedi test suite fails when run with Python 3.7. * gnu/packages/python.scm (python-jedi): Update to 0.13.1 [tests?] Disable. [phases] Add condition check for the tests? argument to run the tests.
2018-12-08gnu: python-pyaml: Update to 18.11.0.Marius Bakke
* gnu/packages/python.scm (python-pyaml): Update to 18.11.0.
2018-12-03gnu: python-unidecode: Update to 1.0.23.Leo Famulari
* gnu/packages/python.scm (python-unidecode, python2-unidecode): Update to 1.0.23.
2018-12-03gnu: python-scikit-image: Propagate six and numpy.Marius Bakke
* gnu/packages/python.scm (python-scikit-image)[native-inputs]: Move PYTHON-NUMPY and PYTHON-SIX ... [propagated-inputs]: ... here.
2018-12-03gnu: python-scikit-image: Update to 0.14.1.Marius Bakke
Also add explicit Python2 variants for its dependency closure. * gnu/packages/python.scm (python-scikit-image): Update to 0.14.1. [source](uri): Use PYPI-URI. [propagated-inputs]: Add PYTHON-CLOUDPICKLE, PYTHON-DASK, PYTHON-MATPLOTLIB and PYTHON-PYWAVELETS. (python2-toolz, python2-cloudpickle, python2-locket, python2-blosc, python2-partd, python2-dask): New public variables.
2018-12-03gnu: python-dask: Update to 1.0.0.Marius Bakke
* gnu/packages/python.scm (python-dask): Update to 1.0.0. [arguments]: Disable one test for Python2, and override 'check' phase.
2018-12-03gnu: python-cloudpickle: Update to 0.6.1.Marius Bakke
* gnu/packages/python.scm (python-cloudpickle): Update to 0.6.1.
2018-12-03gnu: Add python-pywavelets.Marius Bakke
* gnu/packages/python.scm (python-pywavelets, python2-pywavelets): New public variables.
2018-12-03gnu: python-greenlet: Update to 0.4.15.Marius Bakke
* gnu/packages/python.scm (python-greenlet): Update to 0.4.15.
2018-12-03Merge branch 'core-updates'Ludovic Courtès
2018-12-02gnu: python-pip: Update to 18.1.Nicolas Goaziou
* gnu/packages/python.scm (python-pip): Update to 18.1.
2018-12-02gnu: Add python-attr.Nicolas Goaziou
* gnu/packages/python.scm (python-attr): New variable.
2018-12-02gnu: python-async-timeout: Update to 3.0.1.Nicolas Goaziou
* gnu/packages/python.scm (python-async-timeout): Update to 3.0.1.
2018-11-29Merge branch 'master' into core-updatesMarius Bakke
2018-11-27gnu: python-kivy-next, python2-kivy-next: Deprecate.Ludovic Courtès
As discussed at <https://bugs.gnu.org/33426>. * gnu/packages/python.scm (python-kivy-next, python2-kivy-next): Mark as deprecated.
2018-11-26gnu: python-tblib: Use invoke.Danny Milosavljevic
* gnu/packages/python.scm (python-tblib)[arguments]<#:phases>[check]: Use invoke.
2018-11-26gnu: python-seaborn: Update to 0.9.0.Ricardo Wurmus
* gnu/packages/python.scm (python-seaborn): Update to 0.9.0. [arguments]: Enable tests. [propagated-inputs]: Add python-numpy. [native-inputs]: Add python-pytest and xorg-server. [properties]: Remove. (python2-seaborn)[propagated-inputs]: Remove python2-pytz.
2018-11-25gnu: python2-gevent: Fix compilation.Ludovic Courtès
* gnu/packages/python.scm (python-gevent)[arguments]: Add (ice-9 match) to #:modules. In 'do-not-use-bundled-sources' phase, use 'scandir' to avoid hard-coded include directory name. [properties]: New field. (python2-gevent): Add 'native-inputs' and 'arguments' fields.
2018-11-25gnu: python2-numpy@1.8: Provide "python2-nose".Marius Bakke
Also remove other native-inputs since they appear unnecessary. * gnu/packages/python.scm (python2-numpy-1.8)[native-inputs]: New field.
2018-11-24gnu: python-pika: Update to 0.12.0.Marius Bakke
* gnu/packages/python.scm (python-pika): Update to 0.12.0.
2018-11-24gnu: python2-fasteners: Propagate python2-futures.Marius Bakke
* gnu/packages/python.scm (python-fasteners)[properties]: New field. (python2-fasteners)[propagated-inputs]: Add PYTHON2-FUTURES.
2018-11-24gnu: python2-futures: Update to 3.2.0.Marius Bakke
* gnu/packages/python.scm (python2-futures): Update to 3.2.0.
2018-11-24gnu: python2-futures: Disable tests.Marius Bakke
* gnu/packages/python.scm (python2-futures)[arguments]: Set #:test? #f.
2018-11-24gnu: python-cheetah: Update to 3.1.0.Marius Bakke
* gnu/packages/python.scm (python2-cheetah): Rename to ... (python-cheetah): ... this. Update to 3.1.0. [arguments]: Add custom 'check' phase. [propagated-inputs]: Change PYTHON2-MARKDOWN to PYTHON-MARKDOWN. (python2-cheetah): Rewrite in terms of PACKAGE-WITH-PYTHON2.
2018-11-24gnu: python2-cheetah: Update home page.Marius Bakke
* gnu/packages/python.scm (python-cheetah)[home-page]: Update to current.
2018-11-24Merge branch 'master' into core-updatesMarius Bakke
2018-11-23gnu: python-ilinkedlist: Update to 0.4.0.Luther Thompson
* gnu/packages/python.scm (python-ilinkedlist): Update to 0.4.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-11-23gnu: python-gevent: Update to 1.3.7.Ricardo Wurmus
* gnu/packages/python.scm (python-gevent): Update to 1.3.7. [arguments]: Find headers for greenlet in phase "do-not-use-bundled-sources". [propagated-inputs]: Add python-objgraph.
2018-11-23gnu: Add python-objgraph.Ricardo Wurmus
* gnu/packages/python.scm (python-objgraph): New variable.
2018-11-22gnu: python-tblib: Fix test failure with Python 3.7.Marius Bakke
* gnu/packages/python.scm (python-tblib)[arguments]: Add 'adjust-tests' phase.
2018-11-21gnu: python-numpy: Update to 1.15.4.Marius Bakke
* gnu/packages/python.scm (python-numpy): Update to 1.15.4.
2018-11-21gnu: python-numpy: Update to 1.14.6.Marius Bakke
* gnu/packages/python.scm (python-numpy): Update to 1.14.6.
2018-11-21Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2018-11-21gnu: python-waf: Use a proper directory structure.Efraim Flashner
Fixes <https://bugs.gnu.org/25634>. * gnu/packages/python.scm (python-waf): Replace custom 'install phase to install "waf" binary into the bin directory. Remove the 'wrap phase. * gnu/packages/video.scm (mpv)[arguments]: Adjust the 'setup-waf phase accordingly.
2018-11-21gnu: python-waf: Use a proper directory structure.Efraim Flashner
Fixes <https://bugs.gnu.org/25634>. * gnu/packages/python.scm (python-waf): Replace custom 'install phase to install "waf" binary into the bin directory. Remove the 'wrap phase. * gnu/packages/video.scm (mpv)[arguments]: Adjust the 'setup-waf phase accordingly.
2018-11-21gnu: Add python-wikidata.swedebugia
* gnu/packages/python.scm (python-wikidata): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-11-21gnu: python-astroid: Update to 2.0.4.Efraim Flashner
* gnu/packages/python.scm (python-astroid): Update to 2.0.4. [source]: Switch to pypi source. [native-inputs]: Add python-dateutil, python-nose, python-pytest, python-pytest-runner. [arguments]: Add phase to remove spurious test failure. Update custom 'check phase. (python2-astroid): Update to 1.6.5. [source]: Use pypi source. [arguments]: Add phase to remove spurious test failure.
2018-11-20Merge branch 'master' into core-updatesMarius Bakke
2018-11-20gnu: python-joblib: Update home page.Marius Bakke
* gnu/packages/python.scm (python-joblib)[home-page]: Update to current.