summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasilyLebedev <vasily.lebedev@ul.ie>2020-08-29 16:56:04 +0000
committerSam James <sam@gentoo.org>2020-09-04 21:11:01 +0000
commit556bd5e21823573c1a0e2fee0353697e2e5162cc (patch)
tree6f036755a41ead7ec82a45b33bc4e8cafb4ff04c
parentdev-python/python-daemon-2.2.4: Bump, add new python impls (diff)
downloadgentoo-556bd5e2.tar.gz
gentoo-556bd5e2.tar.bz2
gentoo-556bd5e2.zip
dev-python/pyqt-distutils: cleanup old 0.3.0
Signed-off-by: Vasily A. Lebedev <lebedev.vasya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild25
1 files changed, 0 insertions, 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 c83838844b80..000000000000
--- 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}]
-"