guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 2c190866430252832d34a92883a68f2adcc190a7
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 6a3204c1e6..e9183fdcf3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22304,7 +22304,6 @@ lightweight implementation.")
(list python-freezegun
python-pytest
python-setuptools
- python-ukpostcodeparser
python-validators))
(propagated-inputs
(list python-tzdata))
@@ -38938,7 +38937,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")