gnu: python-six-bootstrap: Deprecate in favor of python-six.

* gnu/packages/python-build.scm (python-six-bootstrap): Deprecate variable.

Change-Id: If55687c028da97173c3d79cfc79be7cdc246041c
This commit is contained in:
Sharlatan Hellseher 2026-01-23 12:09:22 +00:00
parent 228d45f568
commit 537dd31d2f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1307,7 +1307,8 @@ Six supports every Python version since 2.5. It is contained in only one
Python file, so it can be easily copied into your project.")
(license license:x11)))
(define-public python-six-bootstrap python-six)
;; XXX: Deprecated on <2026-01-23>.
(define-deprecated/public-alias python-six-bootstrap python-six)
(define-public python-editables
(package