summaryrefslogtreecommitdiff
path: root/px/packages/python-xyz.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2025-02-23 10:48:16 +0000
committerFranz Geffke <m@f-a.nz>2025-02-23 10:48:16 +0000
commit0d9b9891e616d4813e757f78657589ad893a18b6 (patch)
treec5b26ec24b3c9d0ead379c9e600a10f41d7b5876 /px/packages/python-xyz.scm
parente38e35757df060a5a1d312a2f3f68ba2be94dd05 (diff)
px: Remove python-pyscard-1.9.9
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r--px/packages/python-xyz.scm15
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)