aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/glibc-reinstate-prlimit64-fallback.patch
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2021-05-17 23:55:58 -0300
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2021-06-23 06:45:20 +0200
commitac8fb4b9f4db0cf774799b95fc176c8a80ade6cc (patch)
tree9a3066c5598ad746aa7f2bef136c7a32d70828cc /gnu/packages/patches/glibc-reinstate-prlimit64-fallback.patch
parent828ceee7db0ab74786049600108d6b15017851c5 (diff)
downloadguix-ac8fb4b9f4db0cf774799b95fc176c8a80ade6cc.tar.gz
guix-ac8fb4b9f4db0cf774799b95fc176c8a80ade6cc.zip
gnu: Add python-pyshp.
* gnu/packages/geo.scm (python-pyshp): New variable.
Diffstat (limited to 'gnu/packages/patches/glibc-reinstate-prlimit64-fallback.patch')
0 files changed, 0 insertions, 0 deletions
* tests/pypi.scm (foo-json): Compute URLs relative to '%local-url'. (test-json-1, test-json-2, test-source-hash): Remove. (file-dump): New procedure. (with-pypi): New macro. ("pypi->guix-package, no wheel") ("pypi->guix-package, wheels") ("pypi->guix-package, no usable requirement file.") ("pypi->guix-package, package name contains \"-\" followed by digits"): Rewrite using 'with-pypi'. Ludovic Courtès 2023-05-31tests: pypi: Factorize tarball and wheel file creation....* tests/pypi.scm (sample-directory): New variable. (pypi-tarball, wheel-file): New procedures. ("pypi->guix-package, no wheel") ("pypi->guix-package, wheels") ("pypi->guix-package, no usable requirement file.") ("pypi->guix-package, package name contains \"-\" followed by digits"): Use them. Ludovic Courtès 2023-04-30import: pypi: Adjust tests for new build system....This is a followup to cb8d080349a0691f4d563fcdd7bc8d8c40d0d88b. * tests/pypi.scm ("pypi->guix-package, no wheel") ("pypi->guix-package, wheels") ("pypi->guix-package, no usable requirement file.") ("pypi->guix-package, package name contains \"-\" followed by digits"): Replace 'python-build-system' by 'pyproject-build-system'. Ludovic Courtès