mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-enum34.
This compatibility package fails to build and has no users in Guix. * gnu/packages/python-xyz.scm (python-enum34): Remove variable.
This commit is contained in:
parent
38f8008359
commit
868325560e
1 changed files with 0 additions and 19 deletions
|
@ -3140,25 +3140,6 @@ system is highly configurable via command line options and embedded
|
||||||
commands.")
|
commands.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public python-enum34
|
|
||||||
(package
|
|
||||||
(name "python-enum34")
|
|
||||||
(version "1.1.6")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "enum34" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(home-page "https://pypi.org/project/enum34/")
|
|
||||||
(synopsis "Backported Python 3.4 Enum")
|
|
||||||
(description
|
|
||||||
"Enum34 is the new Python stdlib enum module available in Python 3.4
|
|
||||||
backported for previous versions of Python from 2.4 to 3.3.")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public python-parse-type
|
(define-public python-parse-type
|
||||||
(package
|
(package
|
||||||
(name "python-parse-type")
|
(name "python-parse-type")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue