~ruther/guix-local

ref: 48ff1e330324ae4265c2fc2c0178ae9c2444d2bb guix-local/gnu/packages/python-web.scm -rw-r--r-- 425.7 KiB
48ff1e33 — Sharlatan Hellseher 5 months ago
gnu: Add python-requests-futures.

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

Change-Id: Ibaa9299001567bcfe65247fd192bb64076f80dda
e33946c0 — Sharlatan Hellseher 7 months ago
gnu: Remove python-cachecontrol-0.11.

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

Change-Id: I081cf03298b4059a9ae5b4de94e2ea7fd3c75b9c
f34b02b8 — Sharlatan Hellseher 6 months ago
gnu: Remove python-aiorpcx-0.18.

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

Change-Id: I1308611724e435e0f8deff1067993fb7d641acc2
696ce317 — Sharlatan Hellseher 6 months ago
gnu: python-terminado: Move to jupyter.

* gnu/packages/python-web.scm (python-terminado): Move from here ...
* gnu/packages/jupyter.scm: ... to here.

Change-Id: I54c385f4b4bb9fe58a0c0784e6994dc76fa6c8d5
3c84504e — Sharlatan Hellseher 5 months ago
gnu: python-urllib3-next: Set to python-urllib3.

Replace all python-urllib3-next occurrences with python-urllib3.

* gnu/packages/python-web.scm (python-urllib3-next): Set to
python-urllib3.

Change-Id: Iaf07baf285f4687d896c5fe19865beb9221f3beb
762352c9 — Sharlatan Hellseher 7 months ago
gnu: python-setuptools-scm-next: Set to python-setuptools-scm.

Replace all python-setuptools-scm-next occurrences with
python-setuptools-scm.

* gnu/packages/python-build.scm (python-setuptools-scm-next): Set to
  python-setuptools-scm.

Change-Id: I929ca14d24ed05efecded4c23ff02c42d50098c6
b79fbf27 — Sharlatan Hellseher 7 months ago
gnu: python-setuptools-next: Set to python-setuptools.

Replace all python-setuptools-next occurrences with python-setuptools.

* gnu/packages/python-build.scm (python-setuptools-next): Set to
python-setuptools.

Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
dc9c0778 — Sharlatan Hellseher 5 months ago
gnu: python-requests-next: Set to python-requests.

Replace all python-requests-next occurrences with python-requests.

* gnu/packages/python-web.scm (python-requests-next): Set to
python-requests.

Change-Id: I712b71f12a2ebad3dfdfd882f24799fd6dd8e054
dd7f2124 — Sharlatan Hellseher 7 months ago
gnu: python-flask-restx: Switch to pyproject, fix buld.

* gnu/packages/python-web.scm (python-flask-restx):
  [build-system]: Use pyproject.
  [argument] <test-flags>: Utilze it and rework skipped tests.
  <phases>: Use default 'check.
  [propagated-inputs]: Add python-importlib-resources and python-werkzeug.
  [native-inputs]: Add python-setuptools.

Change-Id: Idd82b4d255854a21953533c3a66c74adeb6ac596
3d34d500 — Sharlatan Hellseher 7 months ago
gnu: python-translation-finder: Update to 2.22.

* gnu/packages/python-web.scm (python-translation-finder): Update to 2.22.
  [propagated-inputs]: Remove python-chardet; add
  python-charset-normalizer-3 and python-weblate-language-data.
  [native-inputs]: Remove python-wheel.

Change-Id: I92a6c70a144a659f188388fb3184aa7f2da399b3
e2e2d8a3 — Sharlatan Hellseher 7 months ago
gnu: python-portend: Update to 3.2.1.

* gnu/packages/python-web.scm (python-portend): Update to 3.2.1.
[native-inputs]: Remove python-pytest-black, python-pytest-checkdocs,
python-pytest-cov, python-pytest-enabler, python-pytest-mypy, and
python-wheel; add python-setuptools-scm.

Change-Id: I09b5c910c2526ae9bece60f59a9239f33633e9f8
5cee83c9 — Sharlatan Hellseher 7 months ago
gnu: Add python-weblate-language-data.

* gnu/packages/python-web.scm (python-weblate-language-data): New variable.

Change-Id: I3eba1b46c50f1ee05277d31fcd06cd1b765392c9
4d1a3bb0 — Sharlatan Hellseher 6 months ago
gnu: python-aiostream: Update to 0.7.0.

* gnu/packages/python-web.scm (python-aiostream): Update to 0.7.0.
  [bulid-system]: Use pyproejct.
  [propagated-inputs]: Add python-typing-extensions.
  [native-inputs]: Remove python-pytest-runner and python-wheel.

Change-Id: I96cce47b28966e5e15d0a7e91a0d6637d111ad61
836da266 — Sharlatan Hellseher 7 months ago
gnu: python-transaction: Update to 5.0.

* gnu/packages/python-web.scm (python-transaction): Update to 5.0.
  [build-system]: Use pyproject.
  [native-inputs]: Remove python-coverage, python-mock, and python-nose;
  add python-pytest and python-setuptools.

Change-Id: I4581b1994856439917cff67bcc9afb523bc5916d
34cfee71 — Sharlatan Hellseher 7 months ago
gnu: python-html5tagger: Do not try to run tests.

* gnu/packages/python-web.scm (python-html5tagger) [arguments] <tests?>:
  No tests in PyPI or Git, visually disable to prevent build fail.

Change-Id: I2709805d23858b33e6a3e6528b764708d59796ab
3bbd97c5 — Sharlatan Hellseher 7 months ago
gnu: python-flask-compress: Update to 1.18.

* gnu/packages/python-web.scm (python-flask-compress): Update to 1.18.
[propagated-inputs]: Add python-pyzstd.
[native-inputs]: Remove python-wheel; add python-flask-caching and python-pytest.

Change-Id: I2d168d66b9331d86a850454c43be83b7d062e7b7
68b4c986 — Sharlatan Hellseher 7 months ago
gnu: Add python-flask-caching.

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

Change-Id: I5c381db79739f8775467855e82223c188ca9543c
13bed98c — Sharlatan Hellseher 7 months ago
gnu: python-azure-storage-blob: Update to 12.26.0.

* gnu/packages/python-web.scm (python-azure-storage-blob): Update to 12.26.0.
  [arguments] <tests?>: Visually disable tests.
  [native-inputs]: Remove python-wheel.

Change-Id: Ib02c7d942ee486d905b8362f1b8c5dafdd1f6f8b
1e503ab9 — Sharlatan Hellseher 7 months ago
gnu: python-httplib2: Reduce closure size.

* gnu/packages/python-web.scm (python-httplib2):
  [native-inputs]: Remove python-flake8, python-pytest-forked,
  python-pytest-xdist, python-six, and python-wheel; add
  python-pyparsing.

Change-Id: Ic1923970dab0573cea3d3afb77f1c658ceacab2c
718e90c4 — Sharlatan Hellseher 7 months ago
gnu: python-hupper: Update to 1.12.1.

* gnu/packages/python-web.scm (python-hupper): Update to 1.12.1.
  [build-system]: Use pyproject.
  [arguments] <test-flags>: Ignore problematic tests.
  [propagated-inputs]: Remove python-pytz; add python-watchdog.
  [native-inputs]: Remove python-mock, python-pytest-runner, and
  python-watchdog.

Change-Id: I5ec147836a59a16bc39f8444c4565d9d388005f2
Next