summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2024-11-20gnu: Add python-stdio-mgr.Eric Bavier
* gnu/packages/python-xyz.scm (python-stdio-mgr): New variable. Change-Id: Ia2e9cfda69e453b61ba948a6ad18f91364b799df
2024-11-19gnu: kalamine: Update to 0.38.Andreas Enge
* gnu/packages/python-xyz.scm (kalamine): Update to 0.38. Change-Id: I32fe67fdbf5a7838f14021968f64adbdcf2c2781
2024-11-19gnu: python-benchmark-4dn: Update to 0.5.24.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-benchmark-4dn): Update to 0.5.24. [source]: Update upstream URL. [properties]: Update upstream name. [arguments]: Disable tests. Change-Id: I01412638c33497983839541e7b48cca882af62ca
2024-11-19gnu: python-boto3: Respect --cores build argument.Nicolas Graves
This commit ensures that a user-provided --cores argument to guix build is respected. * gnu/packages/python-xyz.scm (python-boto3)[arguments] <#:test-flags>: Replace "auto" numprocesses by parallel-job-count. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-19gnu: python-botocore: Respect --cores build argument.Nicolas Graves
This commit ensures that a user-provided --cores argument to guix build is respected. * gnu/packages/python-xyz.scm (python-botocore)[arguments] <#:test-flags>: Replace "auto" numprocesses by parallel-job-count. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-11-18gnu: Add python-svgelements.Evgeny Pisemsky
* gnu/packages/python-xyz.scm (python-svgelements): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ic42dc142ba63ccf8c1bfa72a69b43afd7344b327
2024-11-18gnu: Add python-json-e.Adam Faiz
* gnu/packages/python-xyz.scm (python-json-e): New variable. Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I9532100f7b75293a81ea28391bfbd8f8ad07a653
2024-11-18gnu: python-boto3: Update to 1.35.59.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.35.59. [native-inputs]: Remove python-nose. Change-Id: Iafc22bafbf6ef185c2d9f4907386bd904ebaecbd
2024-11-18gnu: python-botocore: Update to 1.35.59.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.35.59. Change-Id: Iee873e6a84d582271fcbcd39e78521583574fb40
2024-11-18gnu: Remove python-colorama-for-awscli.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-colorama-for-awscli): Delete variable. Change-Id: Idb10200319c71fde3fcb78f1b4b0d6f9554166a0
2024-11-18gnu: Remove python-boto.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-boto): Delete variable. Change-Id: I4ff3f200734bce027334383d1f56c28134808a9d
2024-11-18gnu: python-boto3: Update to 1.35.54.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.35.54. Improve package style. [bulid-system]: Swap to pyproject-build-system. [native-inputs]: Add python-pytest-xdist, python-setuptools, and python-wheel. Change-Id: I413fcfc599d0d3ccf8587136629648c8a04cd364
2024-11-18gnu: python-botocore: Update to 1.35.54.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.35.54. [arguments]<tests>: Enable tests. <test-flags>: Disable some failing tests. [native-inputs]: Add python-jsonschema, python-pytest, python-pytest-xdist, python-setuptools, and python-wheel. Change-Id: I7730f85d5ace5b8643f8e9201ea46e6723b1a022
2024-11-17gnu: pypandoc: Update to 1.14Aaron Covrig
* gnu/packages/python-xyz.scm (python-pypandoc): Update to 1.14 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-14gnu: python-crontab: Fix failing testsTakeV
* gnu/packages/python-xyz.scm (python-crontab) [arguments]: Turn off frequency at month check Change-Id: Ia6a8f703119dc61ddc6b359fca161dfb5a21319d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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>