1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-07 09:45:55 +02:00
Commit Graph

2163 Commits

Author SHA1 Message Date
Ludovic Courtès 867dcbe3a1 gnu: python-pyflakes@2.2: Adjust tests for Python 3.9.
* 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-12 22:16:33 +01:00
Vinicius Monego 8bb6c7425d gnu: python-moto: Honor #:tests? flag.
* 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-12 00:27:55 +01:00
Vinicius Monego 7a34e56dc8 gnu: python-moto: Update to 2.2.12.
* 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-12 00:27:55 +01:00
Vinicius Monego 365260f4cd gnu: Update awscli, python-boto3 and python-botocore.
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-12 00:27:55 +01:00
Giacomo Leidi 8a1de89432 gnu: Add python-ipaddress.
* 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-12 00:27:54 +01:00
Mathieu Othacehe 32750e8c3e Merge remote-tracking branch 'signed/master' into core-updates 2021-12-10 21:49:25 +01:00
Nicolas Goaziou a3cb34f7c5 gnu: pyzo: Update to 4.11.7.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.11.7.
2021-12-10 00:28:45 +01:00
Ricardo Wurmus 0e8826824c gnu: python-rich: Remove optional input ipywidgets.
* gnu/packages/python-xyz.scm (python-rich)[propagated-inputs]: Remove
python-ipywidgets.
2021-12-09 19:17:21 +01:00
Ricardo Wurmus 3cd37c94bd gnu: python2-matplotlib: Fix mpl_toolkits module.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Add phase
'create-init-file; restore 'sanity-check phase.
2021-12-09 11:17:45 +01:00
Ricardo Wurmus a4a7c78f68 gnu: python2-jinja2: Downgrade to 2.11.3
* gnu/packages/python-xyz.scm (python2-jinja2): Downgrade to the last version
supporting Python 2.
(python-jinja2)[properties]: Record python2-variant.
2021-12-08 16:13:08 +01:00
Ricardo Wurmus 14ed9b049e gnu: python2-markupsafe: Downgrade to 1.1.1.
* gnu/packages/python-xyz.scm (python2-markupsafe): Downgrade to 1.1.1,
because that's the last version to support Python 2.
2021-12-08 14:43:38 +01:00
Efraim Flashner c9b42242f9 gnu: python-userspacefs: Update to 2.0.4.
* gnu/packages/python-xyz.scm (python-userspacefs): Update to 2.0.4.
2021-12-08 12:34:13 +02:00
Marius Bakke 2b8b89b7ab gnu: python-toolz: Update to 0.11.2.
* gnu/packages/python-xyz.scm (python-toolz): Update to 0.11.2.
2021-12-08 08:46:28 +01:00
Ricardo Wurmus 92a2f55cf9 gnu: Add python-cytoolz-for-cooler.
* gnu/packages/python-xyz.scm (python-cytoolz-for-cooler): New variable.
2021-12-07 13:24:49 +01:00
Ricardo Wurmus c08d6e63a0 gnu: python-sparse: Update to 0.13.0.
* gnu/packages/python-xyz.scm (python-sparse): Update to 0.13.0.
2021-12-07 13:16:47 +01:00
Ricardo Wurmus 224d1c5818 gnu: python-dask: Update to 2021.11.2.
* gnu/packages/python-xyz.scm (python-dask): Update to 2021.11.2.
[source]: Fetch from github.
[arguments]: Remove phase 'disable-broken-tests.
2021-12-07 13:07:46 +01:00
Ricardo Wurmus ed15986a32 gnu: python-dask: Run tests conditionally.
* gnu/packages/python-xyz.scm (python-dask)[arguments]: Respect TESTS? option.
2021-12-07 13:07:23 +01:00
Ricardo Wurmus ad17046040 gnu: python-dask: Add missing input for tests.
* gnu/packages/python-xyz.scm (python-dask)[native-inputs]: Add
python-pytest-rerunfailures.
2021-12-07 13:06:37 +01:00
Ricardo Wurmus b214034109 gnu: python-cytoolz: Update to 0.11.2.
* gnu/packages/python-xyz.scm (python-cytoolz): Update to 0.11.2.
[source]: Add snippet.
2021-12-07 12:34:22 +01:00
Ludovic Courtès f4d4c40500 gnu: python-kivy: Add missing dependencies.
* 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-06 11:49:06 +01:00
Ludovic Courtès 7e40d0ee90 gnu: Add python-kivy-garden.
* gnu/packages/python-xyz.scm (python-kivy-garden): New variable.
2021-12-06 11:48:47 +01:00
Ricardo Wurmus 9bc0f45df5 Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-12-05 19:17:41 +01:00
Marius Bakke b0ce8bdb39 gnu: Add python-mistune-next.
* gnu/packages/python-xyz.scm (python-mistune-next): New variable.
2021-12-05 14:02:09 +01:00
jgart 66a2d3830c gnu: Add pudb.
* gnu/packages/python-xyz.scm (pudb): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-05 12:18:24 +01:00
Ricardo Wurmus 4f536c4607 gnu: python2-openpyxl: Explicitly build with Python 2.
* gnu/packages/python-xyz.scm (python2-openpyxl)[arguments]: Add value
for #:python field.
2021-12-03 13:56:01 +01:00
Ricardo Wurmus 1f5c1bc024 gnu: python2-decorator: Downgrade to 4.3.0
* gnu/packages/python-xyz.scm (python2-decorator): Keep at 4.3.0.
(python-decorator)[properties]: Add python2-variant.
2021-12-02 18:56:29 +01:00
Ricardo Wurmus 46b73fd22d gnu: python-ipython: Update to 7.20.0.
* gnu/packages/python-xyz.scm (python-ipython): Update to 7.20.0.
2021-12-02 13:42:17 +01:00
Ricardo Wurmus 5723503f9f gnu: python-ipython: Remove trailing #T.
* gnu/packages/python-xyz.scm (python-ipython)[arguments]: Remove trailing #T
from build phases.
2021-12-02 13:42:17 +01:00
Ricardo Wurmus e1cb787870 gnu: python2-matplotlib: Disable sanity-check.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Delete
'sanity-check phase.
2021-12-02 10:30:40 +01:00
Ricardo Wurmus a33ca53492 gnu: python2-matplotlib: Remove trailing #T.
* gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Remove
trailing #T from build phase.
2021-12-02 10:29:59 +01:00
Ricardo Wurmus 24832d2ebd gnu: python2-numpy: Delete file that depends on deleted test.
This is a follow-up to commit ec4892c742.

* gnu/packages/python-xyz.scm (python2-numpy)[arguments]: Also delete a second
test file that depends on the previously deleted test file.
2021-12-02 09:45:24 +01:00
Ricardo Wurmus ec4892c742 gnu: python2-numpy: Do not inherit native-inputs.
* 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-02 01:20:43 +01:00
Attila Lendvai 508200d66a gnu: python-daemon: Update to 2.3.0.
* 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-01 17:58:33 +01:00
Felix Gruber 5ff34d596d gnu: Add python-codespell.
* gnu/packages/python-xyz.scm (python-codespell): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-01 17:51:37 +01:00
jgart via Guix-patches via e7ead42383 gnu: python-language-server: Add deprecated alias.
* 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-01 17:13:41 +01:00
jgart via Guix-patches via 7907ddbc3a gnu: Add python-lsp-server.
* 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-01 17:13:27 +01:00
jgart via Guix-patches via 0c3acb247a gnu: python-lsp-jsonrpc: Add deprecated alias.
* 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-01 17:13:10 +01:00
jgart via Guix-patches via 869c7d6703 gnu: Add python-lsp-jsonrpc.
* 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-01 17:12:58 +01:00
jgart 46e030764d gnu: python-jedi: Update to 0.18.1.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.18.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01 17:12:31 +01:00
jgart via Guix-patches via 6b29c3c735 gnu: python2-jedi: Remove package.
* gnu/packages/python-xyz.scm (python2-jedi): Delete variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01 17:10:34 +01:00
jgart via Guix-patches via c56e9033f5 gnu: python-parso: Update to 0.8.2.
* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01 17:10:18 +01:00
ZmnSCPxj via Guix-patches via 5ca0042116 gnu: Add python-mrkd.
* gnu/packages/python-xyz.scm (python-mrkd): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-01 16:40:49 +01:00
Giacomo Leidi ce6ea46d40 gnu: Add dynaconf.
* 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>
2021-12-01 13:58:07 +02:00
Giacomo Leidi f8b1215874 gnu: Add python-dotenv-0.13.0.
* gnu/packages/python-xyz.scm (python-dotenv-0.13.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-01 13:58:04 +02:00
Efraim Flashner 1e8ad167f6 gnu: python-dotenv: Run test suite.
* gnu/packages/python-xyz.scm (python-dotenv)[arguments]: Add custom
'check phase.
2021-12-01 13:58:04 +02:00
Giacomo Leidi a8d62aea22 gnu: Add python-dotenv.
* gnu/packages/python-xyz.scm (python-dotenv): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-01 13:57:59 +02:00
Ricardo Wurmus 124d76c5c2 gnu: python2-numpydoc: Update to 0.9.1.
* gnu/packages/python-xyz.scm (python2-numpydoc): Update to 0.9.1; do not
inherit from Python 3 variant.
2021-12-01 11:39:58 +01:00
Ricardo Wurmus 38d648655b gnu: python-numpydoc: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-numpydoc): Update to 1.1.0.
[arguments]: Override 'check phase to run tests.
[native-inputs]: Remove python-nose; add python-matplotlib, python-pytest, and
python-pytest-cov.
2021-12-01 11:39:58 +01:00
Ricardo Wurmus 3b74b41498 gnu: Add python-polling2.
* gnu/packages/python-xyz.scm (python-polling2): New variable.
2021-11-30 20:49:10 +01:00
Ludovic Courtès 8ecc99be11 gnu: python-notify2: Propagate python-dbus.
* gnu/packages/python-xyz.scm (python-notify2)[native-inputs]: Rename to...
[propagated-inputs]: ... this.
2021-11-29 00:04:02 +01:00