guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d0beb053e48e74841d6ba8d9dbbc8f8eb284e4af
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Oct 12 23:49:09 2025 +0100
gnu: python-unicodedata2: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-unicodedata2)[build-system]:
Switch to pyproejct-build-system.
[native-inputs]: Add python-pytest and python-setuptools.
Change-Id: I50e370b7980389a1b7408a84d41b664fda8d1f55
---
gnu/packages/python-xyz.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6cb8c0c58e..2c7840619b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20745,7 +20745,10 @@ expression.")
(uri (pypi-uri "unicodedata2" version))
(sha256
(base32 "1z3llixb4cd6cc6nmyps5vv2sss14n3x6dzcc65xg75mj9jqsj05"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools))
(home-page "https://github.com/fonttools/unicodedata2")
(synopsis "Python unicodedata backport")
(description "This package corresponds to the latest @code{unicodedata}