mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
228d45f568
commit
537dd31d2f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue