commit: 556bd5e21823573c1a0e2fee0353697e2e5162cc Author: VasilyLebedev <vasily.lebedev <AT> ul <DOT> ie> AuthorDate: Sat Aug 29 16:56:04 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 4 21:11:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556bd5e2
dev-python/pyqt-distutils: cleanup old 0.3.0 Signed-off-by: Vasily A. Lebedev <lebedev.vasya <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> .../pyqt-distutils/pyqt-distutils-0.3.0.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild deleted file mode 100644 index c83838844b8..00000000000 --- a/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="distutils extension to work with PyQt applications and UI files" -HOMEPAGE="https://github.com/ColinDuquesnoy/pyqt_distutils" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -RDEPEND=" - ${DEPEND} - dev-python/docopt[${PYTHON_USEDEP}] -"
