summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: python-scikit-image: Propagate six and numpy.•••* gnu/packages/python.scm (python-scikit-image)[native-inputs]: Move PYTHON-NUMPY and PYTHON-SIX ... [propagated-inputs]: ... here. Marius Bakke2018-12-031-4/+4
* gnu: python-scikit-image: Update to 0.14.1.•••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. Marius Bakke2018-12-031-8/+27
* gnu: python-dask: Update to 1.0.0.•••* gnu/packages/python.scm (python-dask): Update to 1.0.0. [arguments]: Disable one test for Python2, and override 'check' phase. Marius Bakke2018-12-031-3/+12
* gnu: python-cloudpickle: Update to 0.6.1.•••* gnu/packages/python.scm (python-cloudpickle): Update to 0.6.1. Marius Bakke2018-12-031-2/+2
* gnu: Add python-pywavelets.•••* gnu/packages/python.scm (python-pywavelets, python2-pywavelets): New public variables. Marius Bakke2018-12-031-0/+43
* gnu: python-greenlet: Update to 0.4.15.•••* gnu/packages/python.scm (python-greenlet): Update to 0.4.15. Marius Bakke2018-12-031-2/+2
* Merge branch 'core-updates'Ludovic Courtès2018-12-031-433/+590
|\
| * Merge branch 'master' into core-updatesMarius Bakke2018-11-291-27/+21
| |\
| * | gnu: python-tblib: Use invoke.•••* gnu/packages/python.scm (python-tblib)[arguments]<#:phases>[check]: Use invoke. Danny Milosavljevic2018-11-261-1/+1
| * | 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-251-5/+30
| * | 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-251-0/+2
| * | gnu: python-pika: Update to 0.12.0.•••* gnu/packages/python.scm (python-pika): Update to 0.12.0. Marius Bakke2018-11-241-2/+2
| * | 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-241-1/+7
| * | gnu: python2-futures: Update to 3.2.0.•••* gnu/packages/python.scm (python2-futures): Update to 3.2.0. Marius Bakke2018-11-241-2/+2
| * | gnu: python2-futures: Disable tests.•••* gnu/packages/python.scm (python2-futures)[arguments]: Set #:test? #f. Marius Bakke2018-11-241-1/+9
| * | 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-241-7/+40
| * | gnu: python2-cheetah: Update home page.•••* gnu/packages/python.scm (python-cheetah)[home-page]: Update to current. Marius Bakke2018-11-241-1/+1
| * | Merge branch 'master' into core-updatesMarius Bakke2018-11-241-2/+2
| |\ \
| * | | 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-231-4/+8
| * | | gnu: Add python-objgraph.•••* gnu/packages/python.scm (python-objgraph): New variable. Ricardo Wurmus2018-11-231-0/+24
| * | | gnu: python-tblib: Fix test failure with Python 3.7.•••* gnu/packages/python.scm (python-tblib)[arguments]: Add 'adjust-tests' phase. Marius Bakke2018-11-221-0/+8
| * | | gnu: python-numpy: Update to 1.15.4.•••* gnu/packages/python.scm (python-numpy): Update to 1.15.4. Marius Bakke2018-11-211-2/+2
| * | | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2018-11-211-0/+22
| |\ \ \
| * | | | 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-211-3/+6
| * | | | 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-211-14/+46
| * | | | Merge branch 'master' into core-updatesMarius Bakke2018-11-201-43/+30
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-11-141-0/+19
| |\ \ \ \ \
| * | | | | | gnu: python-yapf: Update to 0.24.0.•••* gnu/packages/python.scm (python-yapf): Update to 0.24.0. Efraim Flashner2018-11-111-2/+2
| * | | | | | 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-111-2/+4
| * | | | | | 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-111-5/+17
| * | | | | | 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-111-19/+0
| * | | | | | Merge branch 'master' into core-updatesMarius Bakke2018-11-091-2/+27
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-11-051-12/+74
| |\ \ \ \ \ \ \
| * | | | | | | | 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-241-4/+34
| * | | | | | | | 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-231-2/+30
| * | | | | | | | gnu: Add python-pympler.•••* gnu/packages/python.scm (python-pympler, python2-pympler): New public variables. Marius Bakke2018-10-231-0/+36
| * | | | | | | | 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-231-10/+3
| * | | | | | | | gnu: python-datrie: Fix FTBFS with Python 3.7.•••* gnu/packages/python.scm (python-datrie)[arguments]: Add phase 'cythonize'. Marius Bakke2018-10-221-0/+8
| * | | | | | | | Merge branch 'master' into core-updatesMarius Bakke2018-10-221-17/+37
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-10-211-2/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: python2-bz2file: Inherit arguments from python-bzfile.•••* gnu/packages/python.scm (python-bz2file)[properties]: Remove field. (python2-bz2file): Use PACKAGE-WITH-PYTHON2. Marius Bakke2018-10-211-15/+2
| * | | | | | | | | | Revert "gnu: python-fonttools: Update to 3.30.0."•••This reverts commit 5fb543b3f7bf79208178429d38f2da047fc744c0. python2-fonttools has 2700 dependants, only the python3 version is failing. Efraim Flashner2018-10-181-2/+2
| * | | | | | | | | | gnu: python-fonttools: Update to 3.30.0.•••* gnu/packages/python.scm (python-fonttools): Update to 3.30.0. Efraim Flashner2018-10-181-2/+2
| * | | | | | | | | | gnu: Python: Adjust grafts for core-updates merge.•••This adjust the grafts from a55ebe2e3a7b438b4eec06c594440d3a0fb06a25 and 90aeaee861845142843a0f988fa4ff016c723cdb to apply to Python 2.7.15 and 3.7.0. * gnu/packages/patches/python2-CVE-2018-1060.patch, gnu/packages/patches/python2-CVE-2018-1061.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/python.scm (python-2/fixed): Remove patches that are already present in 2.7.15. (python-3/fixed): Remove obsolete phase. Marius Bakke2018-10-171-14/+2
| * | | | | | | | | | Merge branch 'master' into core-updatesMarius Bakke2018-10-171-13/+46
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gnu: python-icalendar: Update to 4.0.3.•••* gnu/packages/python.scm (python-icalendar): Update to 4.0.3. Efraim Flashner2018-10-171-2/+2
| * | | | | | | | | | | gnu: python-more-itertools: Fix building on 32-bit architectures.•••* gnu/packages/python.scm (python-more-itertools)[arguments]: Add a custom phase to prevent overflowing on 32-bit architectures. Efraim Flashner2018-10-111-1/+16
| * | | | | | | | | | | Merge branch 'master' into core-updatesMarius Bakke2018-10-051-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-09-261-21/+54
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-09-201-15/+96
| |\ \ \ \ \ \ \ \ \ \ \ \ \