summaryrefslogtreecommitdiff
path: root/dev-python/python-zipstream
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-27 13:58:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-27 13:58:28 +0000
commit8eccda982236f2cfe9188bdcaffd9168134f39a9 (patch)
treea2f9e1db038cdb1c9ae55a8ead0f9020b072d627 /dev-python/python-zipstream
parentf2299aed04cae8310f7fce0be5396370e346d966 (diff)
gentoo auto-resync : 27:01:2023 - 13:58:28
Diffstat (limited to 'dev-python/python-zipstream')
-rw-r--r--dev-python/python-zipstream/Manifest3
-rw-r--r--dev-python/python-zipstream/metadata.xml12
-rw-r--r--dev-python/python-zipstream/python-zipstream-1.1.4.ebuild18
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/python-zipstream/Manifest b/dev-python/python-zipstream/Manifest
deleted file mode 100644
index bef03b8e65e6..000000000000
--- a/dev-python/python-zipstream/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-zipstream-1.1.4.tar.gz 21376 BLAKE2B 84b022f93dedfb46da911c3ed800c3a6eb3685bf9c6180b9aac5d4d085748216f53759f83a085fa57f245033281aa4be1578b4051e8a855bcd2300aed7820460 SHA512 722c1d7db91dc47064fc51f1182417f46923b8f42a56e854f1fa125eaccfc7f86d3deab71709226a798a1caf5a84a8a7fa7d3564065ab91afbad434ed787ce32
-EBUILD python-zipstream-1.1.4.ebuild 424 BLAKE2B 5ab578525c88decd1846457e463209b6777b0115f0da1e4a427f8b99a211afd49b16e440e134afb6d719baa390b8bd887e626ada01b4610d2efa67e3466b10a7 SHA512 7dbc40dee0e0a666732c4ef68e7c0e367d3ff4d5697709af7912bbd5a9244d43db03d32516b3ffe8461198ad6c013af829e908563062d4360211c7240127de70
-MISC metadata.xml 429 BLAKE2B 127c10fc0b3547def46d36155735e2bff0d8b0e2b1c0d51711a176713c1d7395338129a1135094ce14270af84948c5a6a735306564123ad46c58a2af13d961ed SHA512 d95004eb62e6d2c23f5b719b98e42e6dca325f0859d920365064d7560467fe61f0904849298babab9c15a583e9732d2736c40f165b19c737b44e4e468b260d99
diff --git a/dev-python/python-zipstream/metadata.xml b/dev-python/python-zipstream/metadata.xml
deleted file mode 100644
index 3446665906e7..000000000000
--- a/dev-python/python-zipstream/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">allanlei/python-zipstream</remote-id>
- <remote-id type="pypi">zipstream</remote-id>
- <bugs-to>https://github.com/allanlei/python-zipstream/issues</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild b/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
deleted file mode 100644
index f6fcf1d2987a..000000000000
--- a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A zip archive generator"
-HOMEPAGE="https://github.com/allanlei/python-zipstream"
-SRC_URI="https://github.com/allanlei/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests nose