summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-04 22:38:23 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-23 16:58:38 +0100
commitbbf6ce00314ca9cfb9f08333d2de98b94bb8ff6b (patch)
tree083d143883066fea6c0cc82128fb19c4e9e147b8
parenta91b2e326911204d6fdf2938ebc12b760963c736 (diff)
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
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7a71c159b8..2e86b5c7c1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27340,6 +27340,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")
@@ -27351,7 +27354,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