mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-12 16:10:39 +02:00
gnu: python-globber: Switch to pyproject.
* gnu/packages/python-xyz.scm (python-globber): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: Ifcde6333973d4769574174c291b1876ecc2fdae6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
e4fd402e36
commit
051252201f
@@ -27340,9 +27340,9 @@ Features include, but are not limited to:
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"055xf7ja7zjhxis0ab5fnfsx16fsvr5fvc6mixqybanwxh8sgfjk"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "055xf7ja7zjhxis0ab5fnfsx16fsvr5fvc6mixqybanwxh8sgfjk"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest python-setuptools))
|
||||
(home-page "https://github.com/asharov/globber")
|
||||
(synopsis "Library for string matching with glob patterns")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user