mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Remove python2-contextlib2.
* gnu/packages/python-xyz.scm (python2-contextlib2): Delete variable. (python2-contextlib2-bootstrap): Likewise.
This commit is contained in:
parent
405a7b3f47
commit
dd915ae369
1 changed files with 0 additions and 26 deletions
|
@ -13656,34 +13656,8 @@ (define-public python-contextlib2
|
|||
provides utilities for common tasks involving decorators and context
|
||||
managers. It also contains additional features that are not part of
|
||||
the standard library.")
|
||||
(properties `((python2-variant . ,(delay python2-contextlib2))))
|
||||
(license license:psfl)))
|
||||
|
||||
(define-public python2-contextlib2
|
||||
(let ((base (package-with-python2
|
||||
(strip-python2-variant python-contextlib2))))
|
||||
(package/inherit base
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments base)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(replace 'check
|
||||
(lambda _ (invoke "python" "test_contextlib2.py" "-v")))))))
|
||||
(native-inputs
|
||||
`(("python2-unittest2" ,python2-unittest2))))))
|
||||
|
||||
;; This package is used by python2-pytest via python2-importlib-metadata,
|
||||
;; and thus can not depend on python-unittest2 (which depends on pytest).
|
||||
(define-public python2-contextlib2-bootstrap
|
||||
(hidden-package
|
||||
(package/inherit
|
||||
python2-contextlib2
|
||||
(name "python2-contextlib2-bootstrap")
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
,@(package-arguments python2-contextlib2)))
|
||||
(native-inputs '()))))
|
||||
|
||||
(define-public python-texttable
|
||||
(package
|
||||
(name "python-texttable")
|
||||
|
|
Loading…
Reference in a new issue