commit: 6c15d229e836261b69c4e5a86ae19c14dbd79d4f Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Sun Apr 11 17:15:20 2021 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Sun Apr 11 17:15:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c15d229
dev-python/pockets: Clean out old -r0 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org> dev-python/pockets/pockets-0.9.1.ebuild | 21 --------------------- 1 file changed, 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 154e2537b02..00000000000 --- 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}] -"
