mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
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:
parent
23a604d98f
commit
be609b6907
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue