mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: Remove python2-functools32.
* gnu/packages/python-xyz.scm (python2-functools32): Delete variable.
This commit is contained in:
parent
fe136c39bf
commit
26d35cb40d
1 changed files with 0 additions and 23 deletions
|
@ -13975,29 +13975,6 @@ (define-public python-hissp
|
||||||
to the Python ecosystem.")
|
to the Python ecosystem.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python2-functools32
|
|
||||||
(package
|
|
||||||
(name "python2-functools32")
|
|
||||||
(version "3.2.3-2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "functools32" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:python ,python-2
|
|
||||||
#:tests? #f)) ; no test target
|
|
||||||
(home-page "https://github.com/MiCHiLU/python-functools32")
|
|
||||||
(synopsis
|
|
||||||
"Backport of the functools module from Python 3.2.3")
|
|
||||||
(description
|
|
||||||
"This package is a backport of the @code{functools} module from Python
|
|
||||||
3.2.3 for use with older versions of Python and PyPy.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public python-promise
|
(define-public python-promise
|
||||||
(package
|
(package
|
||||||
(name "python-promise")
|
(name "python-promise")
|
||||||
|
|
Loading…
Reference in a new issue