From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0EBA158095 for ; Wed, 3 Aug 2022 00:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD572E1017; Wed, 3 Aug 2022 00:22:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C0FCE100C for ; Wed, 3 Aug 2022 00:22:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31302340CD8 for ; Wed, 3 Aug 2022 00:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B44FA553 for ; Wed, 3 Aug 2022 00:22:21 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1659486084.9ccf67717ca7a69ba4c03a59ca27b9e74a8ba8b3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt6_sip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt6_sip/Manifest dev-python/PyQt6_sip/PyQt6_sip-13.4.0.ebuild dev-python/PyQt6_sip/metadata.xml X-VCS-Directories: dev-python/PyQt6_sip/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9ccf67717ca7a69ba4c03a59ca27b9e74a8ba8b3 X-VCS-Branch: master Date: Wed, 3 Aug 2022 00:22:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a21772e-6623-4c51-877a-8a0cbda8f7be X-Archives-Hash: 5a188706358d0b6654f1c3df10f02726 commit: 9ccf67717ca7a69ba4c03a59ca27b9e74a8ba8b3 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jul 20 07:24:52 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Aug 3 00:21:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccf6771 dev-python/PyQt6_sip: new package, add 13.4.0 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/PyQt6_sip/Manifest | 1 + dev-python/PyQt6_sip/PyQt6_sip-13.4.0.ebuild | 16 ++++++++++++++++ dev-python/PyQt6_sip/metadata.xml | 12 ++++++++++++ 3 files changed, 29 insertions(+) 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..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" 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 @@ + + + + + ionen@gentoo.org + Ionen Wolkens + + + https://www.riverbankcomputing.com/mailman/listinfo/pyqt/ + PyQt6-sip + +