From 47948f47f9674adec5dd2a950c4d197c48cb4e9c Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sat, 28 Jun 2025 00:12:07 -0300 Subject: [PATCH] gnu: python-zipfly: Use pyproject-build-system. * gnu/packages/python-xyz.scm (python-zipfly)[build-system]: Use pyproject-build-system. [arguments]: Add '#:tests? #f'. [native-inputs]: Add python-setuptools, python-wheel. [home-page]: Use HTTPS. Change-Id: I2df22c529ce6b43399eaeb63f6072dbe826f3052 --- gnu/packages/python-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 84b4d3067450cff81929bce83f1b700971a4bdb2..acd57d35b98445f197ba27f7289eff342d320939 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16058,8 +16058,11 @@ command pipeline functionality.") (sha256 (base32 "1h7g922a8lsqd69j8blgcgg0lcd8kz51b2p4glfqmgx4vi1nkick")))) - (build-system python-build-system) - (home-page "http://github.com/sandes/zipfly") + (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ; no tests + (native-inputs (list python-setuptools python-wheel)) + (home-page "https://github.com/sandes/zipfly") (synopsis "Zip archive generator") (description "ZipFly is a zip archive generator. It was created to generate very large zip archives for immediate sending out to clients, or