diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-28 21:52:13 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-31 17:11:49 +0000 |
| commit | e5b8f6d0b54616051407b6855c511deb02234f22 (patch) | |
| tree | a28a9c95719e944ca65b6a3b8172744ac77bf2f6 | |
| parent | 9c9aeeb33c8819389e84db6803c6998326b41074 (diff) | |
gnu: python-sparqlwrapper: Switch to pyproject.
* gnu/packages/rdf.scm (python-sparqlwrapper):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: I75045b9a6059a0c3af5d122bbfe6019866338caa
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/rdf.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 5cb3eda4c9f..7b746306fab 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm | |||
| @@ -521,9 +521,11 @@ Graph.") | |||
| 521 | (sha256 | 521 | (sha256 |
| 522 | (base32 | 522 | (base32 |
| 523 | "1b4vg754kcxvinwdv7pjfmwbnmgm50w8mb2naf2lwp27bpyllvkb")))) | 523 | "1b4vg754kcxvinwdv7pjfmwbnmgm50w8mb2naf2lwp27bpyllvkb")))) |
| 524 | (build-system python-build-system) | 524 | (build-system pyproject-build-system) |
| 525 | (arguments | 525 | (arguments |
| 526 | '(#:tests? #f)) ; The test suite simply queries external HTTP endpoints. | 526 | ;; The test suite simply queries external HTTP endpoints. |
| 527 | (list #:tests? #f)) | ||
| 528 | (native-inputs (list python-setuptools)) | ||
| 527 | (propagated-inputs (list python-rdflib)) | 529 | (propagated-inputs (list python-rdflib)) |
| 528 | (home-page "https://rdflib.dev/sparqlwrapper/") | 530 | (home-page "https://rdflib.dev/sparqlwrapper/") |
| 529 | (synopsis "SPARQL Endpoint interface to Python") | 531 | (synopsis "SPARQL Endpoint interface to Python") |
