diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:52:52 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:52:52 +0000 |
commit | f0665b575f9aeef97c095fa69d070d82b04ff67b (patch) | |
tree | 77273095404ec2dbd321d666b9d210a8646f793a /px/packages/python-xyz.scm | |
parent | 5d3601176605a4ad1fab27059c7ce724203983a4 (diff) |
px: Remove python-authlib-0.14.3
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 21 |
1 files changed, 0 insertions, 21 deletions
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") |