diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-24 14:46:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-24 14:46:09 +0200 |
commit | a67b968847a794e1005b1d6da9a5ea915fc9edd6 (patch) | |
tree | dc42215e4517e839934efab3b25ea761e28bec80 /dev-python/PyQt5-sip | |
parent | dev-python/pypy3_10-exe-bin: Remove old (diff) | |
download | gentoo-a67b968847a794e1005b1d6da9a5ea915fc9edd6.tar.gz gentoo-a67b968847a794e1005b1d6da9a5ea915fc9edd6.tar.bz2 gentoo-a67b968847a794e1005b1d6da9a5ea915fc9edd6.zip |
dev-python/PyQt5-sip: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5-sip')
-rw-r--r-- | dev-python/PyQt5-sip/Manifest | 1 | ||||
-rw-r--r-- | dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest index 01092db45fb2..e2961212b399 100644 --- a/dev-python/PyQt5-sip/Manifest +++ b/dev-python/PyQt5-sip/Manifest @@ -1,2 +1 @@ -DIST PyQt5_sip-12.12.1.tar.gz 122905 BLAKE2B b2feb1eb13553cf016d31efaebc6b128ba3f8f664152de847218f639e492d1b0d0d9d0d5e92f6591011388eff8f6815e7d6e9e78b17d954b38358781db5d0265 SHA512 683e7164a55070d3473a5b7f1a6b2aa6a42ca78b97f78d5f6b9dc55fc8a0007993e74762766838bb42a097e924bfa00c1fc112db1d98ad2c55c97165d5eeac78 DIST PyQt5_sip-12.12.2.tar.gz 123020 BLAKE2B 73e0209c0e780087443f761c5c8d0b80745f836b1077ca9197ae35313e4b633421c41280320c1862c78229ff4c94100b740200402853ea8ca47b26744709bb5d SHA512 62435e6fa409a817ad7648103ce1574747ed878da3859981517d3c3fb9b918802cbf14989daae4a0d44a3fbccef44cf674f4d108f5d6eade1d1d8a3ec8d82982 diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild deleted file mode 100644 index c18c7e8c8b47..000000000000 --- a/dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN=${PN/-/_} -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="sip extension module for PyQt5" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/PyQt5-sip/" - -if [[ ${PV} == *_pre* ]]; then - MY_P=${PYPI_PN}-${PV/_pre/.dev} - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" - S="${WORKDIR}/${MY_P}" -else - inherit pypi -fi - -LICENSE="|| ( GPL-2 GPL-3 SIP )" -SLOT="0/$(ver_cut 1)" -KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" |