mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-entrypoint2.
* gnu/packages/python-xyz.scm (python-entrypoint2): New variable.
This commit is contained in:
parent
570a4c77f8
commit
2137cc44ba
1 changed files with 25 additions and 0 deletions
|
@ -15197,6 +15197,31 @@ etc.")
|
||||||
"@code{easyprocess} is an easy to use Python subprocess interface.")
|
"@code{easyprocess} is an easy to use Python subprocess interface.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-entrypoint2
|
||||||
|
(package
|
||||||
|
(name "python-entrypoint2")
|
||||||
|
(version "0.2.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "entrypoint2" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1qyxq54r2fbh09ab5sffbxajy8arbk6czxz5lq3ccr9qrypw6w27"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:test-target "pytest"))
|
||||||
|
(native-inputs
|
||||||
|
`(("python-easyprocess" ,python-easyprocess)
|
||||||
|
("python-pytest" ,python-pytest)
|
||||||
|
("python-pytest-runner" ,python-pytest-runner)))
|
||||||
|
(home-page "https://github.com/ponty/entrypoint2")
|
||||||
|
(synopsis "Command-line interface for Python modules")
|
||||||
|
(description
|
||||||
|
"@code{entrypoint2} is an easy to use command-line interface for Python
|
||||||
|
modules based on @code{argparse}. It translates function signature and
|
||||||
|
documentation to argparse configuration.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-stem
|
(define-public python-stem
|
||||||
(package
|
(package
|
||||||
(name "python-stem")
|
(name "python-stem")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue