summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Expand)Author
2020-11-18gnu: Add python-telethon....* gnu/packages/python-xyz.scm (python-telethon): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Adam
2020-11-18gnu: python-semver: Fix build, again....This reverts "gnu: python-semver: Fix build." (commit b4e1ca0675571f3cda2a00afb3a2f0f01ff500f9) and overrides the check phase. * gnu/packages/python-xyz.scm (python-semver)[phases]: Override the 'check phase. [native-inputs]: Remove all existing native-inputs. Add python-pytest. Maxim Cournoyer
2020-11-18gnu: Add python-git-hammer....* gnu/packages/python-xyz.scm (python-git-hammer): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Leo Prikler
2020-11-18gnu: Add python-globber....* gnu/packages/python-xyz.scm (python-globber): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Leo Prikler
2020-11-18gnu: Add python-beautifultable....* gnu/packages/python-xyz.scm (python-beautifultable): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Leo Prikler
2020-11-15gnu: python-scp: Update to 0.13.3....* gnu/packages/python-xyz.scm (python-scp): Update to 0.13.3. Tobias Geerinckx-Rice
2020-11-14gnu: python-matplotlib: Fix rounding errors on x86 CPUs....Fixes <https://issues.guix.gnu.org/40406>. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Diego Nicola Barbato
2020-11-14gnu: python-numba: Update to 0.51.2....Fixes <https://issues.guix.gnu.org/43546>. * gnu/packages/python-xyz.scm (python-numba): Update to 0.51.2. [arguments]: Remove #:modules. [phases]{check}: Use add-installed-pythonpath instead of some ad-hoc solution. Set HOME. {remove-failing-tests}: Remove. [inputs]: Move to... [native-inputs]: ...here. Maxim Cournoyer
2020-11-11gnu: python-matplotlib: Remove unused input....* gnu/packages/python-xyz.scm (python-matplotlib)[inputs]: Remove IMAGEMAGICK. Marius Bakke
2020-11-11gnu: pyzo: Update to 4.11.0....* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.0. Nicolas Goaziou
2020-11-10gnu: python-canonicaljson: Update to 1.4.0....* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 1.4.0. Signed-off-by: Marius Bakke <marius@gnu.org> Michael Rohleder
2020-11-09gnu: python-docutils: Update description....* gnu/packages/python-xyz.scm (python-docutils)[description]: Add mentions of "rst2man" and ".rst". Marius Bakke
2020-11-07gnu: python-colorama: Update to 0.4.4....* gnu/packages/python-xyz.scm (python-colorama): Update to 0.4.4. Tobias Geerinckx-Rice
2020-10-31gnu: python-dateparser: Use the test variant of tzdata....* gnu/packages/python-xyz.scm (python-dateparser)[inputs]: Remove field. [native-inputs]: Add tzdata-for-tests. Leo Famulari
2020-10-30gnu: Add python-pydub....* gnu/packages/python-xyz.scm (python-pydub): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Tanguy Le Carrour
2020-10-29gnu: python-simpleaudio: Alsa-lib is not a native-input....* gnu/packages/python-xyz.scm (python-simpleaudio.)[native-inputs]: Replace field and ... [inputs]: ... Add new field. Leo Famulari
2020-10-28gnu: python-mujson: Fix typo....* gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This package". Vagrant Cascadian
2020-10-28gnu: python-scour: Fix typo....* gnu/packages/python-xyz (python-scour)[description]: Fix spelling of "aggressive". Vagrant Cascadian
2020-10-28gnu: Add python-simpleaudio....* gnu/packages/python-xyz.scm (python-simpleaudio): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Tanguy Le Carrour
2020-10-26gnu: python-robotframework: Shorten patch file name....* gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch: Rename to... * gnu/packages/patches/python-robotframework-source-date-epoch.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-robotframework)[source]: Likewise. Ludovic Courtès
2020-10-26gnu: python2-netcdf4: Remove package....This fails to build, and as it's the Python 2 variant, I think it can be removed. * gnu/packages/python-xyz.scm (python2-netcdf4): Remove variable. Christopher Baines
2020-10-25gnu: python-robotframework-lint: Update to 1.1-0.b0619ac....* gnu/packages/python-xyz.scm (python-robotframework-lint): Update to b0619ac. Ludovic Courtès
2020-10-25gnu: python-robotframework: Update to 3.2.2....The update of Pandas to 0.25.2 in commit 7a97a26d012da08fad4540eed99643f6306de423 broke the tests. * gnu/packages/python-xyz.scm (python-robotframework): Update to 3.2.2. [arguments]: In 'check' phase, set TZ and TZDIR. [native-inputs]: Add TZDATA-FOR-TESTS. Ludovic Courtès
2020-10-25gnu: python-invoke: Update to 1.4.1....* gnu/packages/python-xyz.scm (python-invoke): Update to 1.4.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour
2020-10-24gnu: Add python-scour....* gnu/packages/python-xyz.scm (python-scour): New variable. Ekaitz Zarraga
2020-10-24gnu: Add python-yq....* gnu/packages/python-xyz.scm (python-yq): New variable. Christopher Baines
2020-10-23gnu: python-black: Update to 20.8b1....* gnu/packages/python-xyz.scm (python-black): Update to 20.8b1. [arguments] Set PATH to make 1 test pass. Disable 1 failing test. [propagated-inputs] Add python-mypy-extensions and python-typing-extensions. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour
2020-10-19gnu: Add python-parallel....* gnu/packages/python-xyz (python-parallel): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> BonfaceKilz
2020-10-19gnu: Add python-pyzbar....* gnu/packages/python-xyz.scm (python-pyzbar): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Vinicius Monego
2020-10-19gnu: Add python-pyfavicon....* gnu/packages/python-xyz.scm (python-pyfavicon): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Vinicius Monego
2020-10-19gnu: Add python-grandalf....* gnu/packages/python-xyz.scm (python-grandalf): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Joseph LaFreniere
2020-10-18gnu: Add python2-openpyxl....* gnu/packages/python-xyz.scm (python2-openpyxl): New package. (python-openpyxl)[properties]: Add reference to python2-openpyxl. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> BonfaceKilz
2020-10-17gnu: python-asynctest: Fix build....* gnu/packages/python-xyz.scm (python-asynctest): Disabled all failing tests. Return #t at the end of the phase. Nicolas Goaziou
2020-10-14gnu: Add python-rfc6555....* gnu/packages/python-xyz.scm (python-rfc6555): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Tim Gesthuizen
2020-10-14Revert "gnu: python-chardet: Enable tests."...This causes too many rebuilds for the master branch. This reverts commit 331aaf52806b27430c4efaf8f230097ede69e61a. Marius Bakke
2020-10-13gnu: Add python-dpath....* gnu/packages/python-xyz.scm (python-dpath): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Joseph LaFreniere
2020-10-13gnu: Add python-dictdiffer....* gnu/packages/python-xyz.scm (python-dictdiffer): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Joseph LaFreniere
2020-10-13gnu: python-chardet: Enable tests....* gnu/packages/python-xyz.scm (python-chardet) [source]: Add upstream patch. [arguments]: Remove. * gnu/packages/patches/python-chardet-3.0.4-pytest.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <marius@gnu.org> Lars-Dominik Braun
2020-10-10gnu: python-dirsync: Update home page....* gnu/packages/python-xyz.scm (python-dirsync)[home-page]: Follow redirect. Marius Bakke
2020-10-10gnu: python-dirsync: Update to 2.2.5....* gnu/packages/python-xyz.scm (python-dirsync): Update to 2.2.5. Marius Bakke
2020-10-10gnu: Add python-nestedtext....* gnu/packages/python-xyz.scm (python-nestedtext): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour
2020-10-10gnu: Add python-inform....* gnu/packages/python-xyz.scm (python-inform): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour
2020-10-09gnu: python-shapely: Remove cythonized files....* gnu/packages/python-xyz.scm (python-shapely)[source]: Add snippet to remove pregenerated cythonized files. Efraim Flashner
2020-10-09gnu: python-shapely: Update to 1.7.1....* gnu/packages/python-xyz.scm (python-shapely): Update to 1.7.1. [arguments]: Adjust 'patch-geos-path phase to add more substitutions. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Malte Frank Gerdes
2020-10-06gnu: python-tox: Update to 3.20.0....* gnu/packages/python-xyz.scm (python-tox): Update to 3.20.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Joseph LaFreniere
2020-10-06gnu: Add python-black-macchiato....* gnu/packages/python-xyz.scm (python-black-macchiato): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Joseph LaFreniere
2020-10-06gnu: python-flake8: Update to 3.8.4....* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.4. Tobias Geerinckx-Rice
2020-10-02gnu: python-gssapi: Update to 1.6.9....* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.9. Maxim Cournoyer
2020-10-02gnu: python-gssapi: Skip failing tests....Fixes <https://issues.guix.gnu.org/43402>. * gnu/packages/python-xyz.scm (python-gssapi)[phases]{disable-failing-tests}: Add phase. Maxim Cournoyer
2020-10-02gnu: python-openpyxl: Update to 3.0.5....* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.5. Maxim Cournoyer