summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-26 00:07:30 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-26 00:07:30 +0200
commitc6cb7df01eb9846c0678733359c7e964904c8462 (patch)
treed9845f26a1ed940ef367385ed56d90333d21bb7b /dev-python/pockets
parentdev-python/phonenumbers: Remove old (diff)
downloadgentoo-c6cb7df01eb9846c0678733359c7e964904c8462.tar.gz
gentoo-c6cb7df01eb9846c0678733359c7e964904c8462.tar.bz2
gentoo-c6cb7df01eb9846c0678733359c7e964904c8462.zip
dev-python/pockets: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pockets')
-rw-r--r--dev-python/pockets/Manifest1
-rw-r--r--dev-python/pockets/pockets-0.9.1-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/pockets/Manifest b/dev-python/pockets/Manifest
index c7365505cc16..5d153d1c38f4 100644
--- a/dev-python/pockets/Manifest
+++ b/dev-python/pockets/Manifest
@@ -1,2 +1 @@
DIST pockets-0.9.1.gh.tar.gz 42077 BLAKE2B 0cdc5a63389b7c01df9a2e63fc1e18edfb8471da8084832b3381141459932146fd46e2e1cf8f87fbf33fea8204a46596566be62ca6c5780985f0d7bd18d5d3e3 SHA512 a24418759bc133a0c62cf0a606a851d00cf1bd280c731065b92fb96a5274a45bc2266a4e1fec3db929aacec5baab774667052e7b732a53c4c4a217663c02ec7b
-DIST pockets-0.9.1.tar.gz 24993 BLAKE2B 9962655f755bb96853f1b4450f2bdcbd111ba945dc3a5cdaad84bb43a84150e7384ecb3c5758274b9cf578adc1c8991c163c56f72a00a00bf8fed634397e02af SHA512 436f2fd8cfb9c5612733b1163d381f52c28b8749de28f5e0de609d012ccfc10ad77a31851d3e1010feef5b517f287f1e5c7fc4b447e7b080e5536fdaf8d2e9d6
diff --git a/dev-python/pockets/pockets-0.9.1-r1.ebuild b/dev-python/pockets/pockets-0.9.1-r1.ebuild
deleted file mode 100644
index 4abde4b91189..000000000000
--- a/dev-python/pockets/pockets-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of helpful Python tools"
-HOMEPAGE="https://pypi.org/project/pockets/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
- sed -i -e 's/description-file/description_file/g' "${S}/setup.cfg" ||die
- default
-}