summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
5 daysgnu: python2-dbus: Add libxcrypt dependency.宋文武
* gnu/packages/python-xyz.scm (python2-dbus)[inputs]: Add libxcrypt. Change-Id: I3316ca5dbe308b2baaeb8f7f259a189dbf0b29b6
5 daysgnu: python-rpds-py: Fix build.宋文武
* gnu/packages/python-xyz.scm (python-rpds-py)[arguments]: Don't refer to nonexistent 'prepare-python-module' phase. Change-Id: Ie32f3b147b161b6d8dfb799b19ba04167faeccf1
5 daysgnu: python-pydantic-core: Fix build.宋文武
* gnu/packages/python-xyz.scm (python-pydantic-core)[arguments]: Don't refer to nonexistent 'prepare-python-module' phase. Change-Id: I9731ad40472e33d05d8f38d3fc2e5d78d64e12a2
5 daysgnu: python-orjson: Fix build.宋文武
* gnu/packages/python-xyz.scm (python-orjson)[arguments]: Don't refer to nonexistent 'prepare-python-module' phase. Change-Id: I7310eb283e5521ad80e5c07aafeaef3007317e83
5 daysgnu: python-magic: Adjust test suite.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-magic)[source]: Add snippet. [arguments]: In ‘check’ phase, install C.UTF-8 instead of en_US.UTF-8. Change-Id: I0f898584b3ad0bab4dc929d52578b6acfcbdda67
5 daysgnu: python-natsort: Add en_US.UTF-8 locale for tests.Josselin Poiret
* gnu/packages/python-xyz.scm (python-natsort): Add en_US.UTF-8 locale for the package's tests. Change-Id: I5947b6550b9bc71d403685756ead4f1c77c99012
5 daysgnu: python-cython: Add libxcrypt dependency.Josselin Poiret
* gnu/packages/python-xyz.scm (python-cython): Add libxcrypt dependency. Change-Id: I7a7c16eb8618b38c8e2758dcb19981b108c9ce7b
5 daysPartially revert gnu: python-matplotlib: Fix flaky Legend loc test.Josselin Poiret
I changed the commit hash by mistake, revert that. * gnu/packages/python-xyz.scm (python-matplotlib): Revert commit hash change. Change-Id: Ic676a45771b5969a0c713cd025d3a4d2dacada62
5 daysgnu: python-pyelftools: Update to 0.30 [fixes build].Janneke Nieuwenhuizen
This avoids Test file 'test/testfiles_for_readelf/aarch64-relocs-le.o.elf' .......................FAIL ....for file test/testfiles_for_readelf/aarch64-relocs-le.o.elf ....for option "--debug-dump=info" ....Output #1 is readelf, Output #2 is pyelftools @@ Mismatch on line #1: >> compilation unit @ offset 0:<< >> compilation unit @ offset 0x0:<< ([('equal', 0, 29, 0, 29), ('insert', 29, 29, 29, 31), ('equal', 29, 30, 31, 32)]) * gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.30. [description]: Remove gratuitous whitespace. Change-Id: I6e15e4532affd7faa7272d42adb65a2efcccce46
5 daysgnu: python-pyyaml: Update to 6.0.1.Toorn, H.W.P. van den (Henk)
* (python-pyyaml): Update to 6.0.1. Change-Id: I01cc9fc96fb4e4ab76ecdfe74a4849e536ae36e2 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
5 daysgnu: python-matplotlib: Fix flaky Legend loc test.Josselin Poiret
* gnu/packages/patches/python-matplotlib-fix-legend-loc-best-test.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-matplotlib): Use it. Change-Id: I0b488844d7b34a718b7294134b8c954492c9b697
5 daysgnu: python-pillow: Fix build with zlib 1.3.Josselin Poiret
* gnu/packages/patches/python-pillow-use-zlib-1.3.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-pillow): Use it. Change-Id: I97e706c11f616c42fb604cb616a94663f389a376
5 daysgnu: meson: Update to 1.1.1 and ungraft.Ludovic Courtès
* gnu/packages/build-tools.scm (meson): Update to 1.1.1. [replacement]: Remove. (meson/newer): Remove. (meson-python/newer): Remove. * gnu/packages/pdf.scm (capypdf)[arguments]: Remove #:meson. Change-Id: I77dd9203461e8dd635753ec742bd8046dd63e3f9 * gnu/packages/python-science.scm (python-pandas-2): Use regular meson-python. * gnu/packages/python-xyz.scm (python-contourpy): Same
5 daysgnu: python-screenkey: Add 'bash' input for 'wrap-program'.Maxime Devos
It is required for cross-compilation. * gnu/packages/python-xyz.scm (python-screenkey)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
5 daysgnu: Remove python-pdbpp.Zheng Junjie
Fixes <https://issues.guix.gnu.org/72051> * gnu/packages/python-xyz.scm (python-pdbpp): Delete variable. Change-Id: Ide5dea642f12ff6f283f41e7a5ec637cf561d6af
7 daysgnu: 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
7 daysgnu: python-duckdb: Adjust indentation.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-duckdb): Adjust indentation. Change-Id: I4f135df041f18188f7e035eed78a9199f2026b70
7 daysgnu: 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
7 daysgnu: 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
9 daysgnu: 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
2024-05-12gnu: python-xcffib: Update to 1.4.0.Efraim Flashner
* gnu/packages/python-xyz.scm (python-xcffib): Update to 1.4.0. [arguments]: Remove obsolete 'install-doc phase. Remove trailing #t from phases. Change-Id: I1b68ddffb2620938042384b9b9a0d444ad05bb0a
2024-05-11gnu: python-kombu: Update to 5.3.7.Vinicius Monego
* gnu/packages/python-xyz.scm (python-kombu): Update to 5.3.7. Change-Id: I6bfb3e4bb508d5003f5db45d1d8d35bd6b15064f
2024-05-11gnu: python-folium: Update to 0.16.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-folium): Update to 0.16.0. [build-system]: Use pyproject-build-system. [arguments]<#:test-flags>: Skip failing tests. <#:phases>: Add phase 'pretend-version. [propagated-inputs]: Add python-xyzservices. [native-inputs]: Add python-geopandas, python-nbconvert, python-pandas, python-pillow, python-selenium, python-setuptools-scm. Change-Id: I93db72f62306c8db2a069733b49ac0933c8888ce
2024-05-11gnu: python-hy: Update to 0.28.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy): Update to 0.28.0. [native-inputs]: Replace python-pytest with python-pytest-next. Change-Id: I6f465a9c834aea51fd0363ba27f9b0ff7b98e82b
2024-05-08gnu: python-click-default-group: Enable tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-click-default-group) [source]: Swap to git checkout containing tests. Change-Id: I51d039ce03d4d772ed6246233e5cc830b5548c3a
2024-05-08gnu: python-qstylizer: Update to 0.2.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-qstylizer): Update to 0.2.3. [arguments]: Refresh style. [propagated-inputs]: Remove python-tinycss; add python-tinycss2. [native-inputs]: Remove python-pytest-cov, python-pytest-runner, and python-pytest-xdist. Change-Id: I99bde105d125053e1316372dfbebf90d4236fcc7