From abd9473bf18fb4164dadd7239860864b2bb2ff43 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 1 Oct 2025 22:14:05 +0100 Subject: [PATCH] gnu: python-zipstream-new: Switch to pyproject. * gnu/packages/python-xyz.scm (python-zipstream-new)[build-system]: Switch to pyproject-build-system. [arguments] : Use 'unittest. [native-inputs]: Remove python-nose; add python-setuptools. Change-Id: If57ae0a3fc203e76335c2da2d7718c6f9f81e3f9 --- gnu/packages/python-xyz.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 97eae1cf623081500a9c2b0a5db33e3014ea38f8..a56da520c23e249694216864e08c3fbd7f8affce 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16752,9 +16752,10 @@ for writing large zip archives without memory inflation.") (file-name (git-file-name name version)) (sha256 (base32 "14vhgg8mcjqi8cpzrw8qzbij2fr2a63l2a8fhil21k2r8vzv92cv")))) - (build-system python-build-system) - (native-inputs - (list python-nose)) + (build-system pyproject-build-system) + (arguments + (list #:test-backend #~'unittest)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/arjan-s/python-zipstream") (synopsis "Zipfile generator that takes input files as well as streams") (description "@code{zipstream.py} is a zip archive generator based on