aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
Commit message (Collapse)AuthorAge
* Revert "gnu: python-mako: Improve package style."Zheng Junjie2024-07-25
| | | | | | | | This reverts commit 53f58596c928397e4e31cf08196db0102dc8950f. This introduces too many rebuilds. Change-Id: I6f7e1a01df90db4f51d3d64140740e7f29339f3d
* gnu: python-mako: Improve package style.jgart2024-07-24
| | | | | | * gnu/packages/python-xyz.scm (python-mako) [arguments]: Use G-expressions. Change-Id: Ib33ddae71a7913dccbc3117644c8efd1058e0747
* gnu: Add python-xmp-toolkit.Felix Gruber2024-07-18
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-xmp-toolkit): New variable. * gnu/packages/patches/python-xmp-toolkit-add-missing-error-codes.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: Ibce05155961eb5ba199754646e08acff2410f95d Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pygdbmi.Zheng Junjie2024-07-18
| | | | | | * gnu/packages/python-xyz.scm (python-pygdbmi): New variable. Change-Id: Ide91e2276724fd9b1d1857b504731c66dc84467c
* gnu: Add python-property-cached.Vinicius Monego2024-07-16
| | | | | | | * gnu/packages/python-xyz.scm (python-property-cached): New variable. Change-Id: I173c358bd8cf6d536cc984c3d9c76e0bad41dad4 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-geojson-for-pyowm.jgart2024-07-16
| | | | | | * gnu/packages/python-xyz.scm (python-geojson-for-pyowm): New variable. Change-Id: I529429ef7ee600788df07d7f5fd41cec7ab29ba9
* gnu: python-geojson: Update to 3.1.0.jgart2024-07-16
| | | | | | | | * gnu/packages/python-xyz.scm (python-geojson): Update to 3.1.0. [build-system]: Use pyproject build system. [arguments]: Enable tests. Change-Id: Ie7e49b8e3db1c2549f3dad48ecfd4b8d8a98d680
* gnu: python-gh-md-to-html: Use correct package dependency version.jgart2024-07-15
| | | | | | | * gnu/packages/python-xyz.scm (python-gh-md-to-html) [propagated-inputs]: Add python-emoji-for-gh-md-to-html. Change-Id: I41a2b0cc67b467644ebee68b548e33ff7173ca85
* gnu: Add python-emoji-for-gh-md-to-html.jgart2024-07-15
| | | | | | * gnu/packages/python-xyz.scm (python-emoji-for-gh-md-to-html): New variable. Change-Id: I7a89e77bb0fcdfa620d07600bb06c75a720ce9b8
* gnu: python-emoji: Update to 2.12.1.Gisement2024-07-15
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-emoji): Update to 2.12.1. [build-system]: Use pyproject build system. [native-inputs]: Add python-typing-extensions. [description]: Format description to start on a new line. Change-Id: Id262ba7f05f5fa6205bc19709442e62c1856f8a9 Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-hy: Reformat with 'guix style'.Vinicius Monego2024-07-14
| | | | | | | * gnu/packages/python-xyz.scm (python-hy): Reformat package using 'guix style'. Change-Id: Ie7dadd33fca2cabefcb83c3f50826752ad2c8a98
* gnu: python-hy: Move to pyproject-build-system.Vinicius Monego2024-07-14
| | | | | | | | | * 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
* gnu: python-hy: Update to 0.29.0.Vinicius Monego2024-07-14
| | | | | | | | | * 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
* gnu: Add python-angr.Sören Tempel2024-07-13
| | | | | | | | | | | * 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>
* gnu: Add python-ailment.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-ailment): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-cle.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-cle): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-pyvex.Sören Tempel2024-07-13
| | | | | | | | | * 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>
* gnu: Add python-claripy.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-claripy): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-pysmt.Sören Tempel2024-07-13
| | | | | | | | | | | * 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>
* gnu: Add python-rpyc.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-rpyc): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-nampa.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-nampa): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-mulpyplexer.Sören Tempel2024-07-13
| | | | | | * gnu/packages/python-xyz.scm (python-mulpyplexer): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-colorlog: Use new style.jgart2024-07-11
| | | | | | * gnu/packages/python-xyz.scm (python-colorlog): Use new style. Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
* gnu: python-pytelegrambotapi: Update to 4.21.0.jgart2024-07-11
| | | | | | | | * 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
* gnu: python-pytelegrambotapi: Use new style.jgart2024-07-11
| | | | | | | * gnu/packages/python-xyz.scm (python-pytelegrambotapi) [arguments]: Use new style. Change-Id: Id31d34d9c09330f7a5aa723ca1a1352b6736d875
* gnu: python-typed-ast: Add comment regarding package's end of life.jgart2024-07-11
| | | | | | * gnu/packages/python-xyz.scm (python-typed-ast): Add comment. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
* gnu: python-typed-ast: Use new style.jgart2024-07-11
| | | | | | * gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Use new style. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
* gnu: python-typed-ast: Make the 'check' phase respect #:tests?.jgart2024-07-11
| | | | | | | * gnu/packages/python-xyz.scm (python-typed-ast) [arguments]: Make the 'check' phase respect #:tests?. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
* gnu: python-sacn: Enable tests.jgart2024-07-11
| | | | | | * gnu/packages/python-xyz.scm (python-sacn) [arguments]: Enable tests. Change-Id: I6817270eca0c19bc786aa77460759f32d47a2948
* gnu: Add python-sacn.Rick Huijzer2024-07-11
| | | | | | | * gnu/packages/python-xyz.scm (python-sacn): New variable. Signed-off-by: jgart <jgart@dismail.de> Change-Id: Iaed5ba294366a6934248c335ca30f7ca71a1127a
* gnu: Remove python-pdbpp.Zheng Junjie2024-07-11
| | | | | | | | Fixes <https://issues.guix.gnu.org/72051> * gnu/packages/python-xyz.scm (python-pdbpp): Delete variable. Change-Id: Ide5dea642f12ff6f283f41e7a5ec637cf561d6af
* gnu: python-duckdb: Disable parallel tests.Sharlatan Hellseher2024-07-09
| | | | | | | | | | | 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
* gnu: python-duckdb: Adjust indentation.Sharlatan Hellseher2024-07-08
| | | | | | * gnu/packages/python-xyz.scm (python-duckdb): Adjust indentation. Change-Id: I4f135df041f18188f7e035eed78a9199f2026b70
* gnu: python-duckdb: Update to 1.0.0.Sharlatan Hellseher2024-07-08
| | | | | | | | * 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
* gnu: Add python-itanium-demangler.Sören Tempel2024-07-08
| | | | | | | * gnu/packages/python-xyz.scm (python-itanium-demangler): New variable. Signed-off-by: jgart <jgart@dismail.de> Change-Id: I6c198bfb174a76e7d1746d5052e1dec938a4b5b9
* gnu: python-pdfminer-six: Update to 20231228.Felix Gruber2024-07-07
| | | | | | | | | | | | * 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>
* gnu: glances: Update to 4.1.1.Ada Stevenson2024-07-01
| | | | | | | | | | * 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>
* gnu: Add hatch.Vinicius Monego2024-06-26
| | | | | | | * gnu/packages/python-xyz.scm (hatch): New variable. Change-Id: Iff0f0e8e8451277e468b7c3054540eca8d25e321 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-userpath.Vinicius Monego2024-06-26
| | | | | | | * gnu/packages/python-xyz.scm (python-userpath): New variable. Change-Id: Ic263ee8e1208273b225aa7e2c14dd85f085254e7 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-optree.David Elsing2024-06-18
| | | | | | | | * 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
* gnu: python-cookiecutter: Update to 2.6.0.jgart2024-06-17
| | | | | | * gnu/packages/python-xyz.scm (python-cookiecutter): Update to 2.6.0. Change-Id: I411ecead8162af96ea042b1b4fc3647b7614e53b
* gnu: python-pyld: Update to 2.0.4.Ben Sturmfels2024-06-17
| | | | | | | * gnu/packages/python-xyz.scm (python-pyld): Update to 2.0.4. Change-Id: Iebd823a94c8f39944162056d451176d112e229e3 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-interface-meta.Ricardo Wurmus2024-06-16
| | | | | | * gnu/packages/python-xyz.scm (python-interface-meta): New variable. Change-Id: I835e55170a27d4e3ab400a6cdba1c3a9f07cf3b7
* gnu: python-treelib: Update to 1.7.0.Nicolas Graves2024-06-16
| | | | | | | * gnu/packages/python-xyz.scm (python-treelib): Update to 1.7.0. Change-Id: Ice44998ceeb31e2783f4a6a448b2f5306e8821c3 Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-shtab: Update to 1.7.1.Nicolas Graves2024-06-16
| | | | | | | * gnu/packages/python-xyz.scm (python-shtab): Update to 1.7.1. Change-Id: I27bb5e2cafc5a43277fc055a025c1069013a7297 Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-shtab: Move to pyproject-build-system.Nicolas Graves2024-06-16
| | | | | | | | | * 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>
* gnu: Add python-wavefile.Sughosha2024-06-13
| | | | | | | * gnu/packages/python-xyz.scm (python-wavefile): New variable. Change-Id: Ied8fe04eea6f9a79cdde6382931a7009cf71f8f4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-mido.Sughosha2024-06-13
| | | | | | | * gnu/packages/python-xyz.scm (python-mido): New variable. Change-Id: I4bdc6dc6f059dd16c0e0a4152a5e9b5bf84764ee Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pymarshal.Sughosha2024-06-13
| | | | | | | * gnu/packages/python-xyz.scm (python-pymarshal): New variable. Change-Id: I6a1d2f8f21869856a9a227bed213d9f71204b2d4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-project-metadata-0.7: Remove.Christopher Baines2024-06-10
| | | | | | | | | | | 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