guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 25fc9187e3107cc4d051e37a5d846b1ca29b08b3
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Jan 19 02:28:22 2026 +0100
gnu: Deprecate python-ukpostcodeparser.
* gnu/packages/python-xyz.scm
(python-ukpostcodeparser): Deprecate package.
(python-faker)[native-inputs]: Drop python-ukpostcodeparser.
Change-Id: Ib80d408cc4eb7e54b79128c7d14065fd2f432972
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1352258fb4..9ffc562f0a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22289,7 +22289,6 @@ lightweight implementation.")
(list python-freezegun
python-pytest
python-setuptools
- python-ukpostcodeparser
python-validators))
(propagated-inputs
(list python-tzdata))
@@ -38923,7 +38922,7 @@ bindings for Python 3.")
distance (Ukkonen).")
(license license:expat)))
-(define-public python-ukpostcodeparser
+(define-deprecated/public python-ukpostcodeparser #f
(package
(name "python-ukpostcodeparser")
(version "1.1.2")