diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-18 23:49:49 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-18 23:50:01 +0100 |
| commit | abe81eef221341d43c39e93cf3a3687457af5d6b (patch) | |
| tree | 4c38f350e603757a5d5094e07a5bc648c3b0d900 /gnu | |
| parent | b473c67b53475a7ca86217fd008ade37e0a21889 (diff) | |
gnu: Remove python-ukpostcodeparser.
* gnu/packages/python-xyz.scm (python-ukpostcodeparser): Delete variable.
Fixes: guix/guix#5750
Change-Id: I61e1f5d22329dc2b1606038434bcf35b98e211fd
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 264eb5cb887..98aac16e530 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") |
