summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: python-pkgconfig: Enable tests.Paul Garlick2018-08-22
| | | | | | * gnu/packages/python.scm (python-pkgconfig)[arguments]: Replace 'check' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-pkgconfig: Update to 1.3.1.Paul Garlick2018-08-22
| | | | | | * gnu/packages/python.scm (python-pkgconfig): Update to 1.3.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-rpy2: Update to 2.9.4.Tobias Geerinckx-Rice2018-08-21
| | | | | | * gnu/packages/python.scm (python-rpy2): Update to 2.9.4. [arguments]: Remove obsolete phases and substitute INVOKE for SYSTEM* now that we can.
* gnu: python-rpy2: Update home page.Tobias Geerinckx-Rice2018-08-21
| | | | * gnu/packages/python.scm (python-rpy2)[home-page]: Update URI.
* gnu: python-py: Use HTTPS home page.Tobias Geerinckx-Rice2018-08-20
| | | | * gnu/packages/python.scm (python-py)[home-page]: Use HTTPS.
* Merge branch 'master' into stagingMarius Bakke2018-08-16
|\
| * gnu: Add python-argparse-manpage.Ricardo Wurmus2018-08-16
| | | | | | | | * gnu/packages/python.scm (python-argparse-manpage): New variable.
| * gnu: python-txamqp: Update to 0.8.2.Tobias Geerinckx-Rice2018-08-15
| | | | | | | | * gnu/packages/python.scm (python-txamqp): Update to 0.8.2.
| * gnu: python-pep8: Use HTTPS home page.Tobias Geerinckx-Rice2018-08-13
| | | | | | | | | | | | | | Also add a comment about 1.7.1. This doesn't warrant a changelog entry, so you never read this. * gnu/packages/python.scm (python-pep8)[home-page]: Use HTTPS.
* | gnu: python-cython: Disable tests that fail on armhf.Marius Bakke2018-08-16
| | | | | | | | | | * gnu/packages/python.scm (python-cython)[arguments]: On armhf-linux, add phase to disable two tests.
* | Merge branch 'master' into stagingMarius Bakke2018-08-07
|\|
| * gnu: python-scipy: Only run default tests.Ricardo Wurmus2018-08-03
| | | | | | | | | | * gnu/packages/python.scm (python-scipy)[arguments]: Only run the default test suite. The full test suite is too expensive and brittle.
* | Merge branch 'master' into stagingMarius Bakke2018-07-30
|\|
| * gnu: Remove duplicated python-pafy.Christopher Baines2018-07-29
| | | | | | | | | | | | | | It was first added in 02f8f804f0242df885311715412a1e3ee5436f3b, then again in 2dd12924cf4a30a96262b6d392fcde58c9f10d4b. * gnu/packages/python.scm (python-pafy): Remove duplicated package definition.
* | Merge branch 'master' into stagingMarius Bakke2018-07-28
|\|
| * gnu: Add snakemake-4.Ricardo Wurmus2018-07-27
| | | | | | | | | | | | * gnu/packages/python.scm (snakemake-4): New variable. * gnu/packages/bioinformatics.scm (pigx-bsseq, pigx-rnaseq, pigx-scrnaseq, pigx-chipseq)[inputs]: Use it.
| * gnu: snakemake: Add missing dependencies.Ricardo Wurmus2018-07-27
| | | | | | | | | | * gnu/packages/python.scm (snakemake)[propagated-inputs]: Add python-datrie, python-docutils, python-jinja2, python-jsonschema, and python-networkx.
| * gnu: Add python-datrie.Ricardo Wurmus2018-07-27
| | | | | | | | * gnu/packages/python.scm (python-datrie): New variable.
| * gnu: snakemake: Update to 5.2.0.Ricardo Wurmus2018-07-27
| | | | | | | | * gnu/packages/python.scm (snakemake): Update to 5.2.0.
| * gnu: python-cairocffi: Fix loading of shared libraries.Danny Milosavljevic2018-07-16
| | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/32170>. * gnu/packages/patches/python-cairocffi-dlopen-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-cairocffi)[inputs]: Add glib, gtk+, pango. [native-inputs]: Add python-pytest. [arguments]: Enable tests. [arguments]<#:phases>[patch-paths]: New phase.
| * gnu: python-pyasn1-modules: Update to 0.2.2.Leo Famulari2018-07-16
| | | | | | | | | | * gnu/packages/python.scm (python-pyasn1-modules, python2-pyasn1-modules): Update to 0.2.2.
| * gnu: python-pyasn1: Update to 0.4.3.Leo Famulari2018-07-16
| | | | | | | | * gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.4.3.
| * gnu: python-xenon: Update to 0.5.4.Efraim Flashner2018-07-14
| | | | | | | | | | * gnu/packages/python.scm (python-xenon): Update to 0.5.4. [arguments]: Remove part of custom 'patch-test-requirements phase.
| * gnu: python-h5py: Update to 2.8.0.Ben Woodcroft2018-07-15
| | | | | | | | * gnu/packages/python.scm (python-h5py): Update to 2.8.0.
| * Merge branch 'staging'Marius Bakke2018-07-13
| |\
| * | gnu: python-pyyaml: Update to 3.13.Marius Bakke2018-07-12
| | | | | | | | | | | | * gnu/packages/python.scm (python-pyyaml): Update to 3.13.
* | | gnu: Cython: Update to 0.28.4.Leo Famulari2018-07-19
| |/ |/| | | | | | | * gnu/packages/python.scm (python-cython, python2-cython): Update to 0.28.4. [arguments]: Use invoke.
* | Merge branch 'master' into stagingMarius Bakke2018-07-08
|\|
| * gnu: Add python-commandlines.Nicolas Goaziou2018-07-02
| | | | | | | | * gnu/packages/python.scm (python-commandlines): New variable.
* | Merge branch 'master' into stagingMarius Bakke2018-07-02
|\|
| * gnu: python-rst.linker: Update to 1.10.Tobias Geerinckx-Rice2018-06-30
| | | | | | | | * gnu/packages/python.scm (python-rst.linker): Update to 1.10.
| * gnu: python-xopen: Update to 0.3.3.Tobias Geerinckx-Rice2018-06-30
| | | | | | | | * gnu/packages/python.scm (python-xopen): Update to 0.3.3.
| * gnu: python2-xopen: Fix build.Tobias Geerinckx-Rice2018-06-30
| | | | | | | | | | * gnu/packages/python.scm (python2-xopen)[propagated-inputs]: Add python2-bz2file.
| * gnu: python-parso: Update to 0.2.1.Tobias Geerinckx-Rice2018-06-30
| | | | | | | | * gnu/packages/python.scm (python-parso): Update to 0.2.1.
| * gnu: python-pandas: Update to 0.23.1.Marius Bakke2018-06-28
| | | | | | | | | | | | * gnu/packages/python.scm (python-pandas): Update to 0.23.1. [arguments]: Drop new S3 test. [native-inputs]: Add PYTHON-BEAUTIFULSOUP4 and PYTHON-HTML5LIB.
| * gnu: python-numpy: Update to 1.14.5.Marius Bakke2018-06-28
| | | | | | | | * gnu/packages/python.scm (python-numpy): Update to 1.14.5.
* | Merge branch 'master' into stagingMarius Bakke2018-06-26
|\|
| * gnu: python-pathpy: Update to 11.0.1.Tobias Geerinckx-Rice2018-06-26
| | | | | | | | * gnu/packages/python.scm (python-pathpy): Update to 11.0.1.
| * gnu: Add python-send2trash.Oleg Pykhalov2018-06-23
| | | | | | | | | | * gnu/packages/python.scm (python-send2trash, python2-send2trash): New public variables.
* | Merge branch 'master' into stagingMarius Bakke2018-06-18
|\|
| * gnu: python-click-log: Update to 0.3.2.Leo Famulari2018-06-14
| | | | | | | | * gnu/packages/python.scm (python-click-log): Update to 0.3.2.
| * gnu: Add python-dns-lexicon.Clément Lassieur2018-06-14
| | | | | | | | | | * gnu/packages/python.scm (python-dns-lexicon, python2-dns-lexicon): New variables.
| * gnu: Add python-pynamecheap.Clément Lassieur2018-06-14
| | | | | | | | | | * gnu/packages/python.scm (python-pynamecheap, python2-pynamecheap): New variables.
| * gnu: Add python-tldextract.Clément Lassieur2018-06-14
| | | | | | | | | | * gnu/packages/python.scm (python-tldextract, python2-tldextract): New variables.
| * gnu: Add python-requests-file.Clément Lassieur2018-06-14
| | | | | | | | | | * gnu/packages/python.scm (python-requests-file, python2-requests-file): New variables.
| * gnu: python-llfuse: Update to 1.3.3.Leo Famulari2018-06-12
| | | | | | | | * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.3.
| * gnu: python-urwid, python2-urwid: Update to 2.0.1.宋文武2018-06-12
| | | | | | | | * gnu/packages/python.scm (python-urwid, python2-urwird): Update to 2.0.1.
* | Merge branch 'master' into stagingMarius Bakke2018-06-11
|\|
| * gnu: python2: Deprecate "python@2".Ludovic Courtès2018-06-11
| | | | | | | | * gnu/packages/python.scm (python2-called-python): New variable.
| * gnu: Add python-fasteners.Oleg Pykhalov2018-06-08
| | | | | | | | | | * gnu/packages/python.scm (python-fasteners, python2-fasteners): New variables.