~ruther/guix-local

5024471e4c3a26afdc33dd534128277b85178cd9 — Sharlatan Hellseher 6 months ago e3f81f5
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
1 files changed, 2 insertions(+), 10 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -10
@@ 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