mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-neteria: Switch to pyproject-build-system.
* gnu/packages/game-development.scm (python-neteria): Switch to pyproject-build-system. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?> Disable tests as there are none. [native-inputs]: Add python-setuptools. Change-Id: Ib1a5cade07f06456b2f6f37e1021bdca51255efe Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
6c0309adfa
commit
54c880239d
1 changed files with 5 additions and 1 deletions
|
|
@ -804,7 +804,11 @@ support.")
|
|||
(uri (pypi-uri "neteria" version))
|
||||
(sha256
|
||||
(base32 "1azlix80a6vns2i3z0bdbqk32kx8s2gjh2nvshab235fd9h85yv7"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;No tests, also not on github
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-rsa))
|
||||
(home-page "https://pypi.org/project/neteria/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue