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 DDCED15ACFB for ; Sun, 9 Apr 2023 16:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C17CE0802; Sun, 9 Apr 2023 16:03:35 +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 39870E07E6 for ; Sun, 9 Apr 2023 16:03:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 14324341156 for ; Sun, 9 Apr 2023 16:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68FD9A37 for ; Sun, 9 Apr 2023 16:03:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1681056191.e87eca5be086096509865d7dc17a576bd6860e5e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqt-distutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyqt-distutils/Manifest dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild X-VCS-Directories: dev-python/pyqt-distutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e87eca5be086096509865d7dc17a576bd6860e5e X-VCS-Branch: master Date: Sun, 9 Apr 2023 16:03:32 +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: 57436a19-5db9-4a68-b741-d683f1657397 X-Archives-Hash: 3ef30d1e45df8ff167c99db8e0e6348f commit: e87eca5be086096509865d7dc17a576bd6860e5e Author: Michał Górny gentoo org> AuthorDate: Sun Apr 9 15:58:43 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 9 16:03:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87eca5b dev-python/pyqt-distutils: EAPI 8, PEP517, py3.11 Closes: https://bugs.gentoo.org/896840 Signed-off-by: Michał Górny gentoo.org> dev-python/pyqt-distutils/Manifest | 1 + .../pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/pyqt-distutils/Manifest b/dev-python/pyqt-distutils/Manifest index debb05053814..28c3bc54ffda 100644 --- a/dev-python/pyqt-distutils/Manifest +++ b/dev-python/pyqt-distutils/Manifest @@ -1 +1,2 @@ DIST pyqt-distutils-0.7.3.gh.tar.gz 16628 BLAKE2B 0d9d7f951890c00efd95bf3caef8c8964d02f3097840f84006a8d9523c0ad9b78dbb5f46c4d752945074ba971c92e81e81be0345b7a8c807932e7157ecd00e03 SHA512 450569be205aa0de792c3f2d8c43e26eb6fed1088b241291347ae14d2343b61517bd7547f741bd62bb9e1bfb92077d1ae5c64b871c39d59a67ca82172ac1c598 +DIST pyqt_distutils-0.7.3.gh.tar.gz 16628 BLAKE2B 0d9d7f951890c00efd95bf3caef8c8964d02f3097840f84006a8d9523c0ad9b78dbb5f46c4d752945074ba971c92e81e81be0345b7a8c807932e7157ecd00e03 SHA512 450569be205aa0de792c3f2d8c43e26eb6fed1088b241291347ae14d2343b61517bd7547f741bd62bb9e1bfb92077d1ae5c64b871c39d59a67ca82172ac1c598 diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild new file mode 100644 index 000000000000..f827f8f052b6 --- /dev/null +++ b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +MY_P=${PN/-/_}-${PV} +DESCRIPTION="distutils extension to work with PyQt applications and UI files" +HOMEPAGE=" + https://github.com/ColinDuquesnoy/pyqt_distutils/ + https://pypi.org/project/pyqt-distutils/ +" +SRC_URI=" + https://github.com/ColinDuquesnoy/pyqt_distutils/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/docopt[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest