mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-entrypoint2: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-entrypoint2) [build-system]: Switch to pyproject-build-system. [arguments]: Remove it. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Icf0ddfad1edd2b58f39c43cb681bd7f03c357610 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8dfceb1de6
commit
73e653f869
1 changed files with 3 additions and 5 deletions
|
@ -23856,11 +23856,9 @@ etc.")
|
||||||
(uri (pypi-uri "entrypoint2" version))
|
(uri (pypi-uri "entrypoint2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qyxq54r2fbh09ab5sffbxajy8arbk6czxz5lq3ccr9qrypw6w27"))))
|
(base32 "1qyxq54r2fbh09ab5sffbxajy8arbk6czxz5lq3ccr9qrypw6w27"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(native-inputs (list python-easyprocess python-pytest python-pytest-runner
|
||||||
`(#:test-target "pytest"))
|
python-setuptools python-wheel))
|
||||||
(native-inputs
|
|
||||||
(list python-easyprocess python-pytest python-pytest-runner))
|
|
||||||
(home-page "https://github.com/ponty/entrypoint2")
|
(home-page "https://github.com/ponty/entrypoint2")
|
||||||
(synopsis "Command-line interface for Python modules")
|
(synopsis "Command-line interface for Python modules")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue