mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00: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:
committed by
Andreas Enge
parent
1bf91ac505
commit
ad29457fc0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user