summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2025-02-02gnu: python-pysmt: Update to 0.9.6.Nguyễn Gia Phong
* gnu/packages/python-xyz.scm (python-pysmt): Update to 0.9.6. [source]: Remove obsolete patches. * gnu/packages/patches/python-pysmt-fix-pow-return-type.patch, gnu/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Change-Id: I3772e8b118f122ddd66644a459a483183ef89193 Reviewed-by: Nicolas Graves <[email protected]> Signed-off-by: Leo Famulari <[email protected]>
2025-02-02gnu: Add python-securetar.Evgeny Pisemsky
* gnu/packages/python-xyz.scm (python-securetar): New variable. Change-Id: Ic27644f20f59b6dceb2c15c637eb2db5955abba3 Signed-off-by: 宋文武 <[email protected]>
2025-01-29gnu: python-numexpr: Update to 2.9.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-numexpr): Update to 2.9.0. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I352536175d71e29c55c9ad71a96dbfd2b9b66759
2025-01-29gnu: python-numba: Update to 0.61.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numba): Update to 0.61.0. [arguments]: Simplify 'check phase. Change-Id: I161f58af7b64ba550c14d5d2dea3d5dccfc07c53
2025-01-27gnu: Add python-whenever.Ekaitz Zarraga
* gnu/packages/python-xyz.scm (python-whenever): New variable. Change-Id: Idbdcf27dee3d772fdb7e679e6060287e2b6a3aa7
2025-01-27gnu: python-sympy: Update to 1.13.3.David Elsing
* gnu/packages/python-xyz.scm (python-sympy): Update to 1.13.3. [build-system]: Switch to pyproject-build-system. [arguments]<#:phases>: Adjust 'check phase. [native-inputs]: New field to add python-hypothesis, python-pytest, python-setuptools and python-wheel. Signed-off-by: Ludovic Courtès <[email protected]>
2025-01-27gnu: python-optree: Update to 0.14.0.David Elsing
* gnu/packages/python-xyz.scm (python-optree): Update to 0.14.0. [source]: Remove patch. [arguments]<#:test-flags>: Disable additional failing test. [native-inputs]: Replace pybind11 with pybind11-2.13 and cmake with cmake-minimal. * gnu/packages/patches/python-optree-fix-32-bit.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <[email protected]>
2025-01-27gnu: Add pybind11-2.13.David Elsing
* gnu/packages/python-xyz.scm (pybind11-2.13): New variable. Signed-off-by: Ludovic Courtès <[email protected]>
2025-01-25gnu: Add python-bresenham.Evgeny Pisemsky
* gnu/packages/python-xyz.scm (python-bresenham): New variable. Change-Id: Id727ba17765ae73d1920f7042262a8bd849a4111 Co-authored-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Sharlatan Hellseher <[email protected]>
2025-01-25gnu: Add python-nfcpy.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-nfcpy): New variable. Change-Id: I4b7a3fec8999d23c8d734d3b683c52ba023f8644
2025-01-25gnu: Add python-ndeflib.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-ndeflib): New variable. Change-Id: Ifbff48257b0b2124f0dbbb1621a1c35dd2907fba
2025-01-25gnu: Add python-bleak.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-bleak): New variable. Change-Id: Ia63bfbd6b79743a41f50cad1bdde9c586f8437cd
2025-01-25gnu: Add python-dbus-fast.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-dbus-fast): New variable. Change-Id: Ie3bfdf71c74bff59067c0b49554e77de0d7bbc49
2025-01-24gnu: python-fastbencode: Use python-cython-3Dariqq
The c extension does not build with regular python-cython. * gnu/packages/python-xyz.scm (python-fastbencode)[native-inputs]: Replace python-cython with with python-cython-3. Change-Id: I9ecfdcfe1ff9fe8b3e5977d452f655b842e4d52d Signed-off-by: Sharlatan Hellseher <[email protected]>
2025-01-22gnu: Add python-pillow-heif.Liliana Marie Prikler
* gnu/packages/python-xyz.scm (python-pillow-heif): New variable.
2025-01-22gnu: python-apprise: Update to 1.9.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-apprise): Update to 1.9.2. Fix build. [arguments] <test-flags>: Skip one more test. Change-Id: I611cf1d4a8ce4dccf1e9c5917b468377ab612843
2025-01-21gnu: python-folium: Update to 0.19.4.Felix Gruber
* gnu/packages/python-xyz.scm (python-folium): Update to 0.19.4. [arguments]: Disable test_timedynamic_geo_json. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Iad10f3b0623c379dc394d1e4b5bf7319c3c4a0b5 Signed-off-by: Leo Famulari <[email protected]>
2025-01-21gnu: python-dnspython: Only add dependencies if they are supported.Efraim Flashner
* gnu/packages/python-xyz.scm (python-dnspython)[propagated-inputs]: Only add python-cryptography, python-aioquic, python-h2, python-httpcore, python-httpx if the architecture has support for python-cryptography. Change-Id: Ibdd33b8ccd24ef2a08f16dddba8c8bda65d23c04
2025-01-21Revert "gnu: python-dnspython: Only include supported inputs."Efraim Flashner
This reverts commit 1b88114ff67cdbb3253c3e44e16d2f99acc7a588. This commit dropped a package by accident and causes rebuilds on all architectures instead of just enabling more architectures.
2025-01-21gnu: python-trio: Enable building on more architectures.Efraim Flashner
* gnu/packages/python-xyz.scm (python-trio)[arguments]: Adjust the test-flags based on the package inputs. [native-inputs]: Only include python-pyopenssl and python-trustme on systems which have support for them. Change-Id: I4f26d7af0dc0ce996c58b60002385dce9f9fbf50
2025-01-21gnu: python-dnspython: Only include supported inputs.Efraim Flashner
* gnu/packages/python-xyz.scm (python-dnspython)[propagated-inputs]: Only include packages when they are supported on the architecture. Change-Id: I19acb435b11070ee55c6b878019e1ee8532063b7
2025-01-20gnu: Add python-trubar.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-trubar): New variable. Change-Id: I684fc614862cbfd3ac8edaaf68e66ea2a8ec237b
2025-01-20gnu: python-libcst: Update to 0.3.18.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-libcst): Update to 0.3.18. Use G-Expressions, improve style and fix build. [build-system]: Swap to pyproject-build-system. [arguments] <test-flags>: Move skip test logic here instead of deleting test files. <phases>: Remove 'generate-test-data. Use default 'check. [native-inputs]: Remove python-black and python-isort; add python-pytest, python-setuptools, and python-wheel. (python-libcst-minimal) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia3e85d17d02a8ea1dd7bc0b2a9062d46b11d6651
2025-01-20gnu: python-eventlet: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-eventlet): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: I71beee927f17133267bf0236f075bccf15effe0e
2025-01-20gnu: python-eventlet: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-eventlet) [native-inputs]: Remove python-black, python-isort, and python-pre-commit. Change-Id: Id0671cf1ec87f2c44a5b1bd915efae594c17804e
2025-01-20gnu: python-typing-inspect: Update to 0.9.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-typing-inspect): Update to 0.9.0. [source]: Remove patch, as <https://github.com/ilevkivskyi/typing_inspect/issues/60> was resolved. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. * gnu/packages/patches/python-typing-inspect-fix.patch: Delete file. * gnu/local.mk: Deregester the patch. Change-Id: Idc6e8745d4b85624863a5c2dc24e533a7dd92f46
2025-01-20gnu: python-wand: Disable two failing tests.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-wand)[arguments]: Disable two tests. Change-Id: I6739af9c167ba6e827c7660caaa3fd64de574a8f
2025-01-20gnu: python-bigfloat: Fix build.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-bigfloat)[source]: Add snippet to delete generated file. [build-system]: Use pyproject-build-system. [arguments]: Disable one test; add phase 'cythonize. [native-inputs]: Add python-cython, python-pytest, python-setuptools, and python-wheel. Change-Id: If535051bbe7f223feb2a04b0b044a631c906f213
2025-01-20gnu: python-ipfsspec: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-ipfsspec)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I763c22207f1b1bb5af5eb5667a060ab01757c864
2025-01-20gnu: python-contexttimer: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-contexttimer)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1d6e1efe869624c1da47332c8a000f88b458c193
2025-01-20gnu: Move python-pysnptools to (gnu packages bioinformatics).Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pysnptools): Move from here... * gnu/packages/bioinformatics.scm (python-pysnptools): ...to here. Change-Id: I4dbd9cbe3f2d9a6dd4906be79b78862b39a57c28
2025-01-20gnu: python-pysnptools: Update to 0.5.14.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pysnptools): Update to 0.5.14. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase. [propagated-inputs]: Remove python-dill; add python-bed-reader, python-cloudpickle, and python-more-itertools. [native-inputs]: Remove python-cython; add python-pytest, python-pytest-cov, python-pytest-datadir, python-pytest-doctestplus, python-setuptools, python-sphinx, python-sphinx-rtd-theme, and python-wheel. Change-Id: I685f819e70ab209198b504c6e41b253dc5a1d876
2025-01-20gnu: python-more-itertools: Update to 10.6.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-more-itertools-next): Rename this variable... (python-more-itertools): ...to this; update to 10.6.0. [propagated-inputs]: Remove python-six. * gnu/packages/astronomy.scm (python-yt)[propagated-inputs]: Replace python-more-itertools-next with python-more-itertools. Change-Id: I2fef91f87afde2b2659dd25b831fb13b4c118454
2025-01-20gnu: python-incremental: Update to 24.7.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-incremental): Update to 24.7.2. [build-system]: Use pyproject-build-system. [arguments]: Add phase 'patch-build-system; disable tests. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. [propagated-inputs]: Add python-tomli. Change-Id: I6c49f2da746398d469f6fdc611fc08cfbe72a0e1
2025-01-20gnu: python-hdf4: Update to 0.9.2.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-hdf4): Update to 0.9.2. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase; add phase 'build-extensions. [native-inputs]: Remove python-nose; add python-pytest, python-setuptools, and python-wheel. [inputs]: Drop labels. Change-Id: I96312f9509fae89a4c21a58b593ccb87952e0332
2025-01-20gnu: python-hsluv: Fix build.宋文武
* gnu/packages/python-xyz.scm (python-hsluv)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I4dbed681c4f1a83b0300dc9611cdf89072591389
2025-01-20gnu: python-gpxpy: Fix build.宋文武
* gnu/packages/python-xyz.scm (python-gpxpy)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I89d4360ed6502c84580bface08dba850c5d9efe1
2025-01-20gnu: python-glom: Update to 24.11.0.宋文武
* gnu/packages/python-xyz.scm (python-glom): Update to 24.11.0. Change-Id: I37c849475cedd1ecd812f896553a9deeabb00c3d
2025-01-20gnu: python-eliot: Update to 1.16.0.宋文武
* gnu/packages/python-xyz.scm (python-eliot): Update to 1.16.0. [propagated-inputs]: Add python-orjson. Remove python-six. [native-inputs]: Add python-pytest-xdist and python-wheel. Remove python-dask. Change-Id: Ibc6eeb5fe4475bf2145a8ab72aa82f17a14bf9f0
2025-01-20gnu: python-fsspec: Update to 2024.12.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-fsspec): Update to 2024.12.0. Change-Id: I47a782911a0139a24fc5edcf16abcf648e621d24
2025-01-20gnu: python-multidict: Update to 6.1.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-multidict): Update to 6.1.0. [propagated-inputs]: Add python-typing-extensions. Change-Id: I1bc3e818a5c009ed360cd2ad2c00a395c5ea8966
2025-01-20gnu: python-twisted: Add comment.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-twisted)[native-inputs]: Add comment on why glibc-utf8-locales is needed. Change-Id: I0effed9600b2b2238a33b70bd38f4bb565b6df9f
2025-01-20gnu: nikola: Update to 8.3.1, fix build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (nikola): Update to 8.3.1. Fix build. [arguments] <test-flags>: Ignore dev_test_sever tests which are all failing. <phases>: Add 'fix-pytest-config. [native-inputs]: Remove python-pytest-cov; add python-feedparser. Change-Id: I4394a4bf19a64f1bdda578352f0d3bdfa036c752
2025-01-20gnu: python-twisted: Update to 24.11.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-twisted): Update to 24.11.0. [build-system]: Use pyproject-build-system. [arguments]: Enable tests; add phases 'patch-build-system and 'disable-broken-tests; add custom 'check phase. [propagated-inputs]: Delete python-pyhamcrest; add python-attrs, python-bcrypt, and python-typing-extensions. [native-inputs]: Add python-coverage, python-hatch-fancy-pypi-readme, python-hatchling, python-httpx, python-hypothesis, python-pyflakes, python-pyhamcrest, python-pytest, python-sphinx, and python-sphinx-rtd-theme. Change-Id: Ib55c2363f4cdb06e70f84545142d225271c0fa0a
2025-01-20gnu: python-automat: Update to 24.8.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-automat): Update to 24.8.1. [arguments]: Enable tests; adjust 'remove-entrypoint. [native-inputs]: Add python-pytest; remove python-graphviz. [propagated-inputs]: Add python-graphviz and python-typing-extensions; remove python-six and python-attrs. Change-Id: Ic77e57da21590435ecfde8d9921ce6ec36576d67
2025-01-20gnu: python-toolrack: Update to 4.0.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-toolrack): Update to 4.0.1. [build-system]: Use pyproject-build-system. [arguments]: Adjust phase 'patch-/bin/sh; remove custom 'check phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I3de26b028d5eeb23a534ae2dc17e8084249d19e1
2025-01-20gnu: python-monthdelta: Add missing inputs.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-monthdelta)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I273ed753c5808098434efa20c70a7c7f0a7d109d
2025-01-20gnu: Add python-iron-mq.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-iron-mq): New variable. Change-Id: I97e18d93118747659db962c0fd2d384900ad254d
2025-01-20gnu: Add python-iron-core.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-iron-core): New variable. Change-Id: I0ba16f575e111b86f7c8aac5e8d2eb5331e082c6
2025-01-20gnu: python-rjsmin: Update to 1.2.3.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-rjsmin): Update to 1.2.3. [source]: Simplify snippet. [build-system]: Use pyproject-build-system. [arguments]: Remove. [native-inputs]: Add python-setuptools and python-wheel. [description]: Reformat. Change-Id: I439123d6de89a95d5d4b96e0c376a6ba2f61221b