mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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 <sharlatanus@gmail.com>
This commit is contained in:
parent
d7240bced1
commit
ae680006e2
1 changed files with 1 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue