me
/
guix
Archived
1
0
Fork 0

gnu: Add python-distlib/next.

* gnu/packages/python-xyz.scm (python-distlib/next): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Tanguy Le Carrour 2020-11-30 10:48:58 +01:00 committed by Nicolas Goaziou
parent 71b15b4874
commit e61cdf8733
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 13 additions and 0 deletions

View File

@ -5641,6 +5641,19 @@ relate to packaging and distribution of Python software. It is intended to be
used as the basis for third-party packaging tools.")
(license license:psfl)))
;; TODO: Merge with 'python-distlib' on the next rebuild cycle.
(define-public python-distlib/next
(package
(inherit python-distlib)
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "distlib" version ".zip"))
(sha256
(base32
"1wdzv7fsjhrkhh1wfkarlhcwa8m00mgcpdsvknmf2qy8f9l13xpd"))))))
(define-public python-distutils-extra
(package
(name "python-distutils-extra")