summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2021-12-13gnu: python-versioneer: Add support for Guix build directories.Marius Bakke
* gnu/packages/patches/python-versioneer-guix-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-versioneer)[source](patches): New field.
2021-12-13gnu: python-versioneer: Update to 0.21.Marius Bakke
* gnu/packages/python-xyz.scm (python-versioneer): Update to 0.21.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13gnu: Add python-robotframework-datadriver.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-datadriver): New variable.
2021-12-13gnu: Add python-robotframework-stacktrace.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-robotframework-stacktrace): New variable.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-12gnu: python-pyflakes@2.2: Adjust tests for Python 3.9.Ludovic Courtès
* gnu/packages/patches/python-pyflakes-test-location.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-pyflakes-2.2): Use it.
2021-12-12gnu: python-moto: Honor #:tests? flag.Vinicius Monego
* gnu/packages/python-xyz.scm (python-moto)[arguments]: Adjust custom 'check phase to honor the #:tests? flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-12gnu: python-moto: Update to 2.2.12.Vinicius Monego
* gnu/packages/python-xyz.scm (python-moto): Update to 2.2.12. [arguments]: Make some cosmetic changes. <#:phases>: Don't return #t. Support cross-compilation in 'patch-hardcoded-executable-names. Skip more tests and simplify the custom 'check phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-12gnu: Update awscli, python-boto3 and python-botocore.Vinicius Monego
awscli, botocore and boto3 work together and typically require matching versions. * gnu/packages/python-xyz.scm (python-botocore): Update to 1.22.11. (python-boto3): Update to 1.19.11. [native-inputs]: Add python-pytest. * gnu/packages/python-web.scm (awscli): Update to 1.21.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-12gnu: Add python-ipaddress.Giacomo Leidi
* gnu/packages/python-xyz.scm (python-ipaddress): New variable; (python2-ipaddress): Use package-with-python2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-10gnu: pyzo: Update to 4.11.7.Nicolas Goaziou
* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.7.
2021-12-09gnu: python-rich: Remove optional input ipywidgets.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-rich)[propagated-inputs]: Remove python-ipywidgets.
2021-12-09gnu: python2-matplotlib: Fix mpl_toolkits module.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Add phase 'create-init-file; restore 'sanity-check phase.
2021-12-08gnu: python2-jinja2: Downgrade to 2.11.3Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-jinja2): Downgrade to the last version supporting Python 2. (python-jinja2)[properties]: Record python2-variant.
2021-12-08gnu: python2-markupsafe: Downgrade to 1.1.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-markupsafe): Downgrade to 1.1.1, because that's the last version to support Python 2.
2021-12-08gnu: python-userspacefs: Update to 2.0.4.Efraim Flashner
* gnu/packages/python-xyz.scm (python-userspacefs): Update to 2.0.4.
2021-12-08gnu: python-toolz: Update to 0.11.2.Marius Bakke
* gnu/packages/python-xyz.scm (python-toolz): Update to 0.11.2.
2021-12-07gnu: Add python-cytoolz-for-cooler.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-cytoolz-for-cooler): New variable.
2021-12-07gnu: python-sparse: Update to 0.13.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-sparse): Update to 0.13.0.
2021-12-07gnu: python-dask: Update to 2021.11.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dask): Update to 2021.11.2. [source]: Fetch from github. [arguments]: Remove phase 'disable-broken-tests.
2021-12-07gnu: python-dask: Run tests conditionally.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dask)[arguments]: Respect TESTS? option.
2021-12-07gnu: python-dask: Add missing input for tests.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-dask)[native-inputs]: Add python-pytest-rerunfailures.
2021-12-07gnu: python-cytoolz: Update to 0.11.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-cytoolz): Update to 0.11.2. [source]: Add snippet.
2021-12-06gnu: python-kivy: Add missing dependencies.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-kivy)[arguments]: Add 'set-home' phase. [inputs]: Add PYTHON-DOCUTILS, PYTHON-KIVY-GARDEN, and PYTHON-PYGMENTS. [synopsis, description]: Tweak.
2021-12-06gnu: Add python-kivy-garden.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-kivy-garden): New variable.
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-05gnu: Add python-mistune-next.Marius Bakke
* gnu/packages/python-xyz.scm (python-mistune-next): New variable.
2021-12-05gnu: Add pudb.jgart
* gnu/packages/python-xyz.scm (pudb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-03gnu: python2-openpyxl: Explicitly build with Python 2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-openpyxl)[arguments]: Add value for #:python field.
2021-12-02gnu: python2-decorator: Downgrade to 4.3.0Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-decorator): Keep at 4.3.0. (python-decorator)[properties]: Add python2-variant.
2021-12-02gnu: python-ipython: Update to 7.20.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-ipython): Update to 7.20.0.
2021-12-02gnu: python-ipython: Remove trailing #T.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-ipython)[arguments]: Remove trailing #T from build phases.
2021-12-02gnu: python2-matplotlib: Disable sanity-check.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Delete 'sanity-check phase.
2021-12-02gnu: python2-matplotlib: Remove trailing #T.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Remove trailing #T from build phase.
2021-12-02gnu: python2-numpy: Delete file that depends on deleted test.Ricardo Wurmus
This is a follow-up to commit ec4892c742ff4e2f00d0fc2595843890ef16afa3. * gnu/packages/python-xyz.scm (python2-numpy)[arguments]: Also delete a second test file that depends on the previously deleted test file.
2021-12-02gnu: python2-numpy: Do not inherit native-inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-numpy)[native-inputs]: Do not inherit from Python 3 variant; use only python2-cython, python2-pytest, and gfortran. [arguments]: Add phase 'delete-failing-test.
2021-12-01gnu: python-daemon: Update to 2.3.0.Attila Lendvai
* gnu/packages/python-xyz.scm (python-daemon): Update to 2.3.0. [native-inputs]: Add python-coverage and python-twine. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01gnu: Add python-codespell.Felix Gruber
* gnu/packages/python-xyz.scm (python-codespell): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-01gnu: python-language-server: Add deprecated alias.jgart via Guix-patches via
* gnu/packages/python-xyz.scm (python-language-server): New variable. Add deprecated alias for package removed in the parent commit. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01gnu: Add python-lsp-server.jgart via Guix-patches via
* gnu/packages/python-xyz.scm (python-language-server): Delete variable. * gnu/packages/python-xyz.scm (python-lsp-server): New variable. Removes deprecated python-language-server package and adds maintained fork. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01gnu: python-lsp-jsonrpc: Add deprecated alias.jgart via Guix-patches via
* gnu/packages/python-xyz.scm (python-jsonrpc-server): New variable. Add deprecated alias for package removed in the parent commit. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01gnu: Add python-lsp-jsonrpc.jgart via Guix-patches via
* gnu/packages/python-xyz.scm (python-jsonrpc-server): Delete variable. * gnu/packages/python-xyz.scm (python-lsp-jsonrpc): New variable. Removes deprecated python-jsonrpc-server package and adds maintained fork. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01gnu: python-jedi: Update to 0.18.1.jgart
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.18.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01gnu: python2-jedi: Remove package.jgart via Guix-patches via
* gnu/packages/python-xyz.scm (python2-jedi): Delete variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01gnu: python-parso: Update to 0.8.2.jgart via Guix-patches via
* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01gnu: Add python-mrkd.ZmnSCPxj via Guix-patches via
* gnu/packages/python-xyz.scm (python-mrkd): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01gnu: Add dynaconf.Giacomo Leidi
* gnu/packages/python-xyz.scm (dynaconf): New variable. * gnu/packages/patches/dynaconf-Unvendor-dependencies.patch: New file. * local.mk (dist_patch_DATA): Register it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>