aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2024-12-13gnu: python-cbor2: Move to pyproject-build-system....* gnu/packages/python-web.scm (python-cbor2): [build-system]: Move to pyproject-build-system. [arguments]: Remove uneeded field. Change-Id: I2e27fa48950aa9d10e140bfbdc12df3d22661282 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-unidecode: Update to 1.3.8....* gnu/packages/python-xyz.scm (python-unidecode): Update to 1.3.8. [build-system]: Move to pyproject-build-system. Change-Id: I6e31f7af905bb2a024e8a7f7112732bcadbdf739 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: gunicorn: Update to 21.2.0....* gnu/packages/python-web.scm (gunicorn): Update to 21.2.0. Change-Id: Ia9931763ff45ee8e3f925ce54c20bce6549d809a Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-pytest-runner: Improve package style....* gnu/packages/check.scm (python-pytest-runner): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Remove check phase replacement. Update <#:tests?> refusal comment. [native-inputs]: Add python-pip, python-pypa-build, python-setuptools and python-wheel. Change-Id: Id36e7ed4a3cec6098f0877f48f3fbcbd8007f3c3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-nbval: Move to pyproject-build-system....* gnu/packages/python-check.scm (python-nbval): [build-system]: Move to pyproject-build-system. [arguments]: Move <#:phases> check phase replacement into proper <#:test-flags>. [native-inputs]: Add python-pytest. [propagated-inputs]: Add python-six; remove python-pytest. Change-Id: I93aa282399eb52636ee5561b5d8fb7bb5b93f9e0 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-dateutil: Move to pyproject-build-system....* gnu/packages/time.scm (python-dateutil): Improve package style. [build-system]: Move to pyproject-build-system. [arguments]: Use <#:test-flags> instead of check phase replacement. Change-Id: I252fbe47f04ba6a2fbcc497565cbf6e352f9d06c Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-pypujs: Improve package style....* gnu/packages/python-xyz.scm (python-pypujs): Improve package style. [arguments]<#:test-flags>: Use it in place of check phase replacement. <#:phases>: Clarify phase disable-pyramid. Change-Id: If8073cc4e9a8a86003000e7157985fe382de7b4f Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: zulip-term: Move to pyproject-build-system....* gnu/packages/messaging.scm (zulip-term): [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Use it in place of check phase replacement. Change-Id: Ia5be66a35b92d9a9229f450a7724e27167c02eda Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: dynaconf: Improve package style....* gnu/packages/python-xyz.scm (dynaconf): Improve package-style and ignore coverage tests. [origin](snippet): More concise snippet. Remove coverage management. [arguments]<#:test-flags>: Add arguments from former check replacement phase. <#:phases>: Remove check replacement phase. Change-Id: I2a0e0a8dea5000aecc05707c35d307c867c96709 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-arrow: Move to pyproject-build-system....* gnu/packages/time.scm (python-arrow): Improve package style. [build-system]: Move to pyproject-build-system. [arguments]: Moving check replacement phase from <#:phases> to equivalent <#:test-flags>. Change-Id: I7e3d356610d624855c3898ccdbfb308ce9f6e627 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-scikit-rf: Fix tests....* gnu/packages/engineering.scm (python-scikit-rf): Fix tests. [arguments]: Set <#:test-flags> to ignore failing tests. Change-Id: I404b221dc9c1f15e045226196cc43d86b8796b6a Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-conda-package-handling: Move to pyproject-build-system....* gnu/packages/package-management.scm (python-conda-package-handling): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Remove check phase replacement. Change-Id: Ib8edf966b877c6fd5f7ee6151839d4272d65b17d Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: conda: Reindent....* gnu/packages/package-management.scm (conda): Reindent. Change-Id: I954ec137b4dc39cd561da9ed0e583991bb3de1db Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: conda: Move to pyproject-build-system....* gnu/packages/package-management.scm (conda): Improve package style. [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Use field instead of check phase replacement. <#:phases>: Remove check phase replacement. Improve use of format in phase do-not-use-python-root-as-prefix. Use gexp. Put phase init after phase create-entrypoints. Change-Id: Id1affbf8f80fae2882e4c8a88b1e817cf49a5c00 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-alembic: Move to pyproject-build-system....* gnu/packages/databases.scm (python-alembic): [build-system]: Move to pyproject-build-system. [arguments]: Remove field, now uneeded. Change-Id: I5907ff84412d867d094aae5fb4daa8481eb7f30c Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-apiron: Move to pyproject-build-system....* gnu/packages/python-web.scm (python-apiron): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Replace field with <#:test-flags>. Change-Id: I04bb9739b6356fd50fc07ae54838764d51ed22d6 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: qtile: Improve package style....* gnu/packages/wm.scm (qtile): Indent as needed. Light rewrite using format instead of string-append in [arguments]<#:phases>. Ensure lines wrap with intended length. Change-Id: I297718138642d24604743137f3181bfc76a51b54 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: qtile: Update to 0.23.0....* gnu/packages/wm.scm (qtile): Update to 0.23.0. [build-system]: Upgrade to pyproject-build-system. [arguments]<#:phases>: Use gexp (but do not indent). Add phase pre-check. <#:test-flags>: Use it. [native-inputs]: Add python-pytest and xorg-server-for-tests. Reorder. Change-Id: Id6f291c0d23fa2cef17d6e45552f45c56f162741 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-xcffib: Move to (gnu packages xorg)....* /gnu/packages/python-xyz.scm (python-xcffib): Move from here… * gnu/packages/xorg.scm (python-xcffib): …to here. The package's build is fully rewritten and updated to version 1.5.0. Change-Id: Ia77b9fc2160dacd77c3eaf4199278046a52515d7 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: Add ghc-language-python....* gnu/packages/haskell-xyz.scm (ghc-language-python): New variable. Change-Id: I29bcdedf155486673e01b3b6af71a2aa81455ef6 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: Add xcffibgen....* gnu/packages/xorg.scm (xcffibgen): New variable. Change-Id: Ibcbacdfdeaa657ec1ded7dcc09c10c7fc2aa6717 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-docker-pycreds: Move to pyproject-build-system....* gnu/packages/docker.scm (python-docker-pycreds): [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Use it. <#:phases>: Remove uneeded field. [native-inputs]: Remove python-pytest-cov and python-flake8. Add python-setuptools, python-wheel. Change-Id: Idde93a366fa187d2af915ed15801da2cdbaa3792 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-django-localflavor: Move to pyproject-build-system....* gnu/packages/django.scm (python-django-localflavor): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Rewrite check phase replacement. <#:test-flags>: Use it. [native-inputs]: Remove them. Not needed with the check phase rewrite. Change-Id: Ie50baab2cb102585ee25e3264e00eebe370f4cb2 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: vdirsyncer: Move to pyproject-build-system and enable tests....* gnu/packages/dav.scm (vdirsyncer): [build-system]: Move to pyproject-build-system. [arguments]<#:tests?>: Remove to enable tests. <#:test-flags>: Ignore test that require network connection. <#:phases>: Remove check phase replacement. Change-Id: Iafccfc65e3a847a0eecc26c179f435b9ec1fdfec Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-aionotify: Update to 0.3.0....* gnu/packages/python-xyz.scm (python-aionotify): Update to 0.3.0. [build-system]: Move to pyproject-build-system. * gnu/packages/patches/python-aionotify-0.2.0-py3.8.patch : Remove patch. * gnu/local.mk: Remove patch. Change-Id: I9f13d6d71f69dd9877ac42e46b087989f23941e2 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-zope-i18nmessageid: Update to 5.1.1....* gnu/packages/python-web.scm (python-zope-i18nmessageid): Update to 5.1.1. Change-Id: Ia53db09774addf05b0a856fd1f573c5dd5c902aa Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-http-ece: Update to 1.2.0....* gnu/packages/python-web.scm (python-http-ece): Update to 1.2.0. Change-Id: I8d82959841b64db48eb01b88914298ba12f1a388 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-mutagen: Move to pyproject-build-system....* gnu/packages/music.scm (python-mutagen): [build-system]: Move to pyproject-build-system. Change-Id: Ic7790e4a17e3f0bdd7347eb668796aa4e0f61b0b Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-codespell: Improve package style....* gnu/packages/python-xyz.scm (python-codespell): [arguments]: Remove uneeded field. Change-Id: I0d265e9c606730e8208376a7e0970d1c7a7d7a50 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-isort: Move to pyproject-build-system....* gnu/packages/python-xyz.scm (python-isort): [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Add option to replace former check phase. <#:phases>: Remove phases build, install and check. Change-Id: Idac8f151977f2494eb44d51aa1fcbf3156b5cc87 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-black: Move to pyproject-build-system....* gnu/packages/python-xyz.scm (python-black): Improve package style. [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Improve style of use-absolute-file-names phase. Remove phase check. Change-Id: If2da4b3b0fea4928d1aeb270fbaa4167f20a6ee5 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-transient: Move to pyproject-build-system....* gnu/packages/virtualization.scm (python-transient)[build-system]: Move to pyproject-build-system. Change-Id: I29969738f862ea26fbaa9cb7642f98336f37c583 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves
2024-12-13gnu: python-seaborn: Correct dependencies....* gnu/packages/python-xyz.scm (python-seaborn): Correct dependencies. [propagated-inputs]: Move python-ipykernel, python-mypy, python-nbconvert, python-numpydoc, python-pyyaml from here... [native-inputs]: ... to here. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: If0270db33d79e5d294235695375e6ff1d51d8130 Nicolas Graves
2024-12-13gnu: python-ipywidgets: Update to 8.1.2....* gnu/packages/python-xyz.scm (python-ipywidgets): Update to 8.1.2. [propagated-inputs]: Add python-comm; remove python-ipykernel and python-nbformat. [native-inputs]: Add python-ipykernel, python-jsonschema, and python-pytz; remove python-mock. Change-Id: Idaffb279c72af0c1ee3cb68ee18866a8b47622c4 Ricardo Wurmus
2024-12-13gnu: python-jupyterlab-widgets: Update to 3.0.10....* gnu/packages/jupyter.scm (python-jupyterlab-widgets): Update to 3.0.10. [native-inputs]: Remove python-setuptools. Change-Id: I806dc0df2dcc7a6782e8918162fd8a09ccaa68a7 Ricardo Wurmus
2024-12-13gnu: python-ipykernel: Update to 6.29.4....* gnu/packages/python-xyz.scm (python-ipykernel): Update to 6.29.4. [arguments]: Disable one test, not without concern; add 'relax-a-bit phase; rename phase 'hide-zmq-deprecation-warnings to 'hide-deprecation-warnings and ignore more warnings; remove custom 'check phase; add 'pre-check phase. [propagated-inputs]: Add python-comm, python-jupyter-core, python-nest-asyncio, python-packaging, and python-pyzmq. [native-inputs]: Add python-hatchling, python-pytest-asyncio, python-pytest-cov, replace python-pytest-bootstrap with python-pytest, remove python-setuptools and python-wheel. (python-ipykernel-bootstrap)[native-inputs]: Remove python-setuptools and python-wheel; add python-hatchling. [propagated-inputs]: Do not append python-ipyparallel-bootstrap. Change-Id: Ied168e967f9ced18c8885bc5de11de6d55f755e6 Ricardo Wurmus
2024-12-13gnu: Add python-comm....* gnu/packages/jupyter.scm (python-comm): New variable. Change-Id: I888125238a566b470d4f5f96c5cc178f41a7a4ff Ricardo Wurmus
2024-12-13gnu: python-widgetsnbextension: Update to 4.0.10....* gnu/packages/python-xyz.scm (python-widgetsnbextension): Update to 4.0.10. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-jupyter-packaging, python-setuptools, and python-wheel. [propagated-inputs]: Remove python-notebook. Change-Id: I63519916b234a45b352d0ea850566a1de42315c7 Ricardo Wurmus
2024-12-13gnu: python-nbconvert: Update to 7.16.4....* gnu/packages/python-xyz.scm (python-nbconvert): Update to 7.16.4. [arguments]: Adjust test flags. [native-inputs]: Add python-flaky and python-hatchling; remove python-setuptools and python-wheel. [propagated-inputs]: Remove python-entrypoints and python-testpath; add python-importlib-metadata, python-markupsafe, python-packaging, python-tinycss2, and texlive-soul. Change-Id: I03ae560aaabd6b31bb1e5794efc4636315be3989 Ricardo Wurmus
2024-12-13gnu: python-mistune: Update to 3.0.2....* gnu/packages/python-xyz.scm (python-mistune): Update to 3.0.2. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia04fb0e249fe97ba2e4bf8123aeb340a8ec70953 Ricardo Wurmus
2024-12-13gnu: python-pycurl: Update to 7.45.3....* gnu/packages/python-web.scm (python-pycurl): Update to 7.45.3. [arguments]: Adjust tests. Change-Id: I05120931c979d292c2f888d29c80c93a82a291a0 Ricardo Wurmus
2024-12-13gnu: python-pyls-black: Add missing input....* gnu/packages/python-xyz.scm (python-pyls-black)[propagated-inputs]: Add python-toml. Change-Id: Ic6be8927af881916faa715bb4974007bcaf8d379 Ricardo Wurmus
2024-12-13gnu: python-sphinx-4: Inherit from python-sphinx-5....* gnu/packages/sphinx.scm (python-sphinx-4): Inherit from python-sphinx-5, in particular the arguments field. Change-Id: Icb15e34b7bfbe38d17f4cd64234316950437538d Ricardo Wurmus
2024-12-13gnu: python-sphinx-5: Disable failing tests....* gnu/packages/sphinx.scm (python-sphinx-5)[arguments]: Disable three tests that fail for silly reasons. Change-Id: I82d9fd4465fbfe052f8aad2264a9b04d34efef89 Ricardo Wurmus
2024-12-13gnu: python-nbclient: Update to 0.10.0....* gnu/packages/jupyter.scm (python-nbclient): Update to 0.10.0. [native-inputs]: Remove python-setuptools and python-wheel; add python-hatchling, python-flaky, python-pytest, python-pytest-asyncio, python-pytest-cov, python-testpath, and python-xmltodict. Change-Id: I15a87323456c6b4eaa8361972bcb6ae3686ec687 Ricardo Wurmus
2024-12-13gnu: python-lsp-server: Update to 1.11.0....* gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.11.0. [build-system]: Use pyproject-build-system. [arguments]: Replace custom 'check phase with #:test-flags. [propagated-inputs]: Remove python-autopep8, python-flake8, python-future, and python-rope; add python-docstring-to-markdown, python-importlib-metadata, and python-whatthepatch. [native-inputs]: Add python-autopep8, python-flake8, python-rope, python-setuptools, and python-wheel; remove python-mock and python-versioneer. Change-Id: I64e5b3f9f9a92f720d006634fe24ca094c96ea60 Ricardo Wurmus
2024-12-13gnu: python-lsp-jsonrpc: Update to 1.1.2....* gnu/packages/python-xyz.scm (python-lsp-jsonrpc): Update to 1.1.2. [build-system]: Use pyproject-build-system. [native-inputs]: Remove python-mock; add python-coverage, python-pycodestyle, python-pyflakes, python-pylint, python-pytest-cov, python-setuptools, python-setuptools-scm, and python-wheel. Change-Id: Ia8fb2c469d96727addfcf88a36fc51f0e6c0efac Ricardo Wurmus
2024-12-13gnu: python-rope: Update to 1.13.0....* gnu/packages/python-xyz.scm (python-rope): Update to 1.13.0. [build-system]: Use pyproject-build-system. [arguments]: Remove to enable all tests. [propagated-inputs]: Add python-pytoolconfig. [native-inputs]: Add python-pre-commit, python-pytest-cov, python-setuptools, and python-wheel. Change-Id: I6a114d63cc6a59e292801095bef200cff60eeeff Ricardo Wurmus
2024-12-13gnu: python-platformdirs: Update to 4.2.1....* gnu/packages/python-xyz.scm (python-platformdirs): Update to 4.2.1. [native-inputs]: Add python-covdefaults and python-pytest-cov. Change-Id: I8cd3e6cbe7a43f7a32566d263e571c0ea9920e17 Ricardo Wurmus
2024-12-13gnu: Add python-whatthepatch....* gnu/packages/python-xyz.scm (python-whatthepatch): New variable. Change-Id: If087238003594c55f52d4467b6e7b494a52348f8 Ricardo Wurmus