From cfb4b52f5138afca2c1ce6a5ca1b6e98288d9164 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 2 Oct 2025 23:04:58 +0100 Subject: [PATCH] gnu: python-yapsy: Switch to pyproject. * gnu/packages/python-xyz.scm (python-yapsy)[build-system]: Switch to pyproject-build-system. [arguments] : Use 'unittest. [native-inputs]: Add python-setuptools. Change-Id: Ic19fe7af48db8eb73f6c456ec7f9f41d1fc2949d --- gnu/packages/python-xyz.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index de206508b4fade988cec777a92f2c2f361f2401b..824a6189d332f36cb675b954b2a37c77f848bfef 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37764,7 +37764,11 @@ PyRSS2Gen builds the feed up by using a XML generator.") (uri (pypi-uri "Yapsy" version)) (sha256 (base32 "12rznbnswfw0w7qfbvmmffr9r317gl1rqg36nijwzsklkjgks4fq")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (arguments + (list #:test-backend #~'unittest)) + (native-inputs + (list python-setuptools)) (home-page "https://yapsy.sourceforge.net") (synopsis "Simple plugin system for Python applications") (description "Yapsy, or Yet Another Plugin SYstem, is a small library