From a122e90f78b1d937ebe14f74bf5824a1684c3a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 19 Jun 2026 10:59:56 +0200 Subject: [PATCH] dev-python/zipstream-ng: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/zipstream-ng/Manifest | 1 - .../zipstream-ng/zipstream-ng-1.9.0.ebuild | 22 ------------------- 2 files changed, 23 deletions(-) delete mode 100644 dev-python/zipstream-ng/zipstream-ng-1.9.0.ebuild diff --git a/dev-python/zipstream-ng/Manifest b/dev-python/zipstream-ng/Manifest index 5c18f53115317..b63203316f8f5 100644 --- a/dev-python/zipstream-ng/Manifest +++ b/dev-python/zipstream-ng/Manifest @@ -1,2 +1 @@ -DIST zipstream_ng-1.9.0.tar.gz 37963 BLAKE2B a3a7cd9fa3df73480efb7970b56dd06040f0327faf2e9faff38837a790b8b548d3bfb3da15911b3e4307f7bf81d7460a2c87028e2f8b860240a61d610fbd96a0 SHA512 8ec1d0493056a857d6240b1039093e7075e72f9f855eae97a41345558183aa9ce8fffe8c90c4f021451dacf4ba6b93b87303e58313c8f09b1014542016864091 DIST zipstream_ng-1.9.2.tar.gz 32446 BLAKE2B db404efb667e87a7b5fb3856e683aa20a2ea07adb23992d8a67298cbaa5775f36412b586981e20b2b8aad07c5c6623a7078602c2d8d4e8bf6641c1a32ebe9955 SHA512 d0ad0dc5c3a139f7547be1668f1cac2006bca2f6e2841405bc1f4e819487122bbb84000d1abe641d2791b5a4a7ccaddcce7a0efa0777d89d4151df32b4bbdbe6 diff --git a/dev-python/zipstream-ng/zipstream-ng-1.9.0.ebuild b/dev-python/zipstream-ng/zipstream-ng-1.9.0.ebuild deleted file mode 100644 index 57ecfc3e55f3a..0000000000000 --- a/dev-python/zipstream-ng/zipstream-ng-1.9.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A modern and easy to use streamable zip file generator" -HOMEPAGE=" - https://github.com/pR0Ps/zipstream-ng/ - https://pypi.org/project/zipstream-ng/ -" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest