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:
Nicolas Graves 2025-06-17 00:49:41 +02:00 committed by Sharlatan Hellseher
parent 8dfceb1de6
commit 73e653f869
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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