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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5FEF1382C5 for ; Thu, 17 Jun 2021 23:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D76BBE0101; Thu, 17 Jun 2021 23:55:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC3EFE0101 for ; Thu, 17 Jun 2021 23:55:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB208335CC1 for ; Thu, 17 Jun 2021 23:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42D0778E for ; Thu, 17 Jun 2021 23:55:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1623974080.863f873b65cee0845f5ac745b5595fdf9de7ea97.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt-builder/Manifest dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild dev-python/PyQt-builder/metadata.xml X-VCS-Directories: dev-python/PyQt-builder/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 863f873b65cee0845f5ac745b5595fdf9de7ea97 X-VCS-Branch: master Date: Thu, 17 Jun 2021 23:55:25 +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: c47b4dd1-f08c-4aa5-b570-000fc56592ce X-Archives-Hash: d68e70110e21f372fc374ff77f654927 commit: 863f873b65cee0845f5ac745b5595fdf9de7ea97 Author: Zac Medico gentoo org> AuthorDate: Thu Jun 17 23:47:26 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jun 17 23:54:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863f873b dev-python/PyQt-builder: Initial import Closes: https://bugs.gentoo.org/796005 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-python/PyQt-builder/Manifest | 1 + dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild | 22 ++++++++++++++++++++++ dev-python/PyQt-builder/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/PyQt-builder/Manifest b/dev-python/PyQt-builder/Manifest new file mode 100644 index 00000000000..c04be8f9ec1 --- /dev/null +++ b/dev-python/PyQt-builder/Manifest @@ -0,0 +1 @@ +DIST PyQt-builder-1.10.1.tar.gz 5725429 BLAKE2B e7aaa0a3c1eb8aeea0aa5f2d5d7beda1edc46e90c0a21b608d2dffe205a67170daaa6615253706b5f9856a27d66715692ceffe81b9b45eafd4d608df79741d6f SHA512 2e48c1066bb12c1f50700933b0f489158f29f62a1239b570dc053cb042eca9bd4ee83f66b855b0596cfb6dc2e844434c15563abbb3846bf5960d03441f497b83 diff --git a/dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild new file mode 100644 index 00000000000..c7f4ec9ff35 --- /dev/null +++ b/dev-python/PyQt-builder/PyQt-builder-1.10.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} ) + +inherit distutils-r1 + +DESCRIPTION="The PEP 517 compliant PyQt build system" +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt-builder/ https://pypi.org/project/PyQt-builder/ https://www.riverbankcomputing.com/static/Docs/PyQt-builder/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="|| ( GPL-2 GPL-3 SIP )" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +SLOT="0" +RDEPEND="dev-python/sip[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" + +src_install() { + distutils-r1_src_install +} diff --git a/dev-python/PyQt-builder/metadata.xml b/dev-python/PyQt-builder/metadata.xml new file mode 100644 index 00000000000..0a015987072 --- /dev/null +++ b/dev-python/PyQt-builder/metadata.xml @@ -0,0 +1,18 @@ + + + + + qt@gentoo.org + Gentoo Qt Project + + + + phil@riverbankcomputing.com + Phil Thompson + + https://www.riverbankcomputing.com/hg/PyQt-builder/file/tip/NEWS + https://www.riverbankcomputing.com/static/Docs/PyQt-builder/ + mailto:pyqt@riverbankcomputing.com + PyQt-builder + +