summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
AgeCommit message (Collapse)Author
2025-11-07gnu: Remove python-wget.Sharlatan Hellseher
Project's source has gone <https://bitbucket.org/techtonik/python-wget/>, PyPI shows that the package was updated in 2015 <https://pypi.org/project/wget/#files>. * gnu/packages/python-web.scm (python-wget): Delete variable. Fixes: guix/guix#3321 Change-Id: I4d923baa67ebcfa3cc87620a98a0be30a9c429f7
2025-11-07gnu: Remove python-paste.Sharlatan Hellseher
Fails to build, no users in Guix. Note from upstream: Paste is in maintenance mode and recently moved from bitbucket to github. Patches are accepted to keep it on life support, but for the most part, please consider using other options. Fixes: guix/guix#3229 * gnu/packages/python-web.scm (python-paste): Delete variable. Change-Id: If4ee8da2a0c49f40676e32a934a6cfff81f3522d
2025-11-07gnu: Remove python-pastescript.Sharlatan Hellseher
It fails to build, no users in Guix. Note from upstream: Paste Script is being maintained on life support. That means that critical bugs will be fixed, and support for new versions of Python will be handled, but other than that new features are not being considered. * gnu/packages/python-web.scm (python-pastescript): Delete variable. Change-Id: I399dcebd3a4329ed80d0eb0d3a2df01266272701
2025-11-07gnu: Add python-dependency-groups.Hartmut Goebel
* gnu/packages/python-web.scm (python-dependency-groups): New variable. Change-Id: I1b284453f9ee0602e71dbfc8c6742cd3802c30f6
2025-11-06gnu: python-stripe: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-stripe): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I7ed64071e57d8eb77b2e6df50de3cf2642cd60ce
2025-11-04gnu: python-anaconda-client: Move to python-web.Sharlatan Hellseher
* gnu/packages/package-management.scm (python-anaconda-client): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: Ie93aaa10d74b1be60e57250d4a20295b49473222
2025-11-04gnu: python-conda-package-handling: Move to python-web.Sharlatan Hellseher
* gnu/packages/package-management.scm (python-conda-package-handling): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I6fa929a850161e9a8f649ac25abc50db94e91322
2025-11-04gnu: Add python-conda-package-streaming.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-conda-package-streaming): New variable. Change-Id: Ief80df1b815d59dc7e2ee46db656e8f2ea165b73
2025-10-30gnu: Add python-pyramid-tm.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-pyramid-tm): New variable. Change-Id: Ica443a666e2188d98c78596ff9d69b5ff9f8aca8
2025-10-30gnu: Add python-pyramid-retry.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-pyramid-retry): New variable. Change-Id: If1716098625c43b7d668a556d113b7b8c4a086a9
2025-10-30gnu: Add python-pyramid-debugtoolbar.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-pyramid-debugtoolbar): New variable. Change-Id: I4a99d6b9c0bbe112d1e74116c193e6239a1bcdf6
2025-10-30gnu: Add python-pyramid-jinja2.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-pyramid-jinja2): New variable. Change-Id: I211f1825932f2a43893a850365444741e3848092
2025-10-30gnu: Add python-pyramid-mako.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-pyramid-mako): New variable. Change-Id: I990dd1754cc9fd6d0d5a6e2b479b1fdc6d8f0c30
2025-10-30gnu: Add python-pyramid-chameleon.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-pyramid-chameleon): New variable. Change-Id: Id23df46200b0315bd5eeef45a8ea16f93b2936d1
2025-10-30gnu: python-selenium: Fix build and update package to 4.34.2.Nicolas Graves
* gnu/packages/rust-crates.scm : Add selenium-manager crate sources record package. * gnu/packages/python-web.scm (selenium-manager): New variable. (python-selenium): Update to 4.34.2, inherit from selenium-manager. [arguments]<#:phases>: Add phases 'inject-selenium-manager-binary and 'relax-requirements. [inputs]: Add selenium-manager. [native-inputs]: Remove python-wheel. [decription]: Improve style. [source, home-page, license]: Inherit them. Fixes: guix/guix#3831 Change-Id: I88e2144e0c64472360072dac1a5fd03741a03975 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-30gnu: Add python-kubernetes.Allan Adair
* gnu/packages/python-web.scm (python-kubernetes): New variable. Change-Id: I64babb5633e93afc1fbe21e40e4b65df64fec413 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-29gnu: python-ws4py: Update to 0.6.0.Hugo Buddelmeijer
* gnu/packages/python-web.scm (python-ws4py): Update to 0.6.0. [build-system]: Switch to pyproject-build-system. [arguments]: Use gexps. <#:phases>: remove 'python3.7-compatibility phase. [native-inputs]: Add python-setuptools and python-pytest. Change-Id: Ia1c4d66f329ca0acd32d2b934836347b19cb711a
2025-10-29gnu: Add python-aiohttp-retry.Ghislain Vaillant
* gnu/packages/python-web.scm (python-aiohttp-retry): New variable. Change-Id: I46f42d0f6a205a264eb1e9c9d00e3cd792dbfe3c Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-29gnu: python-zeep: Relax requests-file requirement.Nicolas Graves
* gnu/packages/python-web.scm (python-zeep)[arguments] <#:phases>: Add phase 'relax-requirements. Change-Id: Id09558d0ab8d2dc6d4cd1ae815dafb4d78eb89fb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-29gnu: python-tldextract: Relax requests-file requirement.Nicolas Graves
* gnu/packages/python-web.scm (python-tldextract)[arguments] <#:phases>: Add phase 'relax-requirements. Change-Id: I88bf257884323f4e8ccd82ba7d2727c86b458b37 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-10-29gnu: awscli: Update to 1.42.61.Sharlatan Hellseher
* gnu/packages/python-crypto.scm (python-rsa-for-awscli-1): New variable. * gnu/packages/python-web.scm (awscli): Update to 1.42.61. [arguments] <tests>: Reduce amount of tests, run just unit tests. Limit threads count up to 8 to persist tests stability in CI. [inputs]: Remove python-docutils-0.16 and python-rsa; add python-docutils-0.19 and python-rsa-for-awscli-1. Fixes: guix/guix#3920 Change-Id: Idfe0f7eb17b816654018dea335169ed20aa53980
2025-10-29gnu: python-s3transfer: Update to 0.14.0.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-s3transfer): Update to 0.14.0. Change-Id: If9a48899ccfdcf8d31c5666c8d33ef468a7d7273
2025-10-29gnu: python-aiobotocore: Update to 2.25.1.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-aiobotocore): Update to 2.25.1. [native-inputs]: Remove python-dill, python-docutils, python-moto, python-pytest, python-pytest-asyncio, python-requests, python-werkzeug, and python-wheel. Change-Id: Icdabf8d162803d2ac0c8a3cd78908dbc9f116e10
2025-10-28gnu: Add python-weasel.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-weasel): New variable. Change-Id: I0e8264222454577f73edb4bb27f7f28c0db47774
2025-10-28gnu: Add python-cloudpathlib.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-cloudpathlib): New variable. Change-Id: Id8bd4c539b4b8fe5120717670b4c4e6552a1d399
2025-10-28gnu: Add python-azure-storage-file-datalake.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-azure-storage-file-datalake): New variable. Change-Id: Ic16f38e0d63a786e5cc8222e8066a360ef77ce01
2025-10-28gnu: python-azure-storage-blob: Update to 12.27.0.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-azure-storage-blob): Update to 12.27.0. Change-Id: I13ac3c0b0da70fc75a388ce7ecbf89b8d999e1c8
2025-10-28gnu: python-pathlib-abc: Update to 0.5.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pathlib-abc): Update to 0.5.0. (python-pathlib-abc-for-python-pathy): New variable. * gnu/packages/python-web.scm (python-pathy)[propagated-inputs]: Remove python-pathlib-abc; add python-pathlib-abc-for-python-pathy. Change-Id: I36572bfbbf43681bdb0fcefbd5e985a530d465ab
2025-10-28gnu: s3cmd: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (s3cmd): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: Ie28451433d08f28db3f505fe0032cefb847ff4a4
2025-10-24gnu: python-scrapy: Update to 2.13.3.Sharlatan Hellseher
* gnu/packages/python-web.scm (python-scrapy): Update to 2.13.3. [propagated-inputs]: Remove python-typing-extensions; add python-pypydispatcher. [native-inputs]: Remove python-mypy and python-wheel. Change-Id: Ib9f8e60e3e913b677c038361a50d28164c7a3411
2025-10-24gnu: python-tldextract: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-tldextract): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I0f1a50cca00e7d61877a86f81625f41d40782006
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