aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesLudovic Courtès2018-06-01
|\
| * gnu: Add python-bigfloat.Konrad Hinsen2018-05-31
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-bigfloat, python2-bigfloat): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-27
|\|
| * gnu: Add pybind11.Fis Trivial2018-05-26
| | | | | | | | | | | | * gnu/packages/python.scm (pybind11): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python2-gdrivefs.Mathieu Othacehe2018-05-25
| | | | | | | | * gnu/packages/python.scm (python2-gdrivefs): New variable.
| * gnu: Add python-fusepy.Mathieu Othacehe2018-05-25
| | | | | | | | | | * gnu/packages/python.scm (python-fusepy): New variable, (python2-fusepy): new variable.
| * gnu: Add python-gipc.Mathieu Othacehe2018-05-25
| | | | | | | | | | * gnu/packages/python.scm (python-gipc): New variable, (python2-gipc): new variable.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-21
|\|
| * gnu: Add python-glob2.Fis Trivial2018-05-20
| | | | | | | | | | | | * gnu/packages/python.scm (python-glob2, python2-glob2): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: jupyter: Add search path.Rouby Pierre-Antoine2018-05-17
| | | | | | | | | | | | * gnu/package/python.scm (jupyter)[native-search-paths]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-17
|\|
| * gnu: python-ddt: Update to 1.1.3.Tobias Geerinckx-Rice2018-05-17
| | | | | | | | * gnu/packages/python.scm (python-ddt): Update to 1.1.3.
| * gnu: python-netifaces: Update to 0.10.7.Tobias Geerinckx-Rice2018-05-17
| | | | | | | | * gnu/packages/python.scm (python-netifaces): Update to 0.10.7.
| * gnu: python-numexpr: Update to 2.6.5.Tobias Geerinckx-Rice2018-05-17
| | | | | | | | * gnu/packages/python.scm (python-numexpr): Update to 2.6.5.
| * gnu: Add python-yarl.Nicolas Goaziou2018-05-11
| | | | | | | | * gnu/packages/python-web.scm (python-yarl): New variable.
| * gnu: Add python-multidict.Nicolas Goaziou2018-05-11
| | | | | | | | * gnu/packages/python.scm (python-multidict): New variable.
| * gnu: Add python-idna-ssl.Nicolas Goaziou2018-05-11
| | | | | | | | * gnu/packages/python.scm (python-idna-ssl): New variable.
| * gnu: Add python-async-timeout.Nicolas Goaziou2018-05-11
| | | | | | | | * gnu/packages/python.scm (python-async-timeout): New variable.
| * gnu: Add python-async-generator.Nicolas Goaziou2018-05-11
| | | | | | | | * gnu/packages/python.scm (python-async-generator): New variable.
| * gnu: python-attrs: Update to 17.4.0.Nicolas Goaziou2018-05-11
| | | | | | | | | | * gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0. [native-inputs]: Add python-sphinx and python-coverage. Reorder inputs.
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-06
|\|
| * gnu: python-numpy: Update to 1.14.3.Marius Bakke2018-05-05
| | | | | | | | * gnu/packages/python.scm (python-numpy): Update to 1.14.3.
| * gnu: python-scipy: Update to 1.0.1.Marius Bakke2018-05-05
| | | | | | | | * gnu/packages/python.scm (python-scipy): Update to 1.0.1.
| * gnu: python-matplotlib: Update to 2.2.2.Marius Bakke2018-05-05
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-matplotlib): Update to 2.2.2. [propagated-inputs]: Add PYTHON-KIWISOLVER. (python2-matplotlib)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE. (python-matplotlib-documentation)[native-inputs]: Change PYTHON-SPHINX to PYTHON-SPHINX-1.6. Add PYTHON-SPHINX-GALLERY.
| * gnu: Add python-sphinx-gallery.Marius Bakke2018-05-05
| | | | | | | | | | * gnu/packages/python.scm (python-sphinx-gallery, python2-sphinx-gallery): New public variables.
| * gnu: python-qrcode: Use a newer version of setuptools.Christopher Baines2018-05-04
| | | | | | | | | | | | | | | | The upgrade from 5.3 to 6.0 switches to rely on the on the setup.cfg, and with the version of setuptools incldued with Python, this isn't supported, so no actual code is installed, and the output is mostly empty. * gnu/packages/python.scm (python-qrcode)[inputs]: Add python-setuptools.
| * Revert "gnu: python-mako: Update to 1.0.7."Rutger Helling2018-05-04
| | | | | | | | | | | | | | This causes a mass rebuild due to python2-mako rebuilding Mesa. Pushed on staging instead. This reverts commit fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590.
| * gnu: python-mako: Update to 1.0.7.Tobias Geerinckx-Rice2018-05-04
| | | | | | | | * gnu/packages/python.scm (python-mako): Update to 1.0.7.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\|
| * gnu: python-jedi: Update to 0.12.0, enable tests.Fis Trivial2018-04-30
| | | | | | | | | | | | * gnu/packages/python.scm (jedi): Update to 0.12.0, enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-parso.Fis Trivial2018-04-30
| | | | | | | | | | | | * gnu/packages/python.scm (python-parso, python2-parso): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\|
| * gnu: python-autopep8: Update to 1.3.5Fis Trivial2018-04-28
| | | | | | | | | | | | * gnu/packages/python.scm (python-autopep8): Update to 1.3.5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-yapf: Update to 0.21.0.Fis Trivial2018-04-28
| | | | | | | | | | | | * gnu/packages/python.scm (python-yapf): Update to 0.21.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| * gnu: python-simplejson: Update to 3.14.0.Tobias Geerinckx-Rice2018-04-27
| | | | | | | | * gnu/packages/python.scm (python-simplejson): Update to 3.14.0.
| * gnu: python-qrcode: Update to 6.0.Tobias Geerinckx-Rice2018-04-26
| | | | | | | | * gnu/packages/python.scm (python-qrcode): Update to 6.0.
| * gnu: python2-pathlib2: Update to 2.3.2.Tobias Geerinckx-Rice2018-04-26
| | | | | | | | * gnu/packages/python.scm (python2-pathlib2): Update to 2.3.2.
| * gnu: python-rst.linker: Update to 1.9.Tobias Geerinckx-Rice2018-04-26
| | | | | | | | * gnu/packages/python.scm (python-rst.linker): Update to 1.9.
| * gnu: python-sphinx@1.6: Update to 1.6.4.Tobias Geerinckx-Rice2018-04-26
| | | | | | | | * gnu/packages/python.scm (python-sphinx-1.6): Update to 1.6.4.
| * gnu: python-onetimepass: Make python-six a propagated input.Tomáš Čech2018-04-21
| | | | | | | | | | | | * gnu/packages/python.scm (python-onetimepass)[inputs]: Move python-six from here... [propagated-inputs]: ...to here.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-21
|\|
| * gnu: Add python-onetimepass.Tomáš Čech2018-04-21
| | | | | | | | * gnu/packages/python.scm (python-onetimepass): New variable.
| * gnu: python-bcrypt: Move to (gnu packages python-crypto).Marius Bakke2018-04-19
| | | | | | | | | | | | * gnu/packages/password-utils.scm (python-bcrypt, python2-bcrypt): Move to ... * gnu/packages/python-crypto.scm (python-bcrypt, python2-bcrypt): ... here. * gnu/packages/python.scm: Remove unused (gnu packages password-utils) import.
| * gnu: python-pretend: Update to 1.0.9.Tobias Geerinckx-Rice2018-04-18
| | | | | | | | * gnu/packages/python.scm (python-pretend): Update to 1.0.9.
* | gnu: python-waf: Return #t from all phases.Mark H Weaver2018-04-12
| | | | | | | | | | * gnu/packages/python.scm (python-waf)[arguments]: Use invoke instead of system*, and return #t from all phases.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-10
|\|
| * gnu: Add python-pybtexAdam Massmann2018-04-04
| | | | | | | | | | | | * gnu/packages/python.scm (python-pybtex): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
| * gnu: Add python-latexcodecAdam Massmann2018-04-04
| | | | | | | | | | | | * gnu/packages/python.scm (python-latexcodec): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
| * python: python-py3status: Update to 3.7.Tomáš Čech2018-04-04
| | | | | | | | | | * gnu/packages/python.scm (python-py3status): Update to 3.7. [arguments]: Adjust string substitution.
| * gnu: Add python-empy.Mathieu Lirzin2018-04-04
| | | | | | | | | | | | | | * gnu/packages/python.scm (python-empy): New variable. (python2-empy): Use 'package-with-python-2'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>