diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:39:55 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:39:55 +0000 |
commit | e145885102f6ca92055d5a0fcf91da10b4aecb3b (patch) | |
tree | 7cdeadcf0b016952d83dcae684249d0048b2a9ad /px/packages/python-xyz.scm | |
parent | 1c9b7faeecd917b482ca6a2eecf46531cac47ca4 (diff) |
px: Remove python-pyyaml-v5.3.1
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 baf1716..f078f9c 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -330,27 +330,6 @@ and URL-safe UUIDs. UUIDs are generated using the built-in Python @code{uuid} module and then similar looking characters are removed.") (license license:bsd-3))) -(define-public python-pyyaml-v5.3.1 - (package - (name "python-pyyaml-v5.3.1") - (version "5.3.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "PyYAML" version)) - (sha256 - (base32 "0pb4zvkfxfijkpgd1b86xjsqql97ssf1knbd1v53wkg1qm9cgsmq")))) - (build-system python-build-system) - (inputs `(("libyaml" ,libyaml))) - (home-page "https://pyyaml.org") - (synopsis "YAML parser and emitter for Python") - (description - "PyYAML is a YAML parser and emitter for Python. PyYAML features a -complete YAML 1.1 parser, Unicode support, pickle support, capable extension -API, and sensible error messages. PyYAML supports standard YAML tags and -provides Python-specific tags that represent an arbitrary Python object.") - (license license:expat))) - (define-public python-jose-3.1.0 (package (name "python-jose-3.1.0") |