From ae680006e2a6787d47e7797cbb68f19dbb7b3413 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 19 Jan 2026 02:28:22 +0100 Subject: [PATCH] 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 --- 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 67261b78c66..8e0d194e4a1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22331,7 +22331,6 @@ lightweight implementation.") (list python-freezegun python-pytest python-setuptools - python-ukpostcodeparser python-validators)) (propagated-inputs (list python-tzdata)) @@ -38965,7 +38964,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")