summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-01 23:09:05 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-01 23:09:05 +0100
commit2a2c873e6e8d5372ef8f284b1e82d711db31c93c (patch)
tree49109ad7b8b0bfd1c8b31613903da2caf3cbb734 /gnu/packages/python-xyz.scm
parent851b7f175ab8756391e02ebecb5e0c33367cda78 (diff)
gnu: pythoncapi-compat: Move to python.
* gnu/packages/python-xyz.scm (pythoncapi-compat): Move from here ... * gnu/packages/python.scm: ... to here. Change-Id: If3ac42200be381f9aafedbf0468e7381daaf2471
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6588877120..7664ff0cb7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -40334,32 +40334,6 @@ based on Adobe XMP Toolkit, ensuring that future updates to the XMP standard
are easily incorporated into the library with a minimum amount of work.")
(license license:bsd-3)))
-(define-public pythoncapi-compat
- ;; No release nor tags: use the latest commit.
- (let ((commit "b541b98df1e3e5aabb5def27422a75c876f5a88a")
- (revision "0"))
- (package
- (name "pythoncapi-compat")
- (version "0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/python/pythoncapi-compat")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "09935gybfj2wqbf6jmn61m21qnx3za8xjv375n3daq8l3cs6dmmx"))))
- (build-system copy-build-system)
- (arguments (list #:install-plan
- #~'(("pythoncapi_compat.h" "include/"))))
- (home-page "https://github.com/python/pythoncapi-compat")
- (synopsis "Python C API compatibility")
- (description "The pythoncapi-compat project can be used to write a C or
-C++ extension supporting a wide range of Python versions with a single code
-base, via the @file{pythoncapi_compat.h} header file.")
- (license license:bsd-0))))
-
(define-public python-zarr
(package
(name "python-zarr")