gnu: python-yapsy: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-yapsy)[build-system]: Switch to
pyproject-build-system.
[arguments] <test-backend>: Use 'unittest.
[native-inputs]: Add python-setuptools.

Change-Id: Ic19fe7af48db8eb73f6c456ec7f9f41d1fc2949d
This commit is contained in:
Sharlatan Hellseher 2025-10-02 23:04:58 +01:00
parent 49f06dbee3
commit cfb4b52f51
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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