mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Remove python2-entrypoints.
* gnu/packages/python-xyz.scm (python2-entrypoints): Delete variable.
This commit is contained in:
parent
0d74e94f10
commit
c75c1e811e
1 changed files with 1 additions and 9 deletions
|
@ -13250,15 +13250,7 @@ (define-public python-entrypoints
|
||||||
@code{console_scripts} entry points, which define shell commands by
|
@code{console_scripts} entry points, which define shell commands by
|
||||||
identifying a Python function to run. The @code{entrypoints} module contains
|
identifying a Python function to run. The @code{entrypoints} module contains
|
||||||
functions to find and load entry points.")
|
functions to find and load entry points.")
|
||||||
(license license:expat)
|
(license license:expat)))
|
||||||
(properties `((python2-variant . ,(delay python2-entrypoints))))))
|
|
||||||
|
|
||||||
(define-public python2-entrypoints
|
|
||||||
(package
|
|
||||||
(inherit (package-with-python2
|
|
||||||
(strip-python2-variant python-entrypoints)))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python2-configparser))))
|
|
||||||
|
|
||||||
(define-public python-epc
|
(define-public python-epc
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue