summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
AgeCommit message (Collapse)Author
2025-10-24gnu: python-tracerite: Move to pyhton-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-tracerite): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I4b0935e500eab0af69f2547cedee3743b32c117c
2025-10-24gnu: python-quart-trio: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-quart-trio)[propagated-inputs]: Remove python-hypercorn; add hypercorn. Change-Id: I2a5bdcf7e1ec2b033f8bbda676084792c151e4f1
2025-10-24gnu: python-cython-3: Mark as deprecated.Sharlatan Hellseher
This is a followup to 941b6ff1c11be3ba73e4e67bc661bd0eed3e9d58 commit. Replace all python-cython-3 occurrences with python-cython. * gnu/packages/python-xyz.scm (python-cython-3): Deprecate variable. * gnu/packages/algebra.scm (python-fpylll, python-flint)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/astronomy.scm (python-astropy, python-astroscrappy, python-halotools, python-healpy, python-libstempo, python-lofar-h5plot, python-losoto, python-photutils, python-pyxsim, python-regions, python-reproject, python-sncosmo, python-sndata, python-stcal, python-yt)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/bioinformatics.scm (macs-3, python-pyrodigal): [native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/build-tools.scm (meson-python)[propagated-inputs]: Remove python-cython-3; add python-cython. [native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/databases.scm: (python-adbc-driver-manager, python-psycopg, python-pyarrow)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/finance.scm (python-ta-lib)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/game-development.scm (python-pygame-ce)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/geo.scm (python-pyogrio, python-cf-units)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/machine-learning.scm: (python-scikit-learn, python-opentsne)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/maths.scm: (python-cylp, python-petsc4py, python-primecountpy, python-slepc4py)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/python-check.scm (python-line-profiler)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/python-compression.scm (python-blosc2)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/python-graphics.scm (python-vispy)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/python-science.scm: (python-pykdtree, python-qutip, python-scikit-misc, python-scikit-surprise, python-pandas-2, python-vaex-core)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/python-web.scm: (python-aiohttp, python-falcon, python-yarl, python-uvloop)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/python-xyz.scm: (python-logbook, python-netcdf4, python-pyyaml, python-propcache, python-pywavelets, python-symengine, python-cysignals, python-pyemd, python-rbfly)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/sagemath.scm: (python-cypari2, python-pplpy, sage) [native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/sphinx.scm (python-sphinx)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/statistics.scm: (python-statsmodels, python-pyreadstat): [native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/tor.scm (onionshare-cli)[native-inputs]: Remove python-cython-3; add python-cython. * gnu/packages/xorg.scm (xpra)[native-inputs]: Remove python-cython-3; add python-cython. Change-Id: I38038d2ab18e6a7b549070083d6e4c5beb8b0293
2025-10-23gnu: Use ‘define-deprecated-package’ for deprecated packages.Ludovic Courtès
Use ‘define-deprecated-package’ instead of (define x (deprecated-package …)) throughout gnu/packages/*.scm. Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d
2025-10-23gnu: python-trio-websocket: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-trio-websocket): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: Ifffadaa04808a64dc443b912a8bccfd4c7dcb8dd
2025-10-23gnu: python-requests-futures: Reduce closure size.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-requests-futures)[native-inputs]: Remove python-readme-renderer and python-twine. Change-Id: I7092c9787d1f97813c7008f94871729b3a8e8aac
2025-10-23gnu: Add python-truststore.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-truststore): New variable. Change-Id: If5898d8eae6d8f5eab3bfb958566608b79bd25b2
2025-10-22gnu: Add python-cherrypy.Nicolas Graves
* gnu/packages/python-web.scm (python-cherrypy): New variable. Change-Id: Ifefc4116dfae4c9bee58785151140a14e3641681 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-22gnu: python-requests-ntlm: Rename and update to 1.3.0.Nicolas Graves
* gnu/packages/python-web.scm (python-requests_ntlm): Rename to python-requests-ntlm and update to 1.3.0. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [arguments]: Run tests with some help from <#:test-flags, #:phases>. [native-inputs]: Add python-flask, python-pytest, python-setuptools. Change-Id: Iea606b917665d3c576e9bbf41804398bc3950356 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-21gnu: python-omnipath: Update to 1.0.10.Hartmut Goebel
* gnu/packages/python-web.scm (python-omnipath): Update to 1.0.10. Style package. [arguments][test-flags]: Enable now passing test. [arguments][phase]: Remove custom phase pretend-version. [native-inputs]: Remove python-setuptools, python-setuptools-scm, python-tox, and python-wheel; add python-hatchling. Change-Id: Ia209644349a18ceabb37b9c3c557288a627f6aa7
2025-10-21gnu: python-pybadges: Remove development inputs.Hartmut Goebel
* gnu/packages/python-web.scm (python-pybadges): [native-inputs]: Remove python-nox. Change-Id: I3051aed8c3b4fcf1816897ae61a922b00130f9a5
2025-10-20gnu: Add python-pycognito.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-pycognito): New variable. Change-Id: Ida34ee953d5e5b05dade2a3c78476198125a2932
2025-10-19gnu: python-txtorcon: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-crypto.scm (python-txtorcon): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I16b28dd3bb27dc77fb7d53d455a0cb90595d407c
2025-10-19gnu: python-txacme: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-txacme): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I2ea24601514d135dc9c14b775c25b01ff5429f84
2025-10-19gnu: python-txaio: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-txaio): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I9c48976bda164db898f669b982e92cff2bbe5a3c
2025-10-19gnu: python-txamqp: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-txamqp): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I992d90d280971140ec3bad5bae3bbdc91fe04d12
2025-10-19gnu: python-txsni: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-txsni): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: Iec202f8ddc7d0f36d383aa679e35847b8f4082dd
2025-10-19gnu: python-shopifyapi: Update to 12.7.0.Hartmut Goebel
* gnu/packages/python-web.scm (python-shopifyapi): Update to 12.7.0. [native-inputs]: Add python-pytest and python-wheel. Change-Id: I0d4a22a86effb840e74534c19eb3cea99d8033d7
2025-10-19gnu: python-pyactiveresource: Switch to pyproject and fix build.Hartmut Goebel
* gnu/packages/python-web.scm (python-pyactiveresource) [source]: Switch to github tag. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools and python-wheel. Change-Id: I2a11bfead8e10f8a32720d3d48373449a5c92b9a
2025-10-13gnu: python-ajsonrpc: Fix version.Danny Milosavljevic
* gnu/packages/python-web.scm (python-ajsonrpc)[arguments] <#:phases>{set-version}: New phase. [native-inputs]: Remove python-wheel. Change-Id: If28164fcb53e91698c947d764efdc42391bc65f0 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-11gnu: python-fastapi-pagination: Fix tests.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-fastapi-pagination)[arguments] <test-flags>: Skip some tests requiring network access and provide "--asyncio-mode=auto". Change-Id: I788b0656cba44729984a6c1f8dcbd8a276967b7a
2025-10-10gnu: python-mechanicalsoup: Skip one test.Hugo Buddelmeijer
* gnu/packages/python-web.scm (python-mechanicalsoup): Fix build. [arguments] <#:test-flags>: Skip one test. Change-Id: I91c37fe4a6994e7b660416c663d9e23497c9e7ea Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-09gnu: python-jwcrypto: Update to 1.5.6.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-jwcrypto): Update to 1.5.6. [native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Ib473fedf27f67e3bc151aa30267141a806b6c1fc
2025-10-09gnu: Remove python-awscrt-for-awscli.Sharlatan Hellseher
It was ad-hoc variant of python-awscrt, which has only one user - awscli-2 so no need for duplicating it. * gnu/packages/python-web.scm (python-awscrt-for-awscli): Delete variable. Change-Id: I29668c9e0e8ab43094b7cb64ff836c7c9272ccec
2025-10-09gnu: awscli-2: Update to 2.28.0.Sharlatan Hellseher
botocore was absorbed into aws-cli code base in v2.3.0. cryptography was replaced by awscrt functionality in v2.25.9. See generated change logs in project's ".changes" directory for more details. * gnu/packages/python-web.scm (awscli-2): Update to 2.28.0. [arguments] <test-flags>: Rework ignored test files and skipped tests by limiting them just to unit tests. When running in parallel limit up to 8 thread to prevent host system exhaustion. <phases>: Use default 'check; add 'pre-check. [inputs]: Remove python-awscrt-for-awscli, python-botocore, python-cryptography, python-jsonschema, and python-ruamel.yaml-0.16; add python-awscrt, python-distro, and python-ruamel.yaml. [native-inputs]: Remove python-distro, python-flit, and python-wheel; add python-flit-core. Fixes: guix/guix#3379 Change-Id: I87658587e907330c3ff9c45402235119256de134
2025-10-09gnu: python-awscrt: Update to 0.26.1.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-awscrt): Update to 0.26.1. [arguments] <test-backend>: Use 'unittest' <test-flags>: Move her from custom 'check. <phases>: Use default 'check. [native-inputs]: Remove python-wheel. Change-Id: I6020157f83bff0b51e311c715b6b5023d2ce3156
2025-10-08gnu: Add python-aiohttp-oauthlib.Sergey Trofimov
* gnu/packages/python-web.scm (python-aiohttp-oauthlib): New variable. Change-Id: I8391f8e3f4b0bbc1b1c06a43e414a9d5851f98d4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-08gnu: python-blacksheep: Update to 2.4.2.wrobell
* gnu/packages/python-web.scm (python-blacksheep): Update to 2.4.2. Change-Id: Iaa97a5429976bffbe6c04340fa8de732eb096714 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-07gnu: python-guardpost: Update to 1.0.3.wrobell
* gnu/packages/python-web.scm (python-guardpost): Update to 1.0.3. Change-Id: I20727afdaa8ad8cc7e023bcbe7beee91396b0f75 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-07gnu: python-elasticsearch: Update to 9.1.1.Hartmut Goebel
* gnu/packages/python-web.scm (python-elasticsearch): Update to 9.1.1. [arguments]: Remove. [native-inputs]: Add nss-certs-for-test, python-aiohttp, python-orjson, python-pytz, and python-hatchling; remove python-setuptools and python-wheel [propagated-inputs]: Remove python-urllib3-1.26; add python-elastic-transport. Change-Id: I2ae29c16b673d0ea530ebc2f4c8177f80a7c3043
2025-10-07gnu: Add python-elastic-transport.Hartmut Goebel
* gnu/packages/python-web.scm (python-elastic-transport): New variable.
2025-10-07gnu: Add python-opentelemetry-test-utils-bootstrap.Hartmut Goebel
* gnu/packages/python-web.scm (python-opentelemetry-test-utils-bootstrap): New variable. Change-Id: Ic03c9d3e05f184230becc7373d58df0202d5cf63
2025-10-07gnu: Add python-opentelemetry-test-utils.Hartmut Goebel
* gnu/packages/python-web.scm (python-opentelemetry-test-utils): New variable. Change-Id: If43cc2ba0582ce8cbbc781b960a3fe62c903d538
2025-10-07gnu: Add python-opentelemetry-semantic-conventions-bootstrap.Hartmut Goebel
* gnu/packages/python-web.scm (python-opentelemetry-semantic-conventions-bootstrap): New variable. Change-Id: I068c426d1f0c01227c1be1836e71abc6b7800858
2025-10-07gnu: Add python-opentelemetry-semantic-conventions.Hartmut Goebel
* gnu/packages/python-web.scm (python-opentelemetry-semantic-conventions): New variable. Change-Id: I9489eb1906b171917b39b1c62c6a2e257aa6f763
2025-10-07gnu: Add python-opentelemetry-sdk-bootstrap.Hartmut Goebel
* gnu/packages/python-web.scm (python-opentelemetry-sdk-bootstrap): New variable.
2025-10-07gnu: Add python-opentelemetry-sdk.Hartmut Goebel
* gnu/packages/python-web.scm (python-opentelemetry-sdk): New variable. Change-Id: If358cc32c5626a01b42664517a637963a38d2eba
2025-10-07gnu: Add python-opentelemetry-api-bootstrap.Hartmut Goebel
* gnu/packages/python-web.scm (python-opentelemetry-api-bootstrap): New variable.
2025-10-07gnu: Add python-opentelemetry-api.Hartmut Goebel
* gnu/packages/python-web.scm (python-opentelemetry-api): New variable.
2025-10-07gnu: python-mohawk: Fix build (for now).Hugo Buddelmeijer
python-mohawk is a leaf package whose source hasn't been updated in six years. All of the forks still import six. It seems ready for deprecation. Nevertheless, as long as we still have six in the repository, we might as well make the package build. Added a comment that can be seen when grepping for 'python-six'. * gnu/packages/python-web.scm (python-mohawk): Fix build. [propagated-inputs]: Add python-six. Change-Id: Iaac6c2562e65843946361f1cce94ba38207a9640 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-05gnu: python-wget: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-wget): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: Iedab025163e518a84571ee98ec52d31296172d83
2025-10-05gnu: python-wikidata: Update to 0.8.1.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-wikidata): Update to 0.8.1. [source]: Switch to git-fetch. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Remove python-babel. [native-inputs]: Add python-pytest and python-setuptools. [properties]: Drop them. Change-Id: I9e189859bdcb7f3038ffa8ab55cae40ea9e1c63e
2025-10-05gnu: python-wikidata: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-wikidata): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: Id62d5b7c5ff55025cc8355bef70095588b517e49
2025-10-05gnu: python-waitress: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-waitress): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: Ia9050f40b4fb0f9d328cb580aa26e4f9ec733394
2025-10-04gnu: python-xyzservices: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xyzservices): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I5e8fbed0e3ba2369f5740529914ad9b9af8bb8ff
2025-10-01gnu: python-canvasapi: Fix tests.John Kehayias
* gnu/packages/python-web.scm (python-canvasapi)[native-inputs]: Add python-pytest. Change-Id: I683d33629a0c8b5bb2ccd06a7f19a0c15b33bac0
2025-10-01gnu: python-pathy: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pathy): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I6e8bc42e2ea2b57cd9b5d4b54b7618339edaf520
2025-10-01gnu: Add python-smart-open-6.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-smart-open-6): New variable. Change-Id: I937ab8f574ddb9559f3863e6a988a77b0a1dd01f
2025-09-30gnu: python-s3fs: Update to 2025.9.0.Jake Forster
* gnu/packages/python-web.scm (python-s3fs): Update to 2025.9.0. Change-Id: Ib7d66f46f81c340bb0f9359f5c4ce8a7d8648b62 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-30gnu: python-blacksheep: Update to 2.4.1.wrobell
Blacksheep 2.4.1, among other changes, removes dateutil package dependency and improves compatibility with newer versions of pytest-asyncio. The latter allows to run all unit tests with python-pytests-asyncio 1.0 (current version in Guix). * gnu/packages/python-web.scm (python-blacksheep): Update to 2.4.1. [arguments] <#:test-flags>: Remove ignore for tests/clients directory. [native-inputs]: Add nss-certs-for-test. [propagated-inputs]: Remove python-dateutil. Change-Id: I7f391a6f15b1563e28a10197a8444441b3f2e7a7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>