summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-08-03 07:51:33 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-08-03 08:11:35 -0400
commitf251005a19167828b25cd87dd83e9dad492a31a0 (patch)
tree7991e8d447291bec186244a658555cce75f5d28e /dev-python/PyQt6-sip
parentdev-java/hamcrest: Keyword 2.2 ppc64, #863242 (diff)
downloadgentoo-f251005a19167828b25cd87dd83e9dad492a31a0.tar.gz
gentoo-f251005a19167828b25cd87dd83e9dad492a31a0.tar.bz2
gentoo-f251005a19167828b25cd87dd83e9dad492a31a0.zip
dev-python/PyQt6-sip: rename from dev-python/PyQt6_sip
Was meant to match to skip MY_P (like dev-python often does), but on second thought it doesn't feel entirely right here given (ignoring pypi tarballs) official website doesn't use underscore and old PyQt5-sip didn't either. Could probably skip pkgmove (qt6 still masked), but feels messy not to so doing it anyway. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6-sip')
-rw-r--r--dev-python/PyQt6-sip/Manifest1
-rw-r--r--dev-python/PyQt6-sip/PyQt6-sip-13.4.0.ebuild19
-rw-r--r--dev-python/PyQt6-sip/metadata.xml12
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/PyQt6-sip/Manifest b/dev-python/PyQt6-sip/Manifest
new file mode 100644
index 000000000000..d34878af07fa
--- /dev/null
+++ b/dev-python/PyQt6-sip/Manifest
@@ -0,0 +1 @@
+DIST PyQt6_sip-13.4.0.tar.gz 111209 BLAKE2B 963d3788d0996565696e82e6a9c197c197322f8b1637cead79a4af8cf8d3ed1b82423ff41e507204aeddc5f16fa0b96b7e7a49c6848ac7438bd98885f3ae4dc6 SHA512 e93a88fedbb965a7ea605a33820798352c340d5656b3ad60c40adc8dbd24fdd18deb67e706595e3cb96e41d1e17d4c837f1224a1c250f0179c6b60b1a5b0e6a2
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..fca26761e4a1
--- /dev/null
+++ b/dev-python/PyQt6-sip/PyQt6-sip-13.4.0.ebuild
@@ -0,0 +1,19 @@
+# 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
+
+MY_P="${P/-/_}"
+
+DESCRIPTION="sip module support for PyQt6"
+HOMEPAGE="https://www.riverbankcomputing.com/software/sip/"
+SRC_URI="mirror://pypi/${P::1}/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="|| ( GPL-2 GPL-3 SIP )"
+SLOT="0"
+KEYWORDS="~amd64"
diff --git a/dev-python/PyQt6-sip/metadata.xml b/dev-python/PyQt6-sip/metadata.xml
new file mode 100644
index 000000000000..a999cde076c9
--- /dev/null
+++ b/dev-python/PyQt6-sip/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ionen@gentoo.org</email>
+ <name>Ionen Wolkens</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://www.riverbankcomputing.com/mailman/listinfo/pyqt/</bugs-to>
+ <remote-id type="pypi">PyQt6-sip</remote-id>
+ </upstream>
+</pkgmetadata>