diff options
| author | Michał Górny <mgorny@gentoo.org> | 2022-12-10 16:48:50 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2022-12-10 16:48:50 +0100 |
| commit | 5a9a49bb6dbdc14d80de7c87c1ed904cc420cfa7 (patch) | |
| tree | 54680784878865f8d4fe70d29026002db964b443 /dev-python/PyQt5-sip/PyQt5-sip-12.10.1.ebuild | |
| parent | 97c6bd004991d2a1c332a00ea2b051a1d1a9d3b4 (diff) | |
| download | gentoo-5a9a49bb6dbdc14d80de7c87c1ed904cc420cfa7.tar.gz gentoo-5a9a49bb6dbdc14d80de7c87c1ed904cc420cfa7.tar.bz2 gentoo-5a9a49bb6dbdc14d80de7c87c1ed904cc420cfa7.zip | |
dev-python/PyQt5-sip: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyQt5-sip/PyQt5-sip-12.10.1.ebuild')
| -rw-r--r-- | dev-python/PyQt5-sip/PyQt5-sip-12.10.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.10.1.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-12.10.1.ebuild deleted file mode 100644 index 1ed27f96a758..000000000000 --- a/dev-python/PyQt5-sip/PyQt5-sip-12.10.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="sip extension module for PyQt5" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/PyQt5-sip/" - -MY_P=${PN/-/_}-${PV/_pre/.dev} -if [[ ${PV} == *_pre* ]]; then - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" -fi -S="${WORKDIR}/${MY_P}" - -LICENSE="|| ( GPL-2 GPL-3 SIP )" -SLOT="0/$(ver_cut 1)" -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" |
