summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-11 03:29:21 +0100
committerAndreas Enge <andreas@enge.fr>2026-08-24 15:33:14 +0200
commit6524e9fc00df37998bd270f2123619fd5d7d243f (patch)
tree353cb5c69cd84641c30fc4752249c8e5005566c9
parentd05a98a9e7a962c096f74396333cbe01584206ad (diff)
gnu: Remove python-py.
* gnu/packages/python-xyz.scm (python-py): Delete variable. Fixes: guix/guix!7475 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/python-xyz.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 68b8e733d0b..ba087772a34 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9144,33 +9144,6 @@ port forwards using @acronym{UPnP, Universal Plug and Play}.")
9144 (home-page "http://miniupnp.free.fr") 9144 (home-page "http://miniupnp.free.fr")
9145 (license license:bsd-3))) 9145 (license license:bsd-3)))
9146 9146
9147;; NOTE: As taken from upstram: "this library is in maintenance mode and
9148;; should not be used in new code."
9149(define-public python-py
9150 (package
9151 (name "python-py")
9152 (version "1.11.0")
9153 (source
9154 (origin
9155 (method url-fetch)
9156 (uri (pypi-uri "py" version))
9157 (sha256
9158 (base32
9159 "06c7m7sfcn7587xd4s2bng8m6q1gsfd3j93afhplfjq74r0mrisi"))))
9160 (build-system pyproject-build-system)
9161 (arguments
9162 '(#:tests? #f)) ;cycle with python-pytest
9163 (native-inputs
9164 (list python-setuptools
9165 python-setuptools-scm
9166 python-wheel))
9167 (home-page "https://github.com/pytest-dev/py")
9168 (synopsis "Python library for parsing, I/O, introspection, and logging")
9169 (description
9170 "Py is a Python library for file name parsing, .ini file parsing, I/O,
9171code introspection, and logging.")
9172 (license license:expat)))
9173
9174(define-public python-pyrsistent 9147(define-public python-pyrsistent
9175 (package 9148 (package
9176 (name "python-pyrsistent") 9149 (name "python-pyrsistent")