gnu: python-pyrss2gen: Switch to pyproject.

* gnu/packages/python-xyz.scm (python-pyrss2gen):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.

Change-Id: Ic0dcc5c5333612e14bd8173ba09c8bd607b5accf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-11-22 11:31:35 +01:00 committed by Sharlatan Hellseher
parent 23a604d98f
commit be609b6907
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -34105,7 +34105,9 @@ EXIF data to JPEG, WebP and TIFF files.")
(uri (pypi-uri "PyRSS2Gen" version))
(sha256
(base32 "1rvf5jw9hknqz02rp1vg8abgb1lpa0bc65l7ylmlillqx7bswq3r"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments (list #:tests? #f)) ; No tests.
(native-inputs (list python-setuptools))
(home-page "http://dalkescientific.com/Python/PyRSS2Gen.html")
(synopsis "Generate RSS 2.0 feeds using a Python data structure")
(description "PyRSS2Gen is the interface to generate RSS 2.0 feeds.