summaryrefslogtreecommitdiff
path: root/dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-12-15 21:14:02 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-12-15 21:14:02 +0200
commitbe2a6fc5a2e6326f7d74f160d1fff1fad611c32e (patch)
treebf8fc32cdf41de287501d2478f6d534acdb5a2d4 /dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild
parente0ef2903a97937f25a19fa71dfc70d46443991ab (diff)
downloadgentoo-be2a6fc5a2e6326f7d74f160d1fff1fad611c32e.tar.gz
gentoo-be2a6fc5a2e6326f7d74f160d1fff1fad611c32e.tar.bz2
gentoo-be2a6fc5a2e6326f7d74f160d1fff1fad611c32e.zip
dev-python/pyqt-distutils: treeclean
Closes: https://bugs.gentoo.org/916968 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild')
-rw-r--r--dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild
deleted file mode 100644
index f827f8f052b6..000000000000
--- a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="distutils extension to work with PyQt applications and UI files"
-HOMEPAGE="
- https://github.com/ColinDuquesnoy/pyqt_distutils/
- https://pypi.org/project/pyqt-distutils/
-"
-SRC_URI="
- https://github.com/ColinDuquesnoy/pyqt_distutils/archive/${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/docopt[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest