mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: Remove python2-enum.
* gnu/packages/python-xyz.scm (python2-enum): Delete variable.
This commit is contained in:
parent
66fc746068
commit
c3f1148cf2
1 changed files with 0 additions and 22 deletions
|
@ -3016,28 +3016,6 @@ (define-public python2-pybugz
|
||||||
(home-page "http://www.liquidx.net/pybugz/")
|
(home-page "http://www.liquidx.net/pybugz/")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public python2-enum
|
|
||||||
(package
|
|
||||||
(name "python2-enum")
|
|
||||||
(version "0.4.6")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "enum" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"13lk3yrwj42vl30kw3c194f739nrfrdg64s6i0v2p636n4k8brsl"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:python ,python-2))
|
|
||||||
(home-page "https://pypi.org/project/enum/")
|
|
||||||
(synopsis "Robust enumerated type support in Python")
|
|
||||||
(description
|
|
||||||
"This provides a module for robust enumerations in Python. It has
|
|
||||||
been superseded by the Python standard library and is provided only for
|
|
||||||
compatibility.")
|
|
||||||
;; Choice of either license.
|
|
||||||
(license (list license:gpl3+ license:psfl))))
|
|
||||||
|
|
||||||
(define-public python-enum34
|
(define-public python-enum34
|
||||||
(package
|
(package
|
||||||
(name "python-enum34")
|
(name "python-enum34")
|
||||||
|
|
Loading…
Reference in a new issue