~ruther/guix-local

ref: c4bc6cf49f0b77f5ca2e97d8fa00b61cd80c1dd4 guix-local/gnu/packages/python-web.scm -rw-r--r-- 395.0 KiB
c4bc6cf4 — Nicolas Graves 1 year, 3 months ago
gnu: Remove python-cookies.

This is a leaf package in python, broken and undevelopped for 10 years.

* gnu/packages/python-web.scm (python-cookies): Delete variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
d7817735 — Nicolas Graves 1 year, 3 months ago
gnu: python-port-for: Update to 0.7.4.

* gnu/packages/python-web.scm (python-port-for): Update to 0.7.4.
[build-system]: Switch to pyproject.
[native-inputs]: Remove python-mock.  Add python-setuptools,
python-wheel.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
22416fb2 — Nicolas Graves 1 year, 3 months ago
gnu: python-furl: Update to 2.1.4.

* gnu/packages/python-web.scm (python-furl): Update to 2.1.4.
[build-system]: Swtich to pyproject.
[arguments]{test-flags}: Ignore failing tests.
[propagated-inputs]: Sort.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
7780df4e — Nicolas Graves 1 year, 3 months ago
gnu: python-databricks-cli: Update to 0.18.0.

* gnu/packages/python-web.scm (python-databricks-cli): Update to
0.18.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style, use gexps.
[native-inputs]: Add python-setuptools, python-wheel.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
0ba43947 — Sharlatan Hellseher 1 year, 3 months ago
gnu: python-css-parser: Update to 1.0.10.

* gnu/packages/python-web.scm (python-css-parser): Update to 1.0.10.

Change-Id: I2775f4f7871582d066ed5d4bb1831bb666f730aa
a56bfbb4 — Sharlatan Hellseher 1 year, 3 months ago
gnu: python-js2py: Update to 0.74.

* gnu/packages/python-web.scm (python-js2py): Update to 0.74.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
[propagated-inputs]: Remove python-six; add python-numpy.

Change-Id: I0b2a31241fd2c075c8555a921b805e254436de6a
e1561169 — Nicolas Graves 1 year, 3 months ago
gnu: python-netaddr: Update to 1.3.0.

* gnu/packages/python-web.scm (python-netaddr): Update to 1.3.0.
[build-system]: Switch to pyproject.
[native-inputs]: Add python-poetry-core, python-pytest,
python-setuptools, python-wheel.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
f4a21e18 — Nicolas Graves 1 year, 3 months ago
gnu: python-netaddr: Move to (gnu packages python-web).

* gnu/packages/python-xyz.scm (python-netaddr): Move from here…
* gnu/packages/python-web.scm (python-netaddr): …to here.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
474dc182 — Ricardo Wurmus 1 year, 3 months ago
gnu: python-werkzeug-1.0: Do not abort on warnings.

* gnu/packages/python-web.scm (python-werkzeug-1.0)[arguments]: Remove custom
'check phase; do not raise errors when warnings are printed.

Change-Id: Ia13e63f6504e5254e35625528ad3ed8e00355528
ccc67fb7 — Ricardo Wurmus 1 year, 3 months ago
gnu: python-flask-oidc: Update to 2.3.1.

* gnu/packages/python-web.scm (python-flask-oidc): Update to 2.3.1.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-itsdangerous, python-oauth2client, and
python-six; add python-authlib, python-blinker, python-requests, and
python-responses.
[native-inputs]: Add python-pytest and python-poetry-core; remove python-nose
and python-mock.

Change-Id: I5658d420c49626fd72c7c8a4e7fff13eaaee6276
ebf1da07 — Ricardo Wurmus 1 year, 3 months ago
gnu: Add python-authlib.

* gnu/packages/python-web.scm (python-authlib): New variable.

Change-Id: Ia19965ca2e6b26d40740a6fb96a2a03d7842d364
cfb0fc85 — Ricardo Wurmus 1 year, 3 months ago
gnu: python-pecan: Update to 1.6.1.

* gnu/packages/python-web.scm (python-pecan): Update to 1.6.1.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove uwsgi.
[arguments]: Remove 'relax-requirements phase and custom 'check phase.

Change-Id: I94a09a56fa2f353d8df3a96cb38a5bd73d5b0c0b
bd5df72c — Sharlatan Hellseher 1 year, 3 months ago
gnu: python-sanic: Scip more tests, simplify.

* gnu/packages/python-web.scm (python-sanic) [arguments] <test-flags>:
Ignore all benchmark and typing tests. Skip more failing tests.
<phases>: Use default 'check.
[native-inputs]: Remove python-bandit, python-chardet, python-coverage,
python-cryptography, python-docutils, python-mypy, python-pygments,
python-pytest-benchmark, python-pytest-sanic, python-slotscheck,
python-towncrier, python-tox, and python-types-ujson; add
python-pytest-asyncio.

Change-Id: I8804114656fd76639939ba2fa50fb95d65b823ab
907ae7b0 — Sharlatan Hellseher 1 year, 3 months ago
gnu: python-uvloop: Fix build.

* gnu/packages/python-web.scm (python-uvloop): Fix unquote-splicing
error as seen in <https://ci.guix.gnu.org/build/9605318/log/raw>.

Change-Id: I26bba8d29913e01e037c678d943607a7c00f5647
18e9141d — Sharlatan Hellseher 1 year, 3 months ago
gnu: python-uvloop: Fix indentation.

* gnu/packages/python-web.scm (python-uvloop): Fix indentation.

Change-Id: I72f6674c870317ebec48933e2bb5744bae6e0387
fcc266cf — Nicolas Graves 1 year, 3 months ago
gnu: python-h2: Fix test-flags.

* gnu/packages/python-web.scm (python-h2)[arguments]{test-flags}:
Fix quoting.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
6838baef — Nicolas Graves 1 year, 4 months ago
gnu: Remove python-dictpath.

* gnu/packages/python-xyz.scm (python-dictpath): Remove variable.
* gnu/packages/python-web.scm (python-openapi-core)[propagated-inputs]:
Remove unecessary python-dictpath.
a35f6614 — Nicolas Graves 1 year, 4 months ago
gnu: python-uvicorn: Rename python-watchgod native-input.

* gnu/packages/python-web.scm (python-uvicorn)[native-inputs]: Rename
python-watchgod to python-watchfiles. Add python-a2wsgi.
d87896da — Ricardo Wurmus 1 year, 5 months ago
gnu: python-requests-unixsocket: Update to 0.4.2.

* gnu/packages/python-web.scm (python-requests-unixsocket): Define as
deprecated alias for...
(python-requests-unixsocket2): ...this new variable.
[source]: Fetch from forked git repository.
[home-page]: Update.
[arguments]: Remove.
[native-inputs]: Remove python-apipkg, python-appdirs, python-execnet,
python-packaging, python-pep8, python-py, python-pyparsing,
python-pytest-cache, python-pytest-pep8, python-setuptools, python-six, and
python-wheel; add python-poetry-core.
[propagated-inputs]: Remove python-urllib3.
(python-cheroot)[native-inputs]: Replace python-requests-unixsocket with
python-requests-unixsocket2.
* gnu/packages/python-xyz.scm (python-notebook)[native-inputs]: Same.
* gnu/packages/jupyter.scm (python-nbclassic)[native-inputs]: Same.

Change-Id: I4c35ff9f86aa7e3df0f2b9ed8616727a7a94f12d
e779b2c6 — Ricardo Wurmus 1 year, 5 months ago
gnu: python-manuel: Update to 1.13.0.

* gnu/packages/python-web.scm (python-manuel): Update to 1.13.0.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-six; add python-setuptools.
[native-inputs]: Addd python-setuptools and python-wheel.

Change-Id: I6c4d55edec178df8874c98cabab3f33ab4c67f57
Next