mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-py: Improve package style.
* gnu/packages/python-xyz.scm (python-py): Add maintenance note. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I8e14c2607d186e689461882fe4ac1b7f4c7ce84c
This commit is contained in:
parent
037fbad3e6
commit
236ce6591b
1 changed files with 7 additions and 7 deletions
|
@ -5576,6 +5576,8 @@ port forwards using @acronym{UPnP, Universal Plug and Play}.")
|
|||
(home-page "http://miniupnp.free.fr")
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; NOTE: As taken from upstram: "this library is in maintenance mode and
|
||||
;; should not be used in new code."
|
||||
(define-public python-py
|
||||
(package
|
||||
(name "python-py")
|
||||
|
@ -5587,15 +5589,13 @@ port forwards using @acronym{UPnP, Universal Plug and Play}.")
|
|||
(sha256
|
||||
(base32
|
||||
"06c7m7sfcn7587xd4s2bng8m6q1gsfd3j93afhplfjq74r0mrisi"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; FIXME: "ImportError: 'test' module incorrectly imported from
|
||||
;; '/gnu/store/...-python-pytest-mimimal-3.0.5/lib/python3.5/site-packages'.
|
||||
;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'.
|
||||
;; Is this module globally installed?"
|
||||
'(#:tests? #f))
|
||||
'(#:tests? #f)) ;cycle with python-pytest
|
||||
(native-inputs
|
||||
(list python-setuptools-scm))
|
||||
(list python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(home-page "https://github.com/pytest-dev/py")
|
||||
(synopsis "Python library for parsing, I/O, instrospection, and logging")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue