Archived
1
0
Fork 0
Commit graph

2111 commits

Author SHA1 Message Date
Vinicius Monego
169b306e48
gnu: python-qtconsole: Enable tests.
* gnu/packages/python-xyz.scm (python-qtconsole)[arguments]: Remove #:tests?.
<#:phases>: Set HOME and skip a failing test in the 'pre-check phase.
[native-inputs]: Add python-flaky.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 21:30:00 +01:00
Vinicius Monego
ea5b61dbf4
gnu: python-qtconsole: Update to 4.7.7.
* gnu/packages/python-xyz.scm (python-qtconsole): Update to 4.7.7.
[source]: Make some cosmetic changes.
[arguments]<#:phases>: Don't return #t.
[propagated-inputs]: Remove python-ipython. Add python-ipython-genutils,
python-jupyter-client, python-jupyter-core, python-pygments, python-pyqt,
python-pyzmq, python-qtpy, python-traitlets.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 21:29:59 +01:00
Vinicius Monego
4835fefe62
gnu: python-qasync: Update to 0.22.0.
* gnu/packages/python-xyz.scm (python-qasync): Update to 0.22.0.
[arguments]<#:phases>: Don't return #t.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 21:25:40 +01:00
Vinicius Monego
40731e2d4e
gnu: python-anyqt: Update to 0.0.13.
* gnu/packages/python-xyz.scm (python-anyqt): Update to 0.0.13.
[arguments]<#:phases>: Don't return #t.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 21:25:09 +01:00
Foo Chuan Wei
a916093be2
gnu: Add python-ipython-sql.
* gnu/packages/python-xyz.scm (python-ipython-sql): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-14 10:13:55 +01:00
Tanguy Le Carrour
391f22fa3e
gnu: poetry: Use an old msgpack implementation.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Replace
python-msgpack with python-msgpack-transitional.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-13 14:03:10 -05:00
Tanguy Le Carrour
66ab299a07
Revert "gnu: Remove python-msgpack-transitional."
This reverts commit d5ae6739fd.

It turned out that 'poetry' requires this transitional msgpack package:

https://issues.guix.gnu.org/53228

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-13 14:03:04 -05:00
Marius Bakke
4d078ed710
gnu: python-texttable: Update to 1.6.4.
* gnu/packages/python-xyz.scm (python-texttable): Update to 1.6.4.
[arguments]: Respect #:tests? in check phase and increase verbosity.
2022-01-12 23:50:17 +01:00
Marius Bakke
1585ff1f33
gnu: python-packaging: Add 21.3.
* gnu/packages/python-xyz.scm (python-packaging-next): New variable.
2022-01-12 23:50:16 +01:00
Marius Bakke
9f6d4cf67a
gnu: python-marshmallow: Remove 3.2.1.
* gnu/packages/python-xyz.scm (python-marshmallow-3.2): Remove variable.
2022-01-12 23:50:16 +01:00
Marius Bakke
5ff2218eef
gnu: python-marshmallow-jsonapi: Use python-marshmallow.
* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi)[propagated-inputs]:
Change from PYTHON-MARSHMALLOW-3.2 to PYTHON-MARSHMALLOW.
2022-01-12 23:50:16 +01:00
Marius Bakke
c2a4cb24ed
gnu: python-black: Update to 21.12b0.
* gnu/packages/python-xyz.scm (python-black)[arguments]: Adjust file name
patching to cover more files.  Override check phase.
[propagated-inputs]: Add PYTHON-PLATFORMDIRS and PYTHON-TOMLI.  Remove
PYTHON-TOML.
[native-inputs]: Add PYTHON-PYTEST-AIOHTTP.
[home-page]: Update to current.
2022-01-12 23:50:16 +01:00
Marius Bakke
da5d0b10c4
gnu: python-pyls-black: Update to 0.4.7.
...and add support for PYTHON-LSP-SERVER while at it.

* gnu/packages/python-xyz.scm (python-pyls-black): Update to 0.4.7.
[source](modules, snippet): New fields.
[propagated-inputs]: Remove PYTHON-TOML.  Add PYTHON-TOMLI.
2022-01-12 23:50:16 +01:00
Marius Bakke
d7b15a363b
gnu: python-isort: Simplify inputs.
* gnu/packages/python-xyz.scm (python-isort)[native-inputs]: Remove labels.
2022-01-12 23:50:16 +01:00
Marius Bakke
013ce20502
gnu: python-isort: Do not depend on 'git'.
* gnu/packages/python-xyz.scm (python-isort)[arguments]: Disable test that
uses git.
[native-inputs]: Remove GIT-MINIMAL.
2022-01-12 23:50:16 +01:00
Marius Bakke
5f7559efd4
gnu: python-isort: Update to 5.10.1.
* gnu/packages/python-xyz.scm (python-isort): Update to 5.10.1.
[arguments]: Add phase to support newer Black versions.  Install another
test plugin.
[native-inputs]: Add PYTHON-NATSORT.
2022-01-12 23:50:16 +01:00
Marius Bakke
4d10384f64
gnu: python-platformdirs: Update to 2.4.1.
* gnu/packages/python-xyz.scm (python-platformdirs): Update to 2.4.1.
[arguments]: Override check phase.
[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.  Remove PYTHON-PYTEST-COV.
2022-01-12 23:50:15 +01:00
Marius Bakke
e5f1945e58
gnu: python-pathspec: Update to 0.9.0.
* gnu/packages/python-xyz.scm (python-pathspec): Update to 0.9.0.
2022-01-12 23:50:15 +01:00
Marius Bakke
4bf0190db2
gnu: python-typing-extensions: Update to 3.10.0.2.
* gnu/packages/python-xyz.scm (python-typing-extensions): Update to 3.10.0.2.
2022-01-12 23:50:15 +01:00
Marius Bakke
95b53cb5e8
gnu: python-pari-jupyter: Update to 1.4.0.
* gnu/packages/python-xyz.scm (python-pari-jupyter): Update to 1.4.0.
[source, home-page]: Adjust repo name.
2022-01-12 23:50:15 +01:00
Marius Bakke
7994cfce3d
gnu: python-flake8-implicit-str-concat: Permit newer attrs.
* gnu/packages/python-xyz.scm (python-flake8-implicit-str-concat)[arguments]:
Add phase.
2022-01-12 23:50:15 +01:00
Marius Bakke
937c5ff1ce
gnu: python-bleach: Update to 4.1.0.
* gnu/packages/python-xyz.scm (python-bleach): Update to 4.1.0.
[arguments]: Replace check phase.
[propagated-inputs]: Add PYTHON-PACKAGING.
[native-inputs]: Remove PYTHON-DATRIE, PYTHON-GENSHI, and PYTHON-LXML.
(python2-bleach): Remove variable.
2022-01-12 23:50:14 +01:00
Marius Bakke
b000468b92
gnu: Remove python2-twine.
Some of its dependencies fail to build.

* gnu/packages/python-xyz.scm (python2-twine): Remove variable.
2022-01-12 23:50:14 +01:00
Marius Bakke
0ec455bcc5
gnu: python-readme-renderer: Propagate python-cmarkgfm.
* gnu/packages/python-xyz.scm (python-readme-renderer)[propagated-inputs]: Add
PYTHON-CMARKGFM.
2022-01-12 23:50:14 +01:00
Marius Bakke
aa05f6a963
gnu: python-readme-renderer: Update to 32.0.
* gnu/packages/python-xyz.scm (python-readme-renderer): Update to 32.0.
2022-01-12 23:50:14 +01:00
John Kehayias
49e1396cf5
gnu: Add autokey.
* gnu/packages/python-xyz.scm (autokey): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-12 22:20:18 +01:00
Leo Famulari
333361f21d
gnu: Remove python2-msgpack.
* gnu/packages/python-xyz.scm (python2-msgpack): Remove variable.
2022-01-12 13:34:49 -05:00
Leo Famulari
d5ae6739fd
gnu: Remove python-msgpack-transitional.
This package is obsolete and unused.

* gnu/packages/python-xyz.scm (python-msgpack-transitional): Remove variable.
2022-01-12 13:34:49 -05:00
Tanguy Le Carrour
86e196dd57
gnu: poetry: Fix package inputs.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Add
python-crashtest and python-entrypoints. Remove python-clikit.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-11 20:35:00 +01:00
Tanguy Le Carrour
d07d3ea008
gnu: python-msgpack-transitional: Fix broken tests.
* gnu/packages/python-xyz.scm (python-msgpack-transitional)[arguments]:
Replace references to deprecated Python methods.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-11 20:35:00 +01:00
Marius Bakke
96c214f505
gnu: python-imagecodecs: Disable sanity check.
* gnu/packages/python-xyz.scm (python-imagecodecs)[arguments]: Disable
sanity-check phase.
2022-01-11 18:36:39 +01:00
Marius Bakke
5d9dbe0819
gnu: python-pywavelets: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-pywavelets): Update to 1.2.0.
2022-01-11 18:36:39 +01:00
Marius Bakke
bc5b1dce07
gnu: python-apache-libcloud: Fix bytecode compilation.
* gnu/packages/python-xyz.scm (python-apache-libcloud)[arguments]: Fix
indentation of test code.  While here, remove input label usage and trailing
 #t's.
2022-01-11 18:36:39 +01:00
Marius Bakke
11323c2d54
gnu: python-dictdiffer: Update to 0.9.0.
* gnu/packages/python-xyz.scm (python-dictdiffer): Update to 0.9.0.
2022-01-11 18:36:39 +01:00
Marius Bakke
ce958bfcd9
gnu: python-dictdiffer: Disable tests.
* gnu/packages/python-xyz.scm (python-dictdiffer)[arguments]: New field.
[native-inputs]: Remove test inputs.
2022-01-11 18:36:39 +01:00
Marius Bakke
eef8b08191
gnu: poetry: Use python-msgpack.
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Change
PYTHON-MSGPACK-TRANSITIONAL to PYTHON-MSGPACK.
2022-01-11 18:36:38 +01:00
Marius Bakke
dab711ca33
gnu: python-pifpaf: Update to 3.1.5.
* gnu/packages/python-xyz.scm (python-pifpaf): Update to 3.1.5.
[propagated-inputs]: Remove PYTHON-SIX.
2022-01-11 18:36:38 +01:00
Marius Bakke
6613661c6d
gnu: python-cmd2: Update to 2.3.3.
* gnu/packages/python-xyz.scm (python-cmd2): Update to 2.3.3.
[arguments]: Override check phase.
[native-inputs]: Remove PYTHON-CODECOV, PYTHON-COVERAGE, PYTHON-DOC8,
PYTHON-FLAKE8, PYTHON-SPHINX, PYTHON-SPHINX-AUTOBUILD,
PYTHON-SPHINX-RTD-THEME, PYTHON-TOX, PYTHON-TWINE, and WHICH.
2022-01-11 18:36:38 +01:00
Marius Bakke
e9afca64e8
gnu: python-xattr: Update to 0.9.9.
* gnu/packages/python-xyz.scm (python-xattr): Update to 0.9.9.
2022-01-11 18:36:37 +01:00
Vinicius Monego
33898cd5b7
gnu: python-zeroconf: Update to 0.38.1.
* gnu/packages/python-xyz.scm (python-zeroconf): Update to 0.38.1.
[source]: Fetch from GitHub.
[native-inputs]: Remove python-nose. Add python-pytest.
[arguments]<#:phases>: Adjust custom 'check phase to use Pytest.
[description]: Don't break line.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:33 +01:00
Vinicius Monego
abb259b1bf
gnu: python-colorlog: Update to 6.6.0.
* gnu/packages/python-xyz.scm (python-colorlog): Update to 6.6.0.
[source]: Make some cosmetic changes.
[arguments]<#:phases>: Simplify custom 'check phase and respect #:tests?.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:32 +01:00
Vinicius Monego
df1e2353df
gnu: python-watchdog: Update to 2.1.6.
* gnu/packages/python-xyz.scm (python-watchdog): Update to 2.1.6.
[source]: Make some cosmetic changes.
[arguments]<#:phases>: Remove 'remove-failing phase. Override 'check phase and
skip a failing test.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:32 +01:00
Vinicius Monego
07164966fe
gnu: python-pkginfo: Update to 1.8.2.
* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.8.2.
[source]: Make some cosmetic changes.
[arguments]<#:phases>: Don't return #t.
[native-inputs]: Add python-wheel.
[home-page]: Don't break line.
[synopsis]: Don't break line.
[description]: Fix indentation.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:31 +01:00
Vinicius Monego
b2bd183b14
gnu: python-netifaces: Update to 0.11.0.
* gnu/packages/python-xyz.scm (python-netifaces): Update to 0.11.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:30 +01:00
Vinicius Monego
a3d0a702ad
gnu: Add python-sentry-sdk.
* gnu/packages/python-xyz.scm (python-sentry-sdk): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:29 +01:00
Vinicius Monego
bd9998db98
gnu: Add python-executing.
* gnu/packages/python-xyz.scm (python-executing): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:29 +01:00
Vinicius Monego
05c9dbbc41
gnu: Add python-zipstream-new.
* gnu/packages/python-xyz.scm (python-zipstream-new): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:28 +01:00
Vinicius Monego
5b43b55846
gnu: Add python-pylru.
* gnu/packages/python-xyz.scm (python-pylru): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:27 +01:00
Vinicius Monego
276038ceb2
gnu: Add python-sarge.
* gnu/packages/python-xyz.scm (python-sarge): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 18:07:27 +01:00
Greg Hogan
4b8a5205a6
gnu: Add python-pystitcher.
* gnu/packages/python-xyz.scm (python-pystitcher): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-11 10:54:39 +01:00