summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into core-updatesLudovic Courtès2018-06-011-0/+23
|\
| * gnu: Add python-bigfloat.•••* gnu/packages/python.scm (python-bigfloat, python2-bigfloat): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Konrad Hinsen2018-05-311-0/+23
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-271-1/+131
|\|
| * gnu: Add pybind11.•••* gnu/packages/python.scm (pybind11): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fis Trivial2018-05-261-0/+29
| * gnu: Add python2-gdrivefs.•••* gnu/packages/python.scm (python2-gdrivefs): New variable. Mathieu Othacehe2018-05-251-0/+41
| * gnu: Add python-fusepy.•••* gnu/packages/python.scm (python-fusepy): New variable, (python2-fusepy): new variable. Mathieu Othacehe2018-05-251-0/+33
| * gnu: Add python-gipc.•••* gnu/packages/python.scm (python-gipc): New variable, (python2-gipc): new variable. Mathieu Othacehe2018-05-251-1/+28
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-211-0/+42
|\|
| * gnu: Add python-glob2.•••* gnu/packages/python.scm (python-glob2, python2-glob2): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fis Trivial2018-05-201-0/+36
| * gnu: jupyter: Add search path.•••* gnu/package/python.scm (jupyter)[native-search-paths]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-05-171-0/+6
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-171-9/+93
|\|
| * gnu: python-ddt: Update to 1.1.3.•••* gnu/packages/python.scm (python-ddt): Update to 1.1.3. Tobias Geerinckx-Rice2018-05-171-2/+2
| * gnu: python-netifaces: Update to 0.10.7.•••* gnu/packages/python.scm (python-netifaces): Update to 0.10.7. Tobias Geerinckx-Rice2018-05-171-2/+2
| * gnu: python-numexpr: Update to 2.6.5.•••* gnu/packages/python.scm (python-numexpr): Update to 2.6.5. Tobias Geerinckx-Rice2018-05-171-2/+2
| * gnu: Add python-yarl.•••* gnu/packages/python-web.scm (python-yarl): New variable. Nicolas Goaziou2018-05-111-0/+1
| * gnu: Add python-multidict.•••* gnu/packages/python.scm (python-multidict): New variable. Nicolas Goaziou2018-05-111-0/+21
| * gnu: Add python-idna-ssl.•••* gnu/packages/python.scm (python-idna-ssl): New variable. Nicolas Goaziou2018-05-111-0/+20
| * gnu: Add python-async-timeout.•••* gnu/packages/python.scm (python-async-timeout): New variable. Nicolas Goaziou2018-05-111-0/+17
| * gnu: Add python-async-generator.•••* gnu/packages/python.scm (python-async-generator): New variable. Nicolas Goaziou2018-05-111-0/+23
| * gnu: python-attrs: Update to 17.4.0.•••* gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0. [native-inputs]: Add python-sphinx and python-coverage. Reorder inputs. Nicolas Goaziou2018-05-111-10/+13
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-061-8/+46
|\|
| * gnu: python-numpy: Update to 1.14.3.•••* gnu/packages/python.scm (python-numpy): Update to 1.14.3. Marius Bakke2018-05-051-2/+2
| * gnu: python-scipy: Update to 1.0.1.•••* gnu/packages/python.scm (python-scipy): Update to 1.0.1. Marius Bakke2018-05-051-2/+2
| * gnu: python-matplotlib: Update to 2.2.2.•••* 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. Marius Bakke2018-05-051-4/+8
| * gnu: Add python-sphinx-gallery.•••* gnu/packages/python.scm (python-sphinx-gallery, python2-sphinx-gallery): New public variables. Marius Bakke2018-05-051-0/+30
| * gnu: python-qrcode: Use a newer version of setuptools.•••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. Christopher Baines2018-05-041-0/+4
| * Revert "gnu: python-mako: Update to 1.0.7."•••This causes a mass rebuild due to python2-mako rebuilding Mesa. Pushed on staging instead. This reverts commit fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590. Rutger Helling2018-05-041-2/+2
| * gnu: python-mako: Update to 1.0.7.•••* gnu/packages/python.scm (python-mako): Update to 1.0.7. Tobias Geerinckx-Rice2018-05-041-2/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-301-12/+41
|\|
| * gnu: python-jedi: Update to 0.12.0, enable tests.•••* gnu/packages/python.scm (jedi): Update to 0.12.0, enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fis Trivial2018-04-301-12/+17
| * gnu: Add python-parso.•••* gnu/packages/python.scm (python-parso, python2-parso): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fis Trivial2018-04-301-0/+24
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-301-31/+31
|\|
| * gnu: python-autopep8: Update to 1.3.5•••* gnu/packages/python.scm (python-autopep8): Update to 1.3.5 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fis Trivial2018-04-281-18/+18
| * gnu: python-yapf: Update to 0.21.0.•••* gnu/packages/python.scm (python-yapf): Update to 0.21.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Fis Trivial2018-04-281-2/+2
| * gnu: python-simplejson: Update to 3.14.0.•••* gnu/packages/python.scm (python-simplejson): Update to 3.14.0. Tobias Geerinckx-Rice2018-04-271-2/+2
| * gnu: python-qrcode: Update to 6.0.•••* gnu/packages/python.scm (python-qrcode): Update to 6.0. Tobias Geerinckx-Rice2018-04-261-2/+2
| * gnu: python2-pathlib2: Update to 2.3.2.•••* gnu/packages/python.scm (python2-pathlib2): Update to 2.3.2. Tobias Geerinckx-Rice2018-04-261-2/+2
| * gnu: python-rst.linker: Update to 1.9.•••* gnu/packages/python.scm (python-rst.linker): Update to 1.9. Tobias Geerinckx-Rice2018-04-261-2/+2
| * gnu: python-sphinx@1.6: Update to 1.6.4.•••* gnu/packages/python.scm (python-sphinx-1.6): Update to 1.6.4. Tobias Geerinckx-Rice2018-04-261-2/+2
| * gnu: python-onetimepass: Make python-six a propagated input.•••* gnu/packages/python.scm (python-onetimepass)[inputs]: Move python-six from here... [propagated-inputs]: ...to here. Tomáš Čech2018-04-211-1/+1
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-211-3/+21
|\|
| * gnu: Add python-onetimepass.•••* gnu/packages/python.scm (python-onetimepass): New variable. Tomáš Čech2018-04-211-0/+19
| * gnu: python-bcrypt: Move to (gnu packages python-crypto).•••* 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. Marius Bakke2018-04-191-1/+0
| * gnu: python-pretend: Update to 1.0.9.•••* gnu/packages/python.scm (python-pretend): Update to 1.0.9. Tobias Geerinckx-Rice2018-04-181-2/+2
* | gnu: python-waf: Return #t from all phases.•••* gnu/packages/python.scm (python-waf)[arguments]: Use invoke instead of system*, and return #t from all phases. Mark H Weaver2018-04-121-3/+4
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-101-13/+58
|\|
| * gnu: Add python-pybtex•••* gnu/packages/python.scm (python-pybtex): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org> Adam Massmann2018-04-041-0/+26
| * gnu: Add python-latexcodec•••* gnu/packages/python.scm (python-latexcodec): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org> Adam Massmann2018-04-041-1/+21
| * python: python-py3status: Update to 3.7.••• * gnu/packages/python.scm (python-py3status): Update to 3.7. [arguments]: Adjust string substitution. Tomáš Čech2018-04-041-4/+4
| * gnu: Add python-empy.•••* gnu/packages/python.scm (python-empy): New variable. (python2-empy): Use 'package-with-python-2'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mathieu Lirzin2018-04-041-8/+7