mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-decorator.
* gnu/packages/python-xyz.scm (python2-decorator): Delete variable.
This commit is contained in:
parent
191207aae2
commit
2d9550cf6a
1 changed files with 1 additions and 14 deletions
|
@ -7661,21 +7661,8 @@ (define-public python-decorator
|
||||||
for the average programmer, and to popularize decorators usage giving examples
|
for the average programmer, and to popularize decorators usage giving examples
|
||||||
of useful decorators, such as memoize, tracing, redirecting_stdout, locked,
|
of useful decorators, such as memoize, tracing, redirecting_stdout, locked,
|
||||||
etc. The core of this module is a decorator factory.")
|
etc. The core of this module is a decorator factory.")
|
||||||
(license license:expat)
|
(license license:expat)))
|
||||||
(properties `((python2-variant . ,(delay python2-decorator))))))
|
|
||||||
|
|
||||||
;; Version 5 does not support Python 2
|
|
||||||
(define-public python2-decorator
|
|
||||||
(package
|
|
||||||
(inherit (package-with-python2
|
|
||||||
(strip-python2-variant python-decorator)))
|
|
||||||
(version "4.3.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "decorator" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0308djallnh00v112y5b7nadl657ysmkp6vc8xn51d6yzc9zm7n3"))))))
|
|
||||||
|
|
||||||
(define-public python-drmaa
|
(define-public python-drmaa
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue