diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2021-04-11 19:15:20 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2021-04-11 19:15:20 +0200 |
commit | 6c15d229e836261b69c4e5a86ae19c14dbd79d4f (patch) | |
tree | 99e063ea9dc858c74ea5d5e395759a7e94791e62 /dev-python/pockets | |
parent | net-analyzer/carl: Clean up old rev (diff) | |
download | gentoo-6c15d229e836261b69c4e5a86ae19c14dbd79d4f.tar.gz gentoo-6c15d229e836261b69c4e5a86ae19c14dbd79d4f.tar.bz2 gentoo-6c15d229e836261b69c4e5a86ae19c14dbd79d4f.zip |
dev-python/pockets: Clean out old -r0
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
Diffstat (limited to 'dev-python/pockets')
-rw-r--r-- | dev-python/pockets/pockets-0.9.1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pockets/pockets-0.9.1.ebuild b/dev-python/pockets/pockets-0.9.1.ebuild deleted file mode 100644 index 154e2537b023..000000000000 --- a/dev-python/pockets/pockets-0.9.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_7 python3_8 ) - -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}] -" |