summaryrefslogtreecommitdiff
path: root/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-15 09:23:43 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-15 09:24:22 +0200
commit066997833ecfa100b3a616e0bec2b2fdcbac9b5f (patch)
treea2e60e1512946eee0bd1dba83e39156395623866 /dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild
parent998128b2c64ee399d18d7cdcf43bb1483877cbaf (diff)
downloadgentoo-066997833ecfa100b3a616e0bec2b2fdcbac9b5f.tar.gz
gentoo-066997833ecfa100b3a616e0bec2b2fdcbac9b5f.tar.bz2
gentoo-066997833ecfa100b3a616e0bec2b2fdcbac9b5f.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.9.0.ebuild')
-rw-r--r--dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild
deleted file mode 100644
index 4fd535eab6fe..000000000000
--- a/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-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"