diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-27 11:54:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-27 11:54:56 +0200 |
commit | 24ff39f4640029190800dac95c3a1fa1ee3788b9 (patch) | |
tree | bf6db6a2bd57346b8c2ec3811903da102fabdfcd | |
parent | dev-python/PyQt5-sip: Remove old (diff) | |
download | gentoo-24ff39f4640029190800dac95c3a1fa1ee3788b9.tar.gz gentoo-24ff39f4640029190800dac95c3a1fa1ee3788b9.tar.bz2 gentoo-24ff39f4640029190800dac95c3a1fa1ee3788b9.zip |
dev-python/PyQt6-sip: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/PyQt6-sip/Manifest | 1 | ||||
-rw-r--r-- | dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/PyQt6-sip/Manifest b/dev-python/PyQt6-sip/Manifest index 26824c313b25..04c1ad8f8c0f 100644 --- a/dev-python/PyQt6-sip/Manifest +++ b/dev-python/PyQt6-sip/Manifest @@ -1,2 +1 @@ -DIST PyQt6_sip-13.6.0.tar.gz 111576 BLAKE2B 1a5a35bb060654d347940af90fb5605b1b2f699da4fd4bbcdbb7d9497f91d7dd1a76c3267b5c4e1e68360c66130d4a9983d2da21da745e70adfc627df85cd8c0 SHA512 bd2fa70d64544d8104d3477cb650a0e6bcefa0008680afcf7d187ba3fb1117871c0237d3a7f047144c8a8a8eeb8da941a3b206f8ee0601cb2cc734243cdb9d46 DIST PyQt6_sip-13.8.0.tar.gz 92264 BLAKE2B b44ba35c3209b3a49fccf0e4634af8a410b1531d0dd74fc665d7da9780f4e32baf18fbba80eb9635a96442c1c91295dc10e0388194d1e169d300e0e1b37d18cd SHA512 6947690e61fe65a21f61d034ae9de7b7adb001c59a4a362933c5441648fe27140b43666efa73f981b138cfc73fac72777bb7318b98accc3c7f808687e3fc5d81 diff --git a/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild b/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild deleted file mode 100644 index ed1147a842fb..000000000000 --- a/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2022-2024 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/-/_} -# keep compat in sync with PyQt6 or else it confuses some revdeps -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 pypi - -DESCRIPTION="sip module support for PyQt6" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" - -LICENSE="|| ( GPL-2 GPL-3 SIP )" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv" |