diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-06 14:36:05 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-06 17:56:29 +0100 |
| commit | df4580275652b7cc791be4ca6dc4c44988ff930d (patch) | |
| tree | 1da4e7344c2d435c94f8d5b14e09a02bc976efea /gnu | |
| parent | 0e193bdc6032c26ce5820faf4785a328fd0d887b (diff) | |
gnu: python-azure-storage-nspkg: Switch to pyproject.
* gnu/packages/python-web.scm (python-azure-storage-nspkg):
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: No tests in PyPI archive.
[native-inputs]: Add python-pytest, python-setuptools-next.
Change-Id: Ia2eb1da9429036aaf58661e2e3999ad292a60c1e
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index aa1b7986e7e..e6d884b75fc 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9987,11 +9987,12 @@ SOCKS5(h), HTTP tunnel).") (method url-fetch) (uri (pypi-uri "azure-storage-nspkg" version)) (sha256 - (base32 - "049qcmgshz7dj9yaqma0fwcgbxwddgwyfcw4gmv45xfmaa3bwfvg")))) - (build-system python-build-system) - (propagated-inputs - (list python-azure-nspkg)) + (base32 "049qcmgshz7dj9yaqma0fwcgbxwddgwyfcw4gmv45xfmaa3bwfvg")))) + (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ;no tests in PyPI archive + (native-inputs (list python-setuptools-next)) + (propagated-inputs (list python-azure-nspkg)) (home-page "https://github.com/Azure/azure-storage-python") (synopsis "Microsoft Azure Storage Namespace package") (description |
