mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: python-pickleshare: Improve package style.
* gnu/packages/databases.scm (python-pickleshare) [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Use default 'check phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ib53f1d3232112cff000e7413446f42085e945ee9
This commit is contained in:
parent
7c049ef84d
commit
037fbad3e6
1 changed files with 4 additions and 7 deletions
|
@ -3942,14 +3942,11 @@ data.
|
|||
(uri (pypi-uri "pickleshare" version))
|
||||
(sha256
|
||||
(base32 "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(invoke "pytest"))))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/vivainio/pickleshare")
|
||||
(synopsis "Tiny key value database with concurrency support")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue