mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
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:
parent
49f06dbee3
commit
cfb4b52f51
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue