commit: 91dff12aa1b42232dca77d0113573a3aac5750d5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 16:04:10 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 16:35:46 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91dff12a
dev-python/zipstream-ng: drop 1.8.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/zipstream-ng/Manifest | 1 -
dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-python/zipstream-ng/Manifest b/dev-python/zipstream-ng/Manifest
index 7a9a998534a1..4743d7c81858 100644
--- a/dev-python/zipstream-ng/Manifest
+++ b/dev-python/zipstream-ng/Manifest
@@ -1,2 +1 @@
-DIST zipstream_ng-1.8.0.tar.gz 35887 BLAKE2B
554a16922a7f12d50deec50eabfcbc282eb20d7333c0a17e184a0f1cdc3cd07c7503c381550a96fd5d64e801a0f72e706ea791f08597793d8833a38d09baea37
SHA512
87f5ac8fb099f3faa142408a1d76521f1b4c90ded98fcd319ebe4b128cdfb0f34a41c8642c77f0420ea08d38d8c544f4406bbfc946459cd198c8fa5448964636
DIST zipstream_ng-1.9.0.tar.gz 37963 BLAKE2B
a3a7cd9fa3df73480efb7970b56dd06040f0327faf2e9faff38837a790b8b548d3bfb3da15911b3e4307f7bf81d7460a2c87028e2f8b860240a61d610fbd96a0
SHA512
8ec1d0493056a857d6240b1039093e7075e72f9f855eae97a41345558183aa9ce8fffe8c90c4f021451dacf4ba6b93b87303e58313c8f09b1014542016864091
diff --git a/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
b/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
deleted file mode 100644
index 745b9e695fee..000000000000
--- a/dev-python/zipstream-ng/zipstream-ng-1.8.0.ebuild
+++ /dev/null
@@ -1,21 +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"
-
-distutils_enable_tests pytest