me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-entrypoints.

* gnu/packages/python-xyz.scm (python2-entrypoints): Delete variable.
Maxim Cournoyer 2022-04-29 23:46:12 -04:00
parent 0d74e94f10
commit c75c1e811e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 9 deletions

View File

@ -13250,15 +13250,7 @@ objects with some common interface. The most common examples are
@code{console_scripts} entry points, which define shell commands by
identifying a Python function to run. The @code{entrypoints} module contains
functions to find and load entry points.")
(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))))
(license license:expat)))
(define-public python-epc
(package