mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flex: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-flex): Add a maintenance note to remove the packages in the future. [build-system]: Use pyproject. [arguments] <tests?>: No tests in PyPI archive provided. [native-inputs]: Add python-seuptools. Change-Id: I61cb165c089a97514ead78317158f21591003c32
This commit is contained in:
parent
3f7d891ba4
commit
f11fcd0f62
1 changed files with 7 additions and 1 deletions
|
@ -27373,6 +27373,9 @@ input.")
|
|||
address is valid and really exists.")
|
||||
(license license:lgpl3+)))
|
||||
|
||||
;; XXX: Project has no updates since 2019, consider to remove when nothing
|
||||
;; depends on it in the next refresh cycle.
|
||||
;; See: <https://github.com/pipermerriam/flex/issues/237>.
|
||||
(define-public python-flex
|
||||
(package
|
||||
(name "python-flex")
|
||||
|
@ -27384,7 +27387,10 @@ input.")
|
|||
(sha256
|
||||
(base32
|
||||
"1sr91f5sqywj4040jm3cq4333fp8hbmmr7v6v05a3h0sgyixcbi9"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments (list #:tests? #f)) ;no tests in PyPI archive
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-click
|
||||
python-jsonpointer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue