From b57d343fc2b120502482b4ddab0dcb02361b6124 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 28 Oct 2025 14:59:09 +0100 Subject: [PATCH] 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 --- 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 77feb19fb2ad0e87eee0b438acb58b10237cea8f..59f7efd39776e9420c4e713bf6323343ce856f5f 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