summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2018-06-26gnu: python-pathpy: Update to 11.0.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pathpy): Update to 11.0.1.
2018-06-23gnu: Add python-send2trash.Oleg Pykhalov
* gnu/packages/python.scm (python-send2trash, python2-send2trash): New public variables.
2018-06-14gnu: python-click-log: Update to 0.3.2.Leo Famulari
* gnu/packages/python.scm (python-click-log): Update to 0.3.2.
2018-06-14gnu: Add python-dns-lexicon.Clément Lassieur
* gnu/packages/python.scm (python-dns-lexicon, python2-dns-lexicon): New variables.
2018-06-14gnu: Add python-pynamecheap.Clément Lassieur
* gnu/packages/python.scm (python-pynamecheap, python2-pynamecheap): New variables.
2018-06-14gnu: Add python-tldextract.Clément Lassieur
* gnu/packages/python.scm (python-tldextract, python2-tldextract): New variables.
2018-06-14gnu: Add python-requests-file.Clément Lassieur
* gnu/packages/python.scm (python-requests-file, python2-requests-file): New variables.
2018-06-12gnu: python-llfuse: Update to 1.3.3.Leo Famulari
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.3.
2018-06-12gnu: python-urwid, python2-urwid: Update to 2.0.1.宋文武
* gnu/packages/python.scm (python-urwid, python2-urwird): Update to 2.0.1.
2018-06-11gnu: python2: Deprecate "python@2".Ludovic Courtès
* gnu/packages/python.scm (python2-called-python): New variable.
2018-06-08gnu: Add python-fasteners.Oleg Pykhalov
* gnu/packages/python.scm (python-fasteners, python2-fasteners): New variables.
2018-06-01Merge branch 'master' into core-updatesLudovic Courtès
2018-05-31gnu: Add python-bigfloat.Konrad Hinsen
* gnu/packages/python.scm (python-bigfloat, python2-bigfloat): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-27Merge branch 'master' into core-updatesMark H Weaver
2018-05-26gnu: Add pybind11.Fis Trivial
* gnu/packages/python.scm (pybind11): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-25gnu: Add python2-gdrivefs.Mathieu Othacehe
* gnu/packages/python.scm (python2-gdrivefs): New variable.
2018-05-25gnu: Add python-fusepy.Mathieu Othacehe
* gnu/packages/python.scm (python-fusepy): New variable, (python2-fusepy): new variable.
2018-05-25gnu: Add python-gipc.Mathieu Othacehe
* gnu/packages/python.scm (python-gipc): New variable, (python2-gipc): new variable.
2018-05-21Merge branch 'master' into core-updatesMark H Weaver
2018-05-20gnu: Add python-glob2.Fis Trivial
* gnu/packages/python.scm (python-glob2, python2-glob2): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-17gnu: jupyter: Add search path.Rouby Pierre-Antoine
* gnu/package/python.scm (jupyter)[native-search-paths]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-17Merge branch 'master' into core-updatesMark H Weaver
2018-05-17gnu: python-ddt: Update to 1.1.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ddt): Update to 1.1.3.
2018-05-17gnu: python-netifaces: Update to 0.10.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-netifaces): Update to 0.10.7.
2018-05-17gnu: python-numexpr: Update to 2.6.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-numexpr): Update to 2.6.5.
2018-05-11gnu: Add python-yarl.Nicolas Goaziou
* gnu/packages/python-web.scm (python-yarl): New variable.
2018-05-11gnu: Add python-multidict.Nicolas Goaziou
* gnu/packages/python.scm (python-multidict): New variable.
2018-05-11gnu: Add python-idna-ssl.Nicolas Goaziou
* gnu/packages/python.scm (python-idna-ssl): New variable.
2018-05-11gnu: Add python-async-timeout.Nicolas Goaziou
* gnu/packages/python.scm (python-async-timeout): New variable.
2018-05-11gnu: Add python-async-generator.Nicolas Goaziou
* gnu/packages/python.scm (python-async-generator): New variable.
2018-05-11gnu: python-attrs: Update to 17.4.0.Nicolas Goaziou
* gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0. [native-inputs]: Add python-sphinx and python-coverage. Reorder inputs.
2018-05-06Merge branch 'master' into core-updatesMarius Bakke
2018-05-05gnu: python-numpy: Update to 1.14.3.Marius Bakke
* gnu/packages/python.scm (python-numpy): Update to 1.14.3.
2018-05-05gnu: python-scipy: Update to 1.0.1.Marius Bakke
* gnu/packages/python.scm (python-scipy): Update to 1.0.1.
2018-05-05gnu: python-matplotlib: Update to 2.2.2.Marius Bakke
* 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.
2018-05-05gnu: Add python-sphinx-gallery.Marius Bakke
* gnu/packages/python.scm (python-sphinx-gallery, python2-sphinx-gallery): New public variables.
2018-05-04gnu: python-qrcode: Use a newer version of setuptools.Christopher Baines
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.
2018-05-04Revert "gnu: python-mako: Update to 1.0.7."Rutger Helling
This causes a mass rebuild due to python2-mako rebuilding Mesa. Pushed on staging instead. This reverts commit fc7c91a53a9c5c4ce0fd6d62dd8a57f4d2e6a590.
2018-05-04gnu: python-mako: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-mako): Update to 1.0.7.
2018-04-30Merge branch 'master' into core-updatesMark H Weaver
2018-04-30gnu: python-jedi: Update to 0.12.0, enable tests.Fis Trivial
* gnu/packages/python.scm (jedi): Update to 0.12.0, enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-30gnu: Add python-parso.Fis Trivial
* gnu/packages/python.scm (python-parso, python2-parso): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-30Merge branch 'master' into core-updatesMark H Weaver
2018-04-28gnu: python-autopep8: Update to 1.3.5Fis Trivial
* gnu/packages/python.scm (python-autopep8): Update to 1.3.5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-28gnu: python-yapf: Update to 0.21.0.Fis Trivial
* gnu/packages/python.scm (python-yapf): Update to 0.21.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-04-27gnu: python-simplejson: Update to 3.14.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-simplejson): Update to 3.14.0.
2018-04-26gnu: python-qrcode: Update to 6.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-qrcode): Update to 6.0.
2018-04-26gnu: python2-pathlib2: Update to 2.3.2.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python2-pathlib2): Update to 2.3.2.
2018-04-26gnu: python-rst.linker: Update to 1.9.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-rst.linker): Update to 1.9.
2018-04-26gnu: python-sphinx@1.6: Update to 1.6.4.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-sphinx-1.6): Update to 1.6.4.