guix_mirror_bot pushed a commit to branch master
in repository guix.

commit abe81eef221341d43c39e93cf3a3687457af5d6b
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Feb 18 23:49:49 2026 +0100

    gnu: Remove python-ukpostcodeparser.
    
    * gnu/packages/python-xyz.scm (python-ukpostcodeparser): Delete variable.
    
    Fixes: guix/guix#5750
    Change-Id: I61e1f5d22329dc2b1606038434bcf35b98e211fd
---
 gnu/packages/python-xyz.scm | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 264eb5cb88..98aac16e53 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38857,39 +38857,6 @@ bindings for Python 3.")
 distance (Ukkonen).")
     (license license:expat)))
 
-(define-deprecated/public python-ukpostcodeparser #f
-  (package
-    (name "python-ukpostcodeparser")
-    (version "1.1.2")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "UkPostcodeParser" version))
-              (sha256
-               (base32
-                "03jkf1ygbwq3akzbcjyjk1akc1hv2sfgx90306pq1nwklbpn80lk"))))
-    (build-system pyproject-build-system)
-    (arguments
-     (list
-      #:test-flags
-      #~(list
-         ;; Tests for lowercase postcodes fail.
-         "-k" (string-join
-               (list "not test_091 "
-                     "test_097 "
-                     "test_098 "
-                     "test_125 "
-                     "test_131")
-               " and not ")
-         "ukpostcodeparser/test/parser.py")))
-    (native-inputs
-     (list python-pytest python-setuptools))
-    (home-page "https://github.com/hamstah/ukpostcodeparser";)
-    (synopsis "UK Postcode parser for Python")
-    (description
-     "This library provides the @code{parse_uk_postcode} function for
-parsing UK postcodes.")
-    (license license:expat)))
-
 (define-public python-ulid
   (package
     (name "python-ulid")

Reply via email to