~ruther/guix-local

73e653f8697d89ecc95799aa65ba376549da4152 — Nicolas Graves 1 year, 12 days ago 8dfceb1
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>
1 files changed, 3 insertions(+), 5 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -5
@@ 23856,11 23856,9 @@ etc.")
       (uri (pypi-uri "entrypoint2" version))
       (sha256
        (base32 "1qyxq54r2fbh09ab5sffbxajy8arbk6czxz5lq3ccr9qrypw6w27"))))
    (build-system python-build-system)
    (arguments
     `(#:test-target "pytest"))
    (native-inputs
     (list python-easyprocess python-pytest python-pytest-runner))
    (build-system pyproject-build-system)
    (native-inputs (list python-easyprocess python-pytest python-pytest-runner
                         python-setuptools python-wheel))
    (home-page "https://github.com/ponty/entrypoint2")
    (synopsis "Command-line interface for Python modules")
    (description