summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Expand)Author
2017-10-05gnu: Add python-numpy-next....* gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New variables. Ricardo Wurmus
2017-10-05Revert "gnu: python-numpy: Update to 1.13.1."...This reverts commit 025b196d9b739418dd9d305864fdb1fb1d0d5af2. This is necessary as neither the current release nor the latest development version of python-pandas can be build with numpy 1.13.x. Ricardo Wurmus
2017-10-04gnu: python-numexpr: Update to 2.6.4....* gnu/packages/python.scm (python-numexpr): Update to 2.6.4. Ricardo Wurmus
2017-10-04gnu: python-numpy: Give sh store location instead of setting $SHELL....* gnu/packages/python.scm (python-numpy): [arguments] Don't set $SHELL in the environment, but embed the store location of bash-minimal as a default shell. Otherwise, we have to set $SHELL for every package which uses numpy's distutils. Thomas Danckaert
2017-10-03gnu: awscli: Update to 1.11.164....* gnu/packages/python.scm (awscli): Update to 1.11.164. David Thompson
2017-10-03gnu: Add python-twine....* gnu/packages/python.scm (python-twine, python2-twine): New variables. Cyril Roelandt
2017-10-03gnu: Add python-pkginfo....* gnu/packages/python.scm (python-pkginfo, python2-pkginfo): New variables. Cyril Roelandt
2017-10-03gnu: Add python-tqdm....* gnu/packages/python.scm (python-tqdm, python2-tqdm): New variables. Cyril Roelandt
2017-10-03gnu: Update the propagated inputs of python-urllib3....* gnu/packages/python.scm (python-urllib3, python2-urllib3): Update propagated inputs. Cyril Roelandt
2017-10-03gnu: Add python-nose-timer....* gnu/packages/python.scm (python-nose-time, python2-nose-timer): New variables. Cyril Roelandt
2017-10-03gnu: python-tox: Update to 2.8.1....* gnu/packages/python.scm (python-tox): Update to 2.8.1. Cyril Roelandt
2017-10-03gnu: Add python2-requests-toolbelt....* gnu/packages/python.scm (python2-requests-toolbelt): New variable. Cyril Roelandt
2017-10-03gnu: python-requests-toolbelt: Update to 0.8.0....* gnu/packages/python.scm (python-requests-toolbelt): Udpate to 0.8.0. Cyril Roelandt
2017-10-03gnu: python-autopep8: Update to 1.3.2....* gnu/packages/python.scm (python-autopep8): Update to 1.3.2. Cyril Roelandt
2017-10-03gnu: Add python-pydiff....* gnu/packages/python.scm (python-pydiff, python2-pydiff): New variables. Cyril Roelandt
2017-09-28gnu: python-ipython: Update to 5.3.0....* gnu/packages/python.scm (python-ipython, python2-ipython): Update to 5.3.0. Thomas Danckaert
2017-09-28gnu: python-numpy: Update to 1.13.1....* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.13.1. [source]: Download the zip release from pypi instead of a git snapshot. [native-inputs]: Add unzip. [arguments]: Set SHELL environment variable. Co-authored by Leo Famulari <leo@famulari.name> Thomas Danckaert
2017-09-24gnu: python-cython: Update to 0.27....* gnu/packages/python.scm (python-cython): Update to 0.27. Efraim Flashner
2017-09-23gnu: python-unidecode: Fix typo in description....* gnu/packages/python.scm (python-unidecode)[description]: Fix typo. Tobias Geerinckx-Rice
2017-09-23gnu: python-unidecode: Update to 0.04.21....* gnu/packages/python.scm (python-unidecode): Update to 0.04.21. Tobias Geerinckx-Rice
2017-09-20gnu: python-pyjwt: Update to 1.5.3....* gnu/packages/python.scm (python-pyjwt): Update to 1.5.3. Marius Bakke
2017-09-17gnu: python-pyopenssl: Update to 17.3.0....* gnu/packages/python.scm (python-pyopenssl): Update to 17.3.0. Marius Bakke
2017-09-17gnu: python-orator: Move to (gnu packages databases)....* gnu/packages/python.scm: Remove (gnu packages time) import. (python-orator, python2-orator): Move from here ... * gnu/packages/databases.scm: ... to here. Ben Woodcroft
2017-09-17gnu: python-orator: Update to 0.9.7....* gnu/packages/python.scm (python-orator, python2-orator): Update to 0.9.7. [arguments]: Enable tests. Loosen dependency requirements. [propagated-inputs]: Remove python-arrow. Add python-backpack, python-pendulum, python-pygments, python-six. (python2-orator)[propagated-inputs]: Also remove python2-ipaddress. Ben Woodcroft
2017-09-17gnu: python-pygments: Update to 2.2.0....* gnu/packages/databases.scm (python-pygments): Update to 2.2.0. Ben Woodcroft
2017-09-17gnu: python-cleo: Update to 0.6.1....* gnu/packages/databases.scm (python-cleo): Update to 0.6.1. [native-inputs]: Add python-pytest-mock. [propagated-inputs]: Add python-backpack, python-pastel. Remove python-psutil. Ben Woodcroft
2017-09-17gnu: python-pyaml: Update to 17.7.2....* gnu/packages/databases.scm (python-pyaml): Update to 17.7.2. Ben Woodcroft
2017-09-17gnu: Add python-backpack....* gnu/packages/python.scm (python-backpack): New variable. Ben Woodcroft
2017-09-15gnu: Add python-schedule....* gnu/packages/python.scm (python-schedule, python2-schedule): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stefan Reichör
2017-09-13gnu: awscli: Update to 1.11.151....* gnu/packages/python.scm (awscli): Update to 1.11.151. Tobias Geerinckx-Rice
2017-09-13gnu: python-s3transfer: Update to 0.1.11....* gnu/packages/python.scm (python-s3transfer): Update to 0.1.11. Tobias Geerinckx-Rice
2017-09-13gnu: python-botocore: Update to 1.7.9....* gnu/packages/python.scm (python-botocore): Update to 1.7.9. Tobias Geerinckx-Rice
2017-09-11gnu: python-apsw: Build with all extensions....* gnu/packages/python.scm (python-apsw)[phases]: Replace build phase; add flag to build all extensions. Add build-test-helper to allow testing of extensions. Jelle Licht
2017-09-08gnu: Add python-betamax-matchers....* gnu/packages/python.scm (python-betamax-matchers, python2-betamax-matchers): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Oleg Pykhalov
2017-09-08gnu: Add python-uritemplate....* gnu/packages/python.scm (python-uritemplate, python2-uritemplate): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Oleg Pykhalov
2017-09-06gnu: python-tox: Update to 2.8.0....* gnu/packages/python.scm (python-tox): Update to 2.8.0. Cyril Roelandt
2017-09-06gnu: Add python-html5-parser, python2-html5-parser....* gnu/packages/python.scm (python-html5-parser): New variable. (python2-html5-parser: New variable. Roel Janssen
2017-09-06gnu: Update python-lxml to 3.8.0....* gnu/packages/python.scm (python-lxml): Update to 3.8.0. Roel Janssen
2017-09-02gnu: Add python-xenon....* gnu/packages/python.scm (python-xenon, python2-xenon) New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Muriithi Frederick Muriuki
2017-09-01gnu: python-click-log: Update to 0.2.0....* gnu/packages/python.scm (python-click-log): Update to 0.2.0. Leo Famulari
2017-09-01gnu: python-click-threading: Update to 0.4.3....* gnu/packages/python.scm (python-click-threading): Update to 0.4.3. [source]: Use pypi-uri. Leo Famulari
2017-09-01gnu: python-icalendar: Update to 3.11.7....* gnu/packages/python.scm (python-icalendar): Update to 3.11.7. Leo Famulari
2017-09-01gnu: python2-larch: Enable tests....* gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python2-larch)[source]: Use it. [arguments]: Move 'check' phase to before 'build' phase. Arun Isaac
2017-09-01gnu: python2-ttystatus: Enable tests....* gnu/packages/python.scm (python2-ttystatus)[arguments]: Replace 'check' phase with custom function. Arun Isaac
2017-09-01gnu: python2-cliapp: Enable tests....* gnu/packages/python.scm (python2-cliapp)[arguments]: Replace 'check' phase with custom function. Arun Isaac
2017-08-31gnu: Remove python2-rpy2....Python 2 is no longer supported. * gnu/packages/python.scm (python2-rpy2): Remove variable. Ricardo Wurmus
2017-08-31gnu: python-rpy2: Update to 2.9.0....* gnu/packages/python.scm (python-rpy2): Update to 2.9.0. [arguments]: Run tests before install phase; add build phase "fix-tests". [propagated-inputs]: Add python-jinja2 and python-pytz. [inputs]: Add r-ggplot2, r-rsqlite, r-dplyr, r-dbplyr, and python-numpy. Ricardo Wurmus
2017-08-31gnu: python-rpy2: Update license....* gnu/packages/python.scm (python-rpy2)[license]: Correct GPLv3+ to GPLv2+; list additional licenses. Ricardo Wurmus
2017-08-31gnu: python-pyjwt: Update to 1.5.2 [fixes CVE-2017-11424]....* gnu/packages/python.scm (python-pyjwt): Update to 1.5.2. [source]: Add snippet to remove pre-compiled files. [native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0. Marius Bakke
2017-08-30gnu: Add python-spectra....* gnu/packages/python.scm (python-spectra, python2-spectra): New variables. Ricardo Wurmus