1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00
Commit Graph

639 Commits

Author SHA1 Message Date
jgart
3609dcd200 gnu: Add python-unalix.
* gnu/packages/python-xyz.scm (python-unalix): New variable.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-02-23 23:07:10 -05:00
Efraim Flashner
14a556c7ed gnu: python-aiohttp: Fallback to running tests sequentially.
* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Adjust custom
'check phase to run the tests sequentially if they fail when run in
parallel.
2022-02-20 14:02:31 +02:00
Brendan Tildesley
7a06710717 gnu: python-css-parser: Update to 1.0.7.
* gnu/packages/python-web.scm (python-css-parser): Update to 1.0.7.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-19 00:05:04 +01:00
Brendan Tildesley
07fc776491 gnu: python-html5-parser: Update to 0.4.10.
* gnu/packages/python-web.scm (python-html5-parser): Update to 0.4.10.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-19 00:04:47 +01:00
Marius Bakke
b5f7140151 gnu: python-warcio: Fix test failure.
* gnu/packages/python-web.scm (python-warcio)[arguments]: Invoke pytest
directly instead of going through setup.py.  Skip three more tests.
2022-02-15 00:21:15 +01:00
kiasoc5
28e40fc369 gnu: python-flask-babel: Update to 2.0.0.
* gnu/packages/python-web.scm (python-flask-babel): Update to 2.0.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-09 15:32:10 +01:00
Petr Hodina
c9c8d75f97 gnu: Add python-pyowm.
* gnu/packages/python-web.scm (python-pyowm): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-28 23:40:38 +01:00
kiasoc5
88eb611c10 gnu: httpie: Update to 3.0.2.
* gnu/packages/python-web.scm (httpie): Update to 3.0.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-28 09:42:34 +01:00
Lars-Dominik Braun
605cb7b4be gnu: python-uvloop: Update to 0.16.0.
Version 0.14.0 is not compatible with Python 3.9[1]. Additionally unvendor the
copy of libuv, which was unused, but retained in the source tarball,
fix subprocess spawning and enable tests, so we know when future updates
break it.

[1] https://github.com/MagicStack/uvloop/issues/349

* gnu/packages/python-web.scm (python-uvloop): Update to 0.16.0.
[source]: Add snippet to remove pre-built loop.c and vendored libuv.
[arguments]<#:phases>: Substitute /bin/sh in 'preparations phase, override
'check phase and disable failing tests.
[native-inputs]: Remove python-flake8, because it causes test failures
and add python-pytest-timeout.
2022-01-25 11:06:22 +01:00
Giacomo Leidi
13b905bf28 gnu: Add python-tweepy.
* gnu/packages/python-web.scm (python-tweepy): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-24 15:39:16 +01:00
Marius Bakke
d07a89d645 gnu: Remove python-flask-script.
This package is not compatible with current versions of Flask and has been
obsoleted upstream.

* gnu/packages/python-web.scm (python-flask-script): Remove variable.
2022-01-22 12:42:48 +01:00
Marius Bakke
74f3815098 gnu: python-flask-migrate: Update to 3.1.0.
* gnu/packages/python-web.scm (python-flask-migrate): Update to 3.1.0.
[source]: Change to GIT-FETCH.
[propagated-inputs]: Remove PYTHON-SCRIPT and PYTHON-SQLALCHEMY.
2022-01-22 12:42:47 +01:00
Marius Bakke
515854b31f gnu: python-flask-oidc: Update to 1.4.0.
* gnu/packages/python-web.scm (python-flask-oidc): Update to 1.4.0.
[arguments]: Override check phase.
2022-01-22 10:23:01 +01:00
Marius Bakke
404447b742 gnu: Deprecate python-flask-restplus.
* gnu/packages/python-web.scm (python-flask-restplus): Define as deprecated
alias for PYTHON-FLASK-RESTX, as noted on its home page.
2022-01-22 10:23:01 +01:00
Marius Bakke
9ebf6c21af gnu: python-flask-session: Update to 0.4.0.
* gnu/packages/python-web.scm (python-flask-session): Update to 0.4.0.
2022-01-22 10:23:01 +01:00
Marius Bakke
443b8f2908 gnu: python-flask: Update to 2.0.2.
* gnu/packages/python-web.scm (python-flask): Update to 2.0.2.
2022-01-22 10:23:01 +01:00
Marius Bakke
45cb47c4d3 gnu: python-werkzeug: Update to 2.0.2.
* gnu/packages/python-web.scm (python-werkzeug): Update to 2.0.2.
2022-01-22 10:23:01 +01:00
Mathieu Othacehe
ed01934c82 gnu: python-jsmin: Update to 3.0.1.
* gnu/packages/python-web.scm (python-jsmin): Update to 3.0.1.
2022-01-21 14:42:29 +01:00
Efraim Flashner
a3b80bc6fb gnu: python-openid: Honor the #:tests? flag.
* gnu/packages/python-web.scm (python-openid)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
2022-01-20 16:45:55 +02:00
Mathieu Othacehe
80c48a2a93 gnu: python-openid: Remove python2 variant.
This is a follow-up of: 90b6c3f4e6.

* gnu/packages/python-web.scm (python-openid)[properties]: Remove it.
2022-01-20 15:35:36 +01:00
Vinicius Monego
653dbd922b gnu: Remove python2-urlgrabber.
* gnu/packages/python-web.scm (python2-urlgrabber): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:01 +01:00
Vinicius Monego
b9056afc0a gnu: Add python-urlgrabber.
* gnu/packages/python-web.scm (python-urlgrabber): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
f0e623dde3 gnu: Remove python2-paste.
* gnu/packages/python-web.scm (python2-paste): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
9a3804e413 gnu: Remove python2-pastescript.
* gnu/packages/python-web.scm (python2-pastescript): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
e9c7bab333 gnu: Remove python2-publicsuffix2.
* gnu/packages/python-web.scm (python2-publicsuffix2): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
fcb3f7d344 gnu: Remove python2-publicsuffix.
* gnu/packages/python-web.scm (python2-publicsuffix): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
fe70ae91b1 gnu: Remove python2-elasticsearch.
* gnu/packages/python-web.scm (python2-elasticsearch): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
0d308517f5 gnu: Remove python2-cssmin.
* gnu/packages/python-web.scm (python2-cssmin): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
daa315c082 gnu: Remove python2-htmlmin.
* gnu/packages/python-web.scm (python2-htmlmin): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
a53abfb075 gnu: Remove python2-s3transfer.
* gnu/packages/python-web.scm (python2-s3transfer): Remove variable.
* gnu/packages/python-web.scm (python-s3transfer)[properties]: Remove field.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
97b767b007 gnu: Remove python2-betamax-matchers.
* gnu/packages/python-web.scm (python2-betamax-matchers): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
ea32a37a48 gnu: Remove python2-url.
* gnu/packages/python-web.scm (python2-url): Remove variable.
* gnu/packages/python-web.scm (python2-url)[properties]: Remove field.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:34:00 +01:00
Vinicius Monego
d911f626ff gnu: Remove python2-webtest.
* gnu/packages/python-web.scm (python2-webtest): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Vinicius Monego
9450d3a2d7 gnu: Remove python2-ndg-httpsclient.
* gnu/packages/python-web.scm (python2-ndg-httpsclient): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Vinicius Monego
6e618362f5 gnu: Remove python2-openid-teams.
* gnu/packages/python-web.scm (python2-openid-teams): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Vinicius Monego
4f622133be gnu: Remove python2-openid-cla.
* gnu/packages/python-web.scm (python2-openid-cla): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Vinicius Monego
8fcc76b3e5 gnu: Remove python2-cssselect.
* gnu/packages/python-web.scm (python2-cssselect): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Vinicius Monego
9b29c5422e gnu: Remove python2-css-parser.
* gnu/packages/python-web.scm (python2-css-parser): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Vinicius Monego
e5f4d0db93 gnu: Remove python2-cssutils.
* gnu/packages/python-web.scm (python2-cssutils): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Vinicius Monego
90b6c3f4e6 gnu: Remove python2-openid.
* gnu/packages/python-web.scm (python2-openid): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Vinicius Monego
9a6dbaa5d4 gnu: Remove python2-html5-parser.
* gnu/packages/python-web.scm (python2-html5-parser): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Vinicius Monego
0ce7d4d403 gnu: Remove python2-html2text.
* gnu/packages/python-web.scm (python2-html2text): Remove variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-01-20 14:33:59 +01:00
Marius Bakke
b8d00c6b96 gnu: python-geventhttpclient: Update to 1.5.3.
* gnu/packages/python-web.scm (python-geventhttpclient): Update to 1.5.3.
[arguments]: Respect TESTS? in chech phase.  Remove obsolete workarounds.
[propagated-inputs]: Add PYTHON-BROTLI.
2022-01-19 10:05:30 +01:00
Marius Bakke
7cbbf49200 gnu: python-flask-cors: Update to 3.0.10.
* gnu/packages/python-web.scm (python-flask-cors): Update to 3.0.10.
2022-01-19 10:05:30 +01:00
Marius Bakke
1589f09729 gnu: python-aiohttp: Propagate attrs.
...as required by its egginfo.

* gnu/packages/python-web.scm (python-aiohttp)[propagated-inputs]: Add
PYTHON-ATTRS.
2022-01-18 19:35:56 +01:00
Lars-Dominik Braun
42f7d0d94c gnu: python-jose: Update to 3.3.0.
Failed due to upgrade of python-ecdsa in commit
8f73537f7961e93cce0c0457c9f762ff1f1770cb.

* gnu/packages/python-web.scm (python-jose): Update to 3.3.0.
2022-01-18 14:19:43 +01:00
Maxim Cournoyer
1ebc9e8823 Revert "gnu: python-aiohttp: Skip the tests."
This reverts commit 2cac7d328a.  The test suite
passes after the package update of e40dfcfcb1.
2022-01-18 00:25:56 -05:00
Maxim Cournoyer
e40dfcfcb1 gnu: python-aiohttp: Update to 3.8.1.
* gnu/packages/check.scm (python-pytest-6.1): Delete package.
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.8.1.
[source]: Adjust snippet and comment it out with a TODO comment.
[phases]{cythonize}: Fix indentation.
{check}: Use 'when' for the TESTS? condition.
Delete the test_proxy_functional.py test file.
Skip tests requiring networking.  Run tests in parallel with xdist.
[propagated-inputs]: Add python-aiosignal.  Remove python-attrs.
{python-chardet}: Replace by...
{python-charset-normalizer}: ... this.
Add python-frozenlist.
[native-inputs]: Use the regular python-pytest package.
Add python-pytest-xdist.
2022-01-17 22:24:04 -05:00
Maxim Cournoyer
2bf53290df gnu: Add python-aiosignal.
* gnu/packages/python-web.scm (python-aiosignal): New variable.
2022-01-17 22:24:03 -05:00
Maxim Cournoyer
dece47497c gnu: Add python-frozenlist.
* gnu/packages/python-web.scm (python-frozenlist): New variable.
2022-01-17 22:24:03 -05:00