diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:48:16 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:48:16 +0000 |
commit | 0d9b9891e616d4813e757f78657589ad893a18b6 (patch) | |
tree | c5b26ec24b3c9d0ead379c9e600a10f41d7b5876 /px/packages/python-xyz.scm | |
parent | e38e35757df060a5a1d312a2f3f68ba2be94dd05 (diff) |
px: Remove python-pyscard-1.9.9
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 490c023..2c03981 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -294,21 +294,6 @@ It give you an easy way to pass from raw mail to Python object that you can use in your code.") (license license:asl2.0))) -(define-public python-pyscard-1.9.9 - (package - (inherit python-pyscard) - (name "python-pyscard-1.9.9") - (version "1.9.9") - (source - (origin - (method url-fetch) - ;; The maintainer publishes releases on various sites, but - ;; SourceForge is apparently the only one with a signed release. - (uri (string-append "mirror://sourceforge/pyscard/pyscard/pyscard%20" - version "/pyscard-" version ".tar.gz")) - (sha256 - (base32 "082cjkbxadaz2jb4rbhr0mkrirzlqyqhcf3r823qb0q1k50ybgg6")))))) - (define-public python-shortuuid-v1 (package (inherit python-shortuuid) |