mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Remove python2-pluggy.
* gnu/packages/python-xyz.scm (python2-pluggy): Delete variable. (python2-pluggy-bootstrap): Likewise. (python-pluggy)[properties]: Delete field.
This commit is contained in:
parent
4e7d6a2dbe
commit
cdbfe93f16
1 changed files with 0 additions and 23 deletions
|
@ -14565,31 +14565,8 @@ (define-public python-pluggy
|
|||
(description "Pluggy is an extraction of the plugin manager as used by
|
||||
Pytest but stripped of Pytest specific details.")
|
||||
(home-page "https://pypi.org/project/pluggy/")
|
||||
(properties `((python2-variant . ,(delay python2-pluggy))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-pluggy
|
||||
(let ((base (package-with-python2 (strip-python2-variant
|
||||
python-pluggy))))
|
||||
(package/inherit
|
||||
base
|
||||
(propagated-inputs
|
||||
`(("python-importlib-metadata" ,python2-importlib-metadata))))))
|
||||
|
||||
;; This package requires python2-importlib-metadata, but that package
|
||||
;; ends up needing python2-pluggy via python2-pytest, so we need this
|
||||
;; variant to solve the circular dependency.
|
||||
(define-public python2-pluggy-bootstrap
|
||||
(hidden-package
|
||||
(package/inherit
|
||||
python2-pluggy
|
||||
(name "python2-pluggy-bootstrap")
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
,@(package-arguments python2-pluggy)))
|
||||
(propagated-inputs
|
||||
`(("python-importlib-metadata" ,python2-importlib-metadata-bootstrap))))))
|
||||
|
||||
(define-public python-plumbum
|
||||
(package
|
||||
(name "python-plumbum")
|
||||
|
|
Loading…
Reference in a new issue