summaryrefslogtreecommitdiff
path: root/dev-python/PyQt6_sip/PyQt6_sip-13.4.0.ebuild
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-07-20 03:24:52 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-08-02 20:21:24 -0400
commit9ccf67717ca7a69ba4c03a59ca27b9e74a8ba8b3 (patch)
treeaa011e045f695e4e8ac0f1a7b75dbb9222a37251 /dev-python/PyQt6_sip/PyQt6_sip-13.4.0.ebuild
parent46f9cf287f703edf7a21dd344cae98b70ae6863a (diff)
downloadgentoo-9ccf67717ca7a69ba4c03a59ca27b9e74a8ba8b3.tar.gz
gentoo-9ccf67717ca7a69ba4c03a59ca27b9e74a8ba8b3.tar.bz2
gentoo-9ccf67717ca7a69ba4c03a59ca27b9e74a8ba8b3.zip
dev-python/PyQt6_sip: new package, add 13.4.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6_sip/PyQt6_sip-13.4.0.ebuild')
-rw-r--r--dev-python/PyQt6_sip/PyQt6_sip-13.4.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/PyQt6_sip/PyQt6_sip-13.4.0.ebuild b/dev-python/PyQt6_sip/PyQt6_sip-13.4.0.ebuild
new file mode 100644
index 000000000000..c0e19cedab8a
--- /dev/null
+++ b/dev-python/PyQt6_sip/PyQt6_sip-13.4.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+inherit distutils-r1
+
+DESCRIPTION="sip module support for PyQt6"
+HOMEPAGE="https://www.riverbankcomputing.com/software/sip/"
+SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 SIP )"
+SLOT="0"
+KEYWORDS="~amd64"