diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-28 14:59:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-29 16:17:23 +0000 |
| commit | b57d343fc2b120502482b4ddab0dcb02361b6124 (patch) | |
| tree | 960677f1c290d8ee2a05fb3eb62d5d4d1f2809ee /gnu/packages/python-xyz.scm | |
| parent | 7fe747bddeeeb7b66c5a7738665a5a7bda5d6a62 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 77feb19fb2a..59f7efd3977 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 |
