summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2024-07-14gnu: python-hy: Reformat with 'guix style'.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy): Reformat package using 'guix style'. Change-Id: Ie7dadd33fca2cabefcb83c3f50826752ad2c8a98
2024-07-14gnu: python-hy: Move to pyproject-build-system.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy)[build-system]: Move to pyproject-build-system. [arguments]: Remove custom 'check phase. Use #:test-flags to skip a failing test and enable other previously failing tests. Change-Id: Ic5df4459f192ee79652dc77390d041999e505152
2024-07-14gnu: python-hy: Update to 0.29.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy): Update to 0.29.0. [arguments]<#:phases>: Delete the 'set-version and 'remove-installed-build-scripts phases. Hy no longer uses them to report its version. Change-Id: Ie3c388bc8b0c55d275bb00a0ad9eb7d09c37228c
2024-07-13gnu: Add python-angr.Sören Tempel
* gnu/packages/patches/python-angr-addition-type-error.patch: New patch. * gnu/packages/patches/python-angr-check-exec-deps.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/python-xyz.scm (python-angr): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-ailment.Sören Tempel
* gnu/packages/python-xyz.scm (python-ailment): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-cle.Sören Tempel
* gnu/packages/python-xyz.scm (python-cle): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-pyvex.Sören Tempel
* gnu/packages/patches/python-pyvex-remove-angr-dependency.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-pyvex): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-claripy.Sören Tempel
* gnu/packages/python-xyz.scm (python-claripy): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-pysmt.Sören Tempel
* gnu/packages/patches/python-pysmt-fix-pow-return-type.patch: New patch. * gnu/packages/patches/python-pysmt-fix-smtlib-serialization-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/python-xyz.scm (python-pysmt): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-rpyc.Sören Tempel
* gnu/packages/python-xyz.scm (python-rpyc): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-nampa.Sören Tempel
* gnu/packages/python-xyz.scm (python-nampa): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-13gnu: Add python-mulpyplexer.Sören Tempel
* gnu/packages/python-xyz.scm (python-mulpyplexer): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-07-11gnu: python-colorlog: Use new style.jgart
* gnu/packages/python-xyz.scm (python-colorlog): Use new style. Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
2024-07-11gnu: python-pytelegrambotapi: Update to 4.21.0.jgart
* gnu/packages/python-xyz.scm (python-pytelegrambotapi): Update to 4.21.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-hatchling. Change-Id: I60e7f8be1dfc6921e843c782a95d774b966ece3c
2024-07-11gnu: python-pytelegrambotapi: Use new style.jgart
* gnu/packages/python-xyz.scm (python-pytelegrambotapi) [arguments]: Use new style. Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
2024-07-11gnu: python-typed-ast: Add comment regarding package's end of life.jgart
* gnu/packages/python-xyz.scm (python-typed-ast): Add comment. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11gnu: python-typed-ast: Use new style.jgart
* gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Use new style. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11gnu: python-typed-ast: Make the 'check' phase respect #:tests?.jgart
* gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Make the 'check' phase respect #:tests?. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11gnu: python-sacn: Enable tests.jgart
* gnu/packages/python-xyz.scm (python-sacn) [arguments]: Enable tests. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
2024-07-11gnu: Add python-sacn.Rick Huijzer
* gnu/packages/python-xyz.scm (python-sacn): New variable. Signed-off-by: jgart <jgart@dismail.de> Change-Id: Iaed5ba294366a6934248c335ca30f7ca71a1127a
2024-07-11gnu: Remove python-pdbpp.Zheng Junjie
Fixes <https://issues.guix.gnu.org/72051> * gnu/packages/python-xyz.scm (python-pdbpp): Delete variable. Change-Id: Ide5dea642f12ff6f283f41e7a5ec637cf561d6af
2024-07-09gnu: python-duckdb: Disable parallel tests.Sharlatan Hellseher
Running tests with "--numprocesses" more than 16 makes them shaky, see <https://ci.guix.gnu.org/build/5070646/log/raw>. * gnu/packages/python-xyz.scm (python-duckdb) [arguments]: <#:test-flags>: Remove "--numprocesses" option. [native-inputs]: Remove PYTHON-PYTEST-XDIST. Change-Id: I34312cd0d031fe1c31172280e761cfe33762fc91
2024-07-08gnu: python-duckdb: Adjust indentation.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-duckdb): Adjust indentation. Change-Id: I4f135df041f18188f7e035eed78a9199f2026b70
2024-07-08gnu: python-duckdb: Update to 1.0.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-duckdb): Update to 1.0.0. [propagated-inputs]: Add python-adbc-driver-manager. [native-inputs]: Remove python-mypy; add python-pytest-xdist. Change-Id: I506e786d73767b73c34ec0d475e535a4eba51ca2
2024-07-08gnu: Add python-itanium-demangler.Sören Tempel
* gnu/packages/python-xyz.scm (python-itanium-demangler): New variable. Signed-off-by: jgart <jgart@dismail.de> Change-Id: I6c198bfb174a76e7d1746d5052e1dec938a4b5b9
2024-07-07gnu: python-pdfminer-six: Update to 20231228.Felix Gruber
* gnu/packages/python-xyz.scm (python-pdfminer-six): Update to 20231228. [build-system]: Use pyproject-build-system. [arguments]: Convert to gexp and remove custom 'check phase. [propagated-inputs]: Remove python-chardet and python-sortedcontainers. Add python-charset-normalizer. [native-inputs]: Remove python-nose and python-tox. Add python-pytest. Change-Id: I9913385a681b32afde930e32e7379db91357177b Signed-off-by: Andreas Enge <andreas@enge.fr>
2024-07-01gnu: glances: Update to 4.1.1.Ada Stevenson
* gnu/packages/python-xyz.scm (glances): Update to 4.1.1. [source]: Update PyPI uri. [propagated-inputs]: Remove python-future and python-ujson and add python-orjson. Change-Id: I4c9a1a59916b922d136e8ceec5984b26aa4f3496 Signed-off-by: jgart <jgart@dismail.de>
2024-06-26gnu: Add hatch.Vinicius Monego
* gnu/packages/python-xyz.scm (hatch): New variable. Change-Id: Iff0f0e8e8451277e468b7c3054540eca8d25e321 Signed-off-by: jgart <jgart@dismail.de>
2024-06-26gnu: Add python-userpath.Vinicius Monego
* gnu/packages/python-xyz.scm (python-userpath): New variable. Change-Id: Ic263ee8e1208273b225aa7e2c14dd85f085254e7 Signed-off-by: jgart <jgart@dismail.de>
2024-06-18gnu: Add python-optree.David Elsing
* gnu/packages/python-xyz.scm (python-optree): New variable. * gnu/packages/patches/python-optree-fix-32-bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: I37e38ef9da5e7459c8faf2c3494e2e0c0aedbfff
2024-06-17gnu: python-cookiecutter: Update to 2.6.0.jgart
* gnu/packages/python-xyz.scm (python-cookiecutter): Update to 2.6.0. Change-Id: I411ecead8162af96ea042b1b4fc3647b7614e53b
2024-06-17gnu: python-pyld: Update to 2.0.4.Ben Sturmfels
* gnu/packages/python-xyz.scm (python-pyld): Update to 2.0.4. Change-Id: Iebd823a94c8f39944162056d451176d112e229e3 Signed-off-by: jgart <jgart@dismail.de>
2024-06-16gnu: Add python-interface-meta.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-interface-meta): New variable. Change-Id: I835e55170a27d4e3ab400a6cdba1c3a9f07cf3b7
2024-06-16gnu: python-treelib: Update to 1.7.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-treelib): Update to 1.7.0. Change-Id: Ice44998ceeb31e2783f4a6a448b2f5306e8821c3 Signed-off-by: jgart <jgart@dismail.de>
2024-06-16gnu: python-shtab: Update to 1.7.1.Nicolas Graves
* gnu/packages/python-xyz.scm (python-shtab): Update to 1.7.1. Change-Id: I27bb5e2cafc5a43277fc055a025c1069013a7297 Signed-off-by: jgart <jgart@dismail.de>
2024-06-16gnu: python-shtab: Move to pyproject-build-system.Nicolas Graves
* gnu/packages/python-xyz.scm (python-shtab): [build-system]: Move to pyproject-build-system. [arguments]: Remove uneeded field. Change-Id: I3c6cffb85d7335956adc3aa5a17fdf249dac6740 Signed-off-by: jgart <jgart@dismail.de>
2024-06-13gnu: Add python-wavefile.Sughosha
* gnu/packages/python-xyz.scm (python-wavefile): New variable. Change-Id: Ied8fe04eea6f9a79cdde6382931a7009cf71f8f4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13gnu: Add python-mido.Sughosha
* gnu/packages/python-xyz.scm (python-mido): New variable. Change-Id: I4bdc6dc6f059dd16c0e0a4152a5e9b5bf84764ee Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-13gnu: Add python-pymarshal.Sughosha
* gnu/packages/python-xyz.scm (python-pymarshal): New variable. Change-Id: I6a1d2f8f21869856a9a227bed213d9f71204b2d4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-06-10gnu: python-project-metadata-0.7: Remove.Christopher Baines
As it's redundant as of 1039ec03bec357d6b3a74d4743a99acc77328f14. * gnu/packages/python-xyz.scm (python-pyproject-metadata-0.7): Remove variable. * gnu/packages/build-tools.scm (meson-python): Use python-pyproject-metadata rather than python-pyproject-metadata-0.7. Change-Id: I50d458ff636cfab3a262e7d0759e88f14f68081f
2024-05-31gnu: python-titlecase: Update to 2.4.1.jgart
* gnu/packages/python-xyz.scm (python-titlecase): Update to 2.4.1. Change-Id: I77473c44c5bb93b5fcbbe8252eb07db09340d2b1
2024-05-30gnu: Add python-more-itertools-next.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-more-itertools-next): New variable. Change-Id: Ia9deef0c19931356446e2731a315d27ce54e6ab0 Signed-off-by: Andrew Tropin <andrew@trop.in>
2024-05-29gnu: python-phonenumbers: Update to 8.13.37.jgart
* gnu/packages/python-xyz.scm (python-phonenumbers): Update to 8.13.37. Change-Id: I4c3ab22f9b0c3cb1e45c0b2c9ff265457542bcb8
2024-05-19gnu: python-peachpy: Limit to x86_64-linux.Efraim Flashner
* gnu/packages/python-xyz.scm (python-peachpy)[supported-systems]: New field. Change-Id: I1e0660ac95377130e919ba9ff00c59063ea2bdce
2024-05-19gnu: python-numba: Adjust test suite on several architectures.Efraim Flashner
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Adjust the 'disable-failing-tests phase to skip some additional tests on aarch64-linux and powerpc64le-linux. Also when building for armhf-linux accept a wider range of python platforms as being part of armhf-linux. Change-Id: If9edf9282684931a2a4cdcfed692ed3da1d4ec6e
2024-05-15gnu: python-pivy: Update to 0.6.8.Artyom V. Poptsov
* gnu/packages/python-xyz.scm (python-pivy): Update to 0.6.8. Change-Id: I7375a8261bd24ae1c2f54c6889e1a39d6db93468 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-05-15gnu: python-pivy: Fix build.Artyom V. Poptsov
"python-pivy" build fails when "soqt" is in the inputs (see <https://bugs.gentoo.org/920482>.) * gnu/packages/python-xyz.scm (python-pivy): Fix build. [inputs]: Remove "soqt". [arguments]: Use gexps. Change-Id: If332ccd42b3a373e7b4118f3bcbc3646e8b59d41 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-05-15gnu: python-lazy-loader: Update to 0.4.Sharlatan Hellseher
This fixes python-scikit-image build failure as seen in <https://ci.guix.gnu.org/build/4357310/log/raw>. * gnu/packages/python-xyz.scm (python-lazy-loader): Update to 0.4. [native-inputs]: Remove python-pre-commit and python-pytest-cov; add python-numpy. Change-Id: Ie236fb30fd505fed1e07fd236403f9f456a37f29
2024-05-13Revert "gnu: python-xcffib: Update to 1.4.0."Efraim Flashner
This reverts commit 56980ea500a1db3c8586972b8abfaf5c4e24f82d. This package includes files which need to be bootstrapped, to produce the bindings matching our version of libxcb.
2024-05-12gnu: Add python-vdf.Giacomo Leidi via Guix-patches via
* gnu/packages/python-xyz.scm (python-vdf): New variable. Reviewed-by: Steve George <steve@futurile.net> Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: Ie8a14292b9c9937d22f011ac078562e81abd6b36