summary refs log tree commit diff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2024-11-05gnu: mesa: Fix build on arm architectures.Efraim Flashner
* gnu/packages/gl.scm (mesa)[inputs]: When building for an arm platform add python-pycparser. [arguments]: When building for aarch64 or armhf don't add kmsro as a gallium driver. * gnu/packages/python-xyz.scm (python-pycparser): Mark as a dependency for mesa. Change-Id: I61182157418a6667fcbb0d4280c959a708119b0d
2024-11-05gnu: mesa: Update to 24.2.2.John Kehayias
Note the clang input for mesa was in inputs for aarch64-linux but more generally in native-inputs for mesa-opencl. Moved to native-inputs for all (mesa does not retain a reference to clang). * gnu/packages/gl.scm (mesa): Update to 24.2.2. [inputs]: Move clang-18 when building for aarch64-linux to ... [native-inputs]: ... here for all architectures. Add python-ply, and python-pyyaml. Use libclc for all architectures. (mesa-opencl)[inputs, native-inputs]: Remove fields. * gnu/packages/python-xyz.scm (python-pyyaml, python-ply): Add a comment about being dependencies of mesa. Change-Id: Ie262e6ea5a31fda0e410277256c203ea3caed96b
2024-11-03gnu: Add python-monthdelta.Wilko Meyer
* gnu/packages/python-xyz.scm (python-monthdelta): New variable. Change-Id: I0e651f41252ec50cd2d7063e37d428265b17d8c2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-01gnu: python-dbus-python: Revert ordering change on native-inputs.Vagrant Cascadian
A large number of rebuilds (3987 according to guix refresh) was triggered by: a9abf9a7b30f6801e122cae759df87b44c458773 gnu: python-dbus-python: Fix indentation. Reverting the ordering changes does not trigger any rebuilds. * gnu/packages/python-xyz.scm (python-dbus-python): Unsort native-inputs.
2024-11-01gnu: python-dbus-python: Fix indentation.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-dbus-python): Fix indentation, adjust order of fields, sort inputs alphabetically. Change-Id: I895518f041bd2cfc9c2f94774a9d1db47b26ffc3
2024-10-30gnu: Add python-pycollada.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pycollada): New variable. Change-Id: If0ce96f59e7bd8575b95f3f0a029ce6bcdfe1011
2024-10-30gnu: Add python-hsluv.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-hsluv): New variable. Change-Id: I97a5b09f66150f0d77f62caa7c8f8410807d5340
2024-10-30gnu: python-glymur: Update to 0.13.6.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-glymur): Update to 0.13.6. [phases]: Remove 'disable-failing-tests and move the logic to <#:tests-flags>. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ied56e22d938b7cc61969892b680c9e72d1cfce1e
2024-10-26gnu: python-asyncstdlib: Update to 3.13.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-asyncstdlib): Update to 3.13.0. Change-Id: I7b001c30d742710dc0ceecff276a03f2bff0d92b
2024-10-26gnu: Add python-asyncstdlib.Troy Figiel
* gnu/packages/python-xyz.scm (python-asyncstdlib): New variable. Change-Id: I2554c120e070b0c84a7228a20cfa22abfd84c846 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-types-dateutil.Vinicius Monego
* gnu/packages/python-xyz.scm (python-types-dateutil): New variable. Change-Id: I2b60be63a0dc6eae1f4cd7be11fc38e1bb8acc3c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-pyproject-api.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pyproject-api): New variable. Change-Id: I4bef06ecebcf3c5df99196b75017a4d97c7f2dda Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-async-lru.Vinicius Monego
* gnu/packages/python-xyz.scm (python-async-lru): New variable. Change-Id: I980f53542ae44c6a2127677171d16b29aa4a3d64 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-24gnu: Add python-calver.Vinicius Monego
* gnu/packages/python-build.scm (python-calver): New variable. Change-Id: Icaf6d09519f792b42a5e0992b2e4fed4131b67f5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-10-21gnu: python-lazy-loader: Adjust inputs.Sharlatan Hellseher
As seen in python-team build <https://ci.guix.gnu.org/build/6091717/log/raw>. * gnu/packages/python-xyz.scm (python-lazy-loader) [native-inputs]: Add python-setuptools. Change-Id: Id8c4eb18f0d2622a1d3270ad29653ef27dcd2fe3
2024-10-21gnu: python-mpv: Adjust inputs.Sharlatan Hellseher
As seen in python-team build <https://ci.guix.gnu.org/build/6091629/log/raw>. * gnu/packages/python-xyz.scm (python-mpv) [native-inputs]: Add python-setuptools. Change-Id: I3a43904057c2b3f77833372e2be68280f95189a2
2024-10-18gnu: python-glcontext: Move to python-graphics.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-glcontext): Move from here ... * gnu/packages/python-graphics.scm: ... to here. Change-Id: If984a8b0c128df8bcaffae2cce8d9caabda7890b
2024-10-18gnu: python-glcontext: Update to 3.0.0-2.f2875ab.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-glcontext): Update to 3.0.0-2.f2875ab. Change-Id: I9fb440727253fa5f1a1eb522c0c1f4caed87b477
2024-10-11gnu: python-docstring-to-markdown: Enable tests.jgart
* gnu/packages/python-xyz.scm (python-docstring-to-markdown): Enable tests. [build-system]: Use pyproject-build-system. [arguments]: Reduce test coverage since failing. [native-inputs]: Add missing test inputs. [description]: Improve. Change-Id: I91f1ca3f2d8e7c8fe3fe7b280eba6e4a420d7d93
2024-10-11gnu: Add python-docstring-to-markdown.Jonathan Pieper
* gnu/packages/python-xyz.scm (python-docstring-to-markdown): New variable. Signed-off-by: jgart <jgart@dismail.de>
2024-10-10gnu: python-icalendar: Update to 5.0.13.Fabio Natali
* gnu/packages/python-xyz.scm (python-icalendar): Update to 5.0.13. [propagated-inputs]: Add python-tzdata. [native-inputs]: Add python-pytest, python-pytz. [synopsis]: Improve the synopsis. [description]: Improve the description. Change-Id: Iafa906540df87db84cd4752cb4b345d838bff15c Signed-off-by: jgart <jgart@dismail.de>
2024-10-07gnu: python-angr: Update to 9.2.112.Sören Tempel
* gnu/packages/python-xyz.scm (python-angr): Update to 9.2.112. [propagated-inputs]: Remove python-progressbar2; add python-pyformlang, add python-rich, add python-unique-log-filter. * gnu/packages/patches/python-angr-addition-type-error.patch: Remove patch (merged upstream and included in new release). * gnu/packages/patches/python-angr-check-exec-deps.patch: Rebase for new release. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: Add python-unique-log-filter.Sören Tempel
* gnu/packages/python-xyz.scm (python-unique-log-filter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: Add python-pyformlang.Sören Tempel
* gnu/packages/python-xyz.scm (python-pyformlang): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: python-claripy: Update to 9.2.112.Sören Tempel
* gnu/packages/python-xyz.scm (python-claripy): Update to 9.2.112. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: python-cle: Update to 9.2.112.Sören Tempel
* gnu/packages/python-xyz.scm (python-cle): Update to 9.2.112. [propagated-inputs]: Add python-cart. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: Add python-cart.Sören Tempel
* gnu/packages/python-xyz.scm (python-cart): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: python-pyvex: Update to 9.2.112.Sören Tempel
* gnu/packages/python-xyz.scm (python-pyvex): Update to 9.2.112. * gnu/packages/patches/python-pyvex-remove-angr-dependency.patch: Remove patch (merged upstream and included in new release). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-07gnu: python-ailment: Update to 9.2.112.Sören Tempel
* gnu/packages/python-xyz.scm (python-ailment): Update to 9.2.112. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-10-04gnu: python-pypandoc: Adjust package style, fix build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pypandoc): Use G-expressions, shift order of entries, remove labels from inputs. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-poetry-core, texlive-etoolbox. Change-Id: Ib4eac5fde9d56fffd7bd18a11cf653d05d5ff45b
2024-09-30gnu: Update python-rdflib to 7.0.0.Roel Janssen
* gnu/packages/rdf.scm: Add updated recipe for python-rdflib; Keep python-rdflib-6 for compatibility. * gnu/packages/python-xyz.scm: Build python-prov with python-rdflib-6 because rdflib-7 is not supported. * gnu/packages/bioinformatics.scm: Build cwltool with python-rdflib-6 because it fails to build with rdflib-7. Change-Id: Ibc40c16ede20e69e702915488d6b2f0a7e70b868
2024-09-26gnu: python-tldr: Swap to pyproject-build-system.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-tldr) [build-system]: Swap to pyproject-build-system. [arguments]: Adjust indentation. <#:test-flags>: Move test exclusion here. <#:phases>: Use standard 'check phase. Change-Id: Ie87b5810027998bf33325c04021dbeb7cb24e6e2
2024-09-26gnu: python-tldr: Update to 3.3.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-tldr): Update to 3.3.0. [inputs]: Remove python-argcomplete, python-colorama, python-termcolor, and python-shtab. [propagated-inputs]: Add python-colorama, python-termcolor, and python-shtab. Change-Id: I87b58c0632307fa88061f0c63ceb4d01759900d2
2024-09-26gnu: python-twine: Update to 5.1.1.Nicolas Graves via Guix-patches via
* gnu/packages/python-xyz.scm (python-twine): Update to 5.1.1. [build-system]: Move to pyproject-build-system. [arguments]<#:test-flags>: Disable failing tests. [native-inputs]: Add python-pretend, python-pytest, python-pytest-socket. [propagated-inputs]: Remove python-tqdm, python-packaging. Add python-imporlib-metadata, python-keyring, python-rfc3986, python-rich and python-urllib3. Reviewed-by: Steve George <steve@futurile.net> Change-Id: I55dbcd646dec60cfe8ec226aed0cf3f8c59e2eeb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-26gnu: python-pkginfo: Update to 1.10.0.Nicolas Graves via Guix-patches via
* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.10.0. [native-inputs]: Add python-wheel. Reviewed-by: Steve George <steve@futurile.net> Change-Id: I682773a5a5c36c9a2ffd9ce8e96048c08a7a174e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-26gnu: python-readme-renderer: Update to 41.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-readme-renderer): Update to 41.0. [build-system]: Use pyproject-build-system. [arguments]: Delete 'loosen-cmarkgfm-dependency phase; replace custom 'check phase with #:test-flags. [native-inputs]: Add python-wheel; remove python-mock. Reviewed-by: Steve George <steve@futurile.net> Change-Id: I47cef84089384d2cf760c166fed9147863d1a415 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-09-19gnu: Add python-charset-normalizer-3.Hilton Chain
* gnu/packages/python-xyz.scm (python-charset-normalizer-3): New variable. Change-Id: I173ba9daa74882f021586b90f3ec3c63f2b62962 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-09-14gnu: python-jupytext: Use git-minimal/pinned.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jupytext) [native-inputs]: Replace git-minimal with git-minimal/pinned. Change-Id: I793bc670ab41325c4f553df7679b1969e6d6ae98
2024-09-12gnu: python-scikit-build: Skip more network tests.Efraim Flashner
* gnu/packages/python-xyz.scm (python-scikit-build)[arguments]: Add a phase to mark more network tests as isolated to easily skip them. Change-Id: I2f955182f411a68550fbd3c356bfda5584091428
2024-09-09gnu: python-apprise: Fix build.Steve George
* gnu/packages/python-xyz.scm (python-apprise): Fix build failures. [native-inputs]: Remove unused python-flake8. [arguments]: turn off mqltt_tls tests that fail. Change-Id: Ia1a5b3d6ff284dc57f083c4bdbd1f6356be7a700 Signed-off-by: jgart <jgart@dismail.de>
2024-09-06gnu: python-optree: Update to 0.11.0.David Elsing
* gnu/packages/python-xyz.scm (python-optree): Update to 0.11.0. [arguments]<#:test-flags>: Disable failing test.
2024-09-05gnu: python-pygithub: Fix tests.John Kehayias
* gnu/packages/python-xyz.scm (python-pygithub)[native-inputs]: Add nss-certs-for-test. Change-Id: Ib0ee6f1c23302adfec3e8d184cc4afff285012e7
2024-09-04gnu: Add python-gpxpy.Peter Kannewitz
* gnu/packages/python-xyz.scm (python-gpxpy): New variable. Change-Id: I70a014dfce7bd021833d42da45e857613621aaa8 Signed-off-by: jgart <jgart@dismail.de>
2024-08-25gnu: python-mpv: Update to 1.0.7.Ian Eure
This fixes the build after the core-updates merge. * gnu/packages/python-xyz.scm (python-mpv): Update to 1.0.7. [source]: Remove snippet obsoleted by PY_MPV_SKIP_TESTS. [build-system]: Switch to pyproject. [arguments]: Set newly-available PY_MPV_SKIP_TESTS variable. [native-inputs]: Add python-pytest and python-pyvirtualdisplay. Change-Id: Ia0e6c3341292fe6a40f63b484d70c6a68b6f7eb4
2024-08-31gnu: python-urwid: Update to 2.6.15.Leo Famulari
* gnu/packages/python-xyz.scm (python-urwid): Update to 2.6.15. [build-system]: Use PYPROJECT-BUILD-SYSTEM. [arguments]: Skip the test suite. [propagated-inputs]: Add PYTHON-TYPING-EXTENSIONS and PYTHON-WCWIDTH. [native-inputs]: Add PYTHON-SETUPTOOLS-SCM. Change-Id: I13e242c4a1ec8a1ba6fad759e261468eb831eeb3
2024-08-31gnu: python2-dbus: Add libxcrypt dependency.宋文武
* gnu/packages/python-xyz.scm (python2-dbus)[inputs]: Add libxcrypt. Change-Id: I3316ca5dbe308b2baaeb8f7f259a189dbf0b29b6
2024-08-31gnu: 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
2024-08-31gnu: 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
2024-08-31gnu: python-orjson: Fix build.宋文武
* gnu/packages/python-xyz.scm (python-orjson)[arguments]: Don't refer to nonexistent 'prepare-python-module' phase. Change-Id: I7310eb283e5521ad80e5c07aafeaef3007317e83
2024-08-31gnu: 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