diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-07 06:08:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-07 06:08:32 +0200 |
commit | e42345d6c1211f0023d9ee4b0a873f4737dbadd0 (patch) | |
tree | a46780cdc1cd566ffdfece4cb6ee714177391af1 | |
parent | dev-python/pyupgrade: Bump to 3.4.0 (diff) | |
download | gentoo-e42345d6c1211f0023d9ee4b0a873f4737dbadd0.tar.gz gentoo-e42345d6c1211f0023d9ee4b0a873f4737dbadd0.tar.bz2 gentoo-e42345d6c1211f0023d9ee4b0a873f4737dbadd0.zip |
dev-python/PyQt5-sip: Bump to 12.12.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/PyQt5-sip/Manifest | 1 | ||||
-rw-r--r-- | dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/PyQt5-sip/Manifest b/dev-python/PyQt5-sip/Manifest index e8a998da8c57..57f8d816ac3f 100644 --- a/dev-python/PyQt5-sip/Manifest +++ b/dev-python/PyQt5-sip/Manifest @@ -1 +1,2 @@ DIST PyQt5_sip-12.12.0.tar.gz 122886 BLAKE2B a090c3053086d789b2a54d63716302693233177256fe01e70a04bb67937094374aa7fff063988a307c6b75c3c0f99882c831bbae1684b94f2e42be5051975934 SHA512 0d1d5f483333dfa6a41ee98cc7a3c8940d6f30afc4358faa88e620043f2cf26667903fcdd9083e1b9f92cdef78ace0442b72b5e1d10889b057daa118cc5ba660 +DIST PyQt5_sip-12.12.1.tar.gz 122905 BLAKE2B b2feb1eb13553cf016d31efaebc6b128ba3f8f664152de847218f639e492d1b0d0d9d0d5e92f6591011388eff8f6815e7d6e9e78b17d954b38358781db5d0265 SHA512 683e7164a55070d3473a5b7f1a6b2aa6a42ca78b97f78d5f6b9dc55fc8a0007993e74762766838bb42a097e924bfa00c1fc112db1d98ad2c55c97165d5eeac78 diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild new file mode 100644 index 000000000000..1906637cae9b --- /dev/null +++ b/dev-python/PyQt5-sip/PyQt5-sip-12.12.1.ebuild @@ -0,0 +1,25 @@ +# 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 +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/" + +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 ~loong ~ppc ~ppc64 ~riscv ~x86" |