aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Expand)AuthorAge
* gnu: python-tblib: Use invoke.•••* gnu/packages/python.scm (python-tblib)[arguments]<#:phases>[check]: Use invoke. Danny Milosavljevic2018-11-26
* gnu: python2-gevent: Fix compilation.•••* 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. Ludovic Courtès2018-11-25
* gnu: python2-numpy@1.8: Provide "python2-nose".•••Also remove other native-inputs since they appear unnecessary. * gnu/packages/python.scm (python2-numpy-1.8)[native-inputs]: New field. Marius Bakke2018-11-25
* gnu: python-pika: Update to 0.12.0.•••* gnu/packages/python.scm (python-pika): Update to 0.12.0. Marius Bakke2018-11-24
* gnu: python2-fasteners: Propagate python2-futures.•••* gnu/packages/python.scm (python-fasteners)[properties]: New field. (python2-fasteners)[propagated-inputs]: Add PYTHON2-FUTURES. Marius Bakke2018-11-24
* gnu: python2-futures: Update to 3.2.0.•••* gnu/packages/python.scm (python2-futures): Update to 3.2.0. Marius Bakke2018-11-24
* gnu: python2-futures: Disable tests.•••* gnu/packages/python.scm (python2-futures)[arguments]: Set #:test? #f. Marius Bakke2018-11-24
* gnu: python-cheetah: Update to 3.1.0.•••* 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. Marius Bakke2018-11-24
* gnu: python2-cheetah: Update home page.•••* gnu/packages/python.scm (python-cheetah)[home-page]: Update to current. Marius Bakke2018-11-24
* Merge branch 'master' into core-updatesMarius Bakke2018-11-24
|\
| * gnu: python-ilinkedlist: Update to 0.4.0.•••* gnu/packages/python.scm (python-ilinkedlist): Update to 0.4.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Luther Thompson2018-11-23
| * gnu: python-numpy: Update to 1.14.6.•••* gnu/packages/python.scm (python-numpy): Update to 1.14.6. Marius Bakke2018-11-21
* | gnu: python-gevent: Update to 1.3.7.•••* 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. Ricardo Wurmus2018-11-23
* | gnu: Add python-objgraph.•••* gnu/packages/python.scm (python-objgraph): New variable. Ricardo Wurmus2018-11-23
* | gnu: python-tblib: Fix test failure with Python 3.7.•••* gnu/packages/python.scm (python-tblib)[arguments]: Add 'adjust-tests' phase. Marius Bakke2018-11-22
* | gnu: python-numpy: Update to 1.15.4.•••* gnu/packages/python.scm (python-numpy): Update to 1.15.4. Marius Bakke2018-11-21
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2018-11-21
|\|
| * gnu: python-waf: Use a proper directory structure.•••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. Efraim Flashner2018-11-21
| * gnu: Add python-wikidata.•••* gnu/packages/python.scm (python-wikidata): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> swedebugia2018-11-21
* | gnu: python-waf: Use a proper directory structure.•••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. Efraim Flashner2018-11-21
* | gnu: python-astroid: Update to 2.0.4.•••* 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. Efraim Flashner2018-11-21
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-20
|\|
| * gnu: python-joblib: Update home page.•••* gnu/packages/python.scm (python-joblib)[home-page]: Update to current. Marius Bakke2018-11-20
| * gnu: python-joblib: Update to 0.13.0.•••* gnu/packages/python.scm (python-joblib): Update to 0.13.0. [source](snippet): Remove. [arguments]: Remove 'disable-failing-tests' phase. Add custom check phase. [native-inputs]: Remove PYTHON-NOSE, PYTHON-SPHINX, PYTHON-DOCUTILS and PYTHON-NUMPYDOC. Add PYTHON-PYTEST. Marius Bakke2018-11-20
| * gnu: python-natsort: Update to 5.4.1.•••* gnu/packages/python.scm (python-natsort): Update to 5.4.1. [arguments]: Add #:modules. Replace 'check' phase with custom pytest invokation. [native-inputs]: Remove PYTHON-PYTEST-CACHE, PYTHON-PYTEST-FLAKES and PYTHON-PYTEST-PEP8. Add PYTHON-PYTEST and PYTHON-PYTEST-MOCK. (python2-natsort)[native-inputs]: Remove PYTHON2-ENUM34 and PYTHON2-MOCK. Marius Bakke2018-11-20
| * gnu: python-kivy: Update to 1.10.1•••* gnu/packages/python.scm (python-kivy): Update to 1.10.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jovany Leandro G.C2018-11-19
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-14
|\|
| * gnu: Add python-precis-i18n.•••* gnu/packages/messaging.scm (python-precis-i18n): New variable. Clément Lassieur2018-11-11
* | gnu: python-yapf: Update to 0.24.0.•••* gnu/packages/python.scm (python-yapf): Update to 0.24.0. Efraim Flashner2018-11-11
* | gnu: python-pyclipper: Enable tests.•••* gnu/packages/python.scm (python-pyclipper)[arguments]: Enable tests. [native-inputs]: Add python-pytest, python-pytest-runner, python-unittest2. Efraim Flashner2018-11-11
* | gnu: python-pyclipper: Update to 1.1.0post1.•••* gnu/packages/python.scm (python-pyclipper): Update to 1.1.0post1. [source]: Add snippet to remove cythonized source files. [arguments]: Add custom phase to generate cythonized files. [native-inputs]: Add python-cython. [description]: Update clipper library version. Efraim Flashner2018-11-11
* | gnu: python-networkx2: Remove variable.•••* gnu/packages/python.scm (python-networkx2): Remove variable. * gnu/packages/patches/python-networkx2-reproducible-build.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2018-11-11
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-09
|\|
| * gnu: python-ilinkedlist: Update to 0.3.1.•••* gnu/packages/python.scm (python-ilinkedlist): Update to 0.3.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Luther Thompson2018-11-08
| * gnu: Add python-pyelftools.•••* gnu/packages/python.scm (python-pyelftools): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vagrant Cascadian2018-11-08
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-05
|\|
| * gnu: python-ilinkedlist: Update to 0.2.0.•••* gnu/packages/python.scm (python-ilinkedlist): Update to 0.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Luther Thompson2018-11-05
| * gnu: pelican: Update to 3.7.1.•••* gnu/packages/python.scm (pelican): Update to 3.7.1. [home-page]: Use HTTPS URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vagrant Cascadian2018-11-05
| * gnu: python-apache-libcloud: Update to 2.3.0.•••* gnu/packages/python.scm (python-apache-libcloud) (python2-apache-libcloud): Update to 2.3.0. Julien Lepiller2018-11-02
| * gnu: python-jsonrpclib-pelix: Update to 0.3.2.•••* gnu/packages/python.scm (python-jsonrpclib-pelix): Update to 0.3.2. [arguments]: Disable #:tests?. Tobias Geerinckx-Rice2018-11-01
| * gnu: python-partd: Update to 0.3.9.•••* gnu/packages/python.scm (python-partd): Update to 0.3.9. Tobias Geerinckx-Rice2018-10-30
| * gnu: Add python-reparser.•••* gnu/packages/python.scm (python-reparser, python2-reparser): New public variable. Tobias Geerinckx-Rice2018-10-24
| * gnu: Add python-readlike.•••* gnu/packages/python.scm (python-readlike, python2-readlike): New public variables. Tobias Geerinckx-Rice2018-10-24
* | gnu: python-flake8: Update to 3.6.0.•••* gnu/packages/check.scm (python-hypothesis)[native-inputs]: Change PYTHON-FLAKE8 to PYTHON-FLAKE8-3.5. * gnu/packages/python.scm (python-flake8, python2-flake8): Rename to ... (python-flake8-3.5, python2-flake8-3.5): ... this. (python-flake8, python2-flake8): New public variables. Marius Bakke2018-10-24
* | gnu: python-attrs: Update to 18.2.0.•••* gnu/packages/python.scm (python-attrs): Update to 18.2.0. [arguments]: New field. [native-inputs]: Add PYTHON-PYMPLER. (python-attrs-bootstrap): Stay on version 17.4.0. Marius Bakke2018-10-23
* | gnu: Add python-pympler.•••* gnu/packages/python.scm (python-pympler, python2-pympler): New public variables. Marius Bakke2018-10-23
* | gnu: python-stem: Update to 1.7.0.•••* gnu/packages/python.scm (python-stem): Update to 1.7.0. [arguments]: Remove obsolete phase. [native-inputs]: Change PYTHON-PEP8 to PYTHON-PYCODESTYLE. Marius Bakke2018-10-23
* | gnu: python-datrie: Fix FTBFS with Python 3.7.•••* gnu/packages/python.scm (python-datrie)[arguments]: Add phase 'cythonize'. Marius Bakke2018-10-22
* | Merge branch 'master' into core-updatesMarius Bakke2018-10-22
|\|
| * gnu: python-pymongo: Update to 3.7.2.•••* gnu/packages/python.scm (python-pymongo): Update to 3.7.2. Marius Bakke2018-10-22