guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b57d343fc2b120502482b4ddab0dcb02361b6124
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 14:59:09 2025 +0100
gnu: python-android-stringslib: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-android-stringslib):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[description]: Improve style.
Change-Id: I7c061c2e0dca15dec54d4be502c5c941559bb1f1
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 77feb19fb2..59f7efd397 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29951,13 +29951,14 @@ file to ensure it completely and accurately describes
your project.")
(sha256
(base32
"0gij55qzzq1h83kfpvhai1vf78kkhyvxa6l17m2nl24454lhfin4"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ; No tests.
+ (native-inputs (list python-setuptools))
(home-page "https://framagit.org/tyreunom/python-android-strings-lib")
(synopsis "Android strings.xml support")
- (description "Android Strings Lib provides support for android's
strings.xml
-files. These files are used to translate strings in android apps.")
+ (description
+ "Android Strings Lib provides support for android's strings.xml files.
+These files are used to translate strings in android apps.")
(license license:expat)))
(define-public offlate