diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:19:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-24 13:33:15 +0200 |
commit | 6b5bcb4a8539448d62c2995b4c6828da0fe54615 (patch) | |
tree | d3b14b14c7aaf1b05400ddc17979557b70411d5b | |
parent | dev-python/pypy3_9: Remove old (diff) | |
download | gentoo-6b5bcb4a8539448d62c2995b4c6828da0fe54615.tar.gz gentoo-6b5bcb4a8539448d62c2995b4c6828da0fe54615.tar.bz2 gentoo-6b5bcb4a8539448d62c2995b4c6828da0fe54615.zip |
dev-python/pyqt-distutils: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pyqt-distutils/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pyqt-distutils/Manifest b/dev-python/pyqt-distutils/Manifest index 28c3bc54ffda..eb39f4c49420 100644 --- a/dev-python/pyqt-distutils/Manifest +++ b/dev-python/pyqt-distutils/Manifest @@ -1,2 +1 @@ -DIST pyqt-distutils-0.7.3.gh.tar.gz 16628 BLAKE2B 0d9d7f951890c00efd95bf3caef8c8964d02f3097840f84006a8d9523c0ad9b78dbb5f46c4d752945074ba971c92e81e81be0345b7a8c807932e7157ecd00e03 SHA512 450569be205aa0de792c3f2d8c43e26eb6fed1088b241291347ae14d2343b61517bd7547f741bd62bb9e1bfb92077d1ae5c64b871c39d59a67ca82172ac1c598 DIST pyqt_distutils-0.7.3.gh.tar.gz 16628 BLAKE2B 0d9d7f951890c00efd95bf3caef8c8964d02f3097840f84006a8d9523c0ad9b78dbb5f46c4d752945074ba971c92e81e81be0345b7a8c807932e7157ecd00e03 SHA512 450569be205aa0de792c3f2d8c43e26eb6fed1088b241291347ae14d2343b61517bd7547f741bd62bb9e1bfb92077d1ae5c64b871c39d59a67ca82172ac1c598 diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild deleted file mode 100644 index 6a8d7c24a7b1..000000000000 --- a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -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" -SRC_URI="https://github.com/ColinDuquesnoy/pyqt_distutils/archive/${PV}.tar.gz -> ${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 |