diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-29 21:20:33 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-29 21:20:44 +0000 |
| commit | 5024471e4c3a26afdc33dd534128277b85178cd9 (patch) | |
| tree | c2f3086aafb7164ee4fbb6526a509b5efb4b4501 /gnu/packages/python-xyz.scm | |
| parent | e3f81f5955b1c043cefb1a383bdd6be4e7c131e9 (diff) | |
gnu: python-schema-0.5: Deprecate in favor of python-schema.
There is no any users in Guix main channel, keeping the symbol for one
month.
* gnu/packages/python-xyz.scm (python-schema-0.5): Deprecate variable.
Change-Id: I099b91df49448eae5f38b066eca0ae6f61f80a5c
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3905d6806ce..61e092a72f2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7935,16 +7935,8 @@ services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types.") (license license:psfl))) -(define-public python-schema-0.5 - (package (inherit python-schema) - (version "0.5.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "schema" version)) - (sha256 - (base32 - "10zqvpaky51kgb8nd42bk7jwl8cn2zvayxjpdc1wwmpybj92x67s")))))) +;; It may be removed after 2025-11-29. +(define-deprecated/public-alias python-schema-0.5 python-schema) (define-public python-kitchen (package |
