summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2025-02-23 10:52:52 +0000
committerFranz Geffke <m@f-a.nz>2025-02-23 10:52:52 +0000
commitf0665b575f9aeef97c095fa69d070d82b04ff67b (patch)
tree77273095404ec2dbd321d666b9d210a8646f793a
parent5d3601176605a4ad1fab27059c7ce724203983a4 (diff)
px: Remove python-authlib-0.14.3
-rw-r--r--px/packages/device.scm1
-rw-r--r--px/packages/python-xyz.scm21
2 files changed, 0 insertions, 22 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm
index fae84e5..bcb4233 100644
--- a/px/packages/device.scm
+++ b/px/packages/device.scm
@@ -92,7 +92,6 @@
("bash-minimal" ,bash-minimal)))
(native-inputs `(("pkg-config" ,pkg-config)))
(propagated-inputs `(("python-requests" ,python-requests)
- ("python-authlib-0.14.3" ,python-authlib-0.14.3)
("python-pycryptodomex" ,python-pycryptodomex)
("python-pyyaml" ,python-pyyaml)
("python-shortuuid" ,python-shortuuid-v1)
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm
index 7d0a0b6..97628d8 100644
--- a/px/packages/python-xyz.scm
+++ b/px/packages/python-xyz.scm
@@ -288,27 +288,6 @@ module and then similar looking characters are removed.")
(description "todo.")
(license license:psfl)))
-(define-public python-authlib-0.14.3
- (package
- (name "python-authlib-0.14.3")
- (version "0.14.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "Authlib" version))
- (sha256
- (base32 "1xljzkzhhc27rbr9zj37iv7cbwf6wqgbyq9gmki3svwrks790lnc"))))
- (build-system python-build-system)
- (arguments
- `(#:tests? #f))
-
- (native-inputs `(("python-cryptography" ,python-cryptography)))
-
- (home-page "")
- (synopsis "")
- (description "todo.")
- (license license:psfl)))
-
(define-public python-requests-cache
(package
(name "python-requests-cache")