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 C967C138359 for ; Fri, 4 Sep 2020 21:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A738BE0833; Fri, 4 Sep 2020 21:11:10 +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 8AAB1E0833 for ; Fri, 4 Sep 2020 21:11:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41FC633BF1F for ; Fri, 4 Sep 2020 21:11:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1E6333B for ; Fri, 4 Sep 2020 21:11:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599253861.7724cf2bf504167b89f8522a7240e03ab3061aac.sam@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.ebuild X-VCS-Directories: dev-python/pyqt-distutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7724cf2bf504167b89f8522a7240e03ab3061aac X-VCS-Branch: master Date: Fri, 4 Sep 2020 21:11:07 +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: c47005ab-1a17-46eb-a1ee-bafdf74a7222 X-Archives-Hash: e34f2680455e1f3b6a930a2c80c69ae3 commit: 7724cf2bf504167b89f8522a7240e03ab3061aac Author: VasilyLebedev ul ie> AuthorDate: Sat Aug 29 16:58:17 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 4 21:11:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7724cf2b dev-python/pyqt-distutils: version bump to 0.7.3 Works with Python 3.{6..9}. Bug: https://bugs.gentoo.org/719428 Closes: https://bugs.gentoo.org/719428 Closes: https://github.com/gentoo/gentoo/pull/17317 Signed-off-by: Vasily A. Lebedev gmail.com> Signed-off-by: Sam James gentoo.org> dev-python/pyqt-distutils/Manifest | 2 +- .../pyqt-distutils/pyqt-distutils-0.7.3.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/dev-python/pyqt-distutils/Manifest b/dev-python/pyqt-distutils/Manifest index 6c49ef63612..debb0505381 100644 --- a/dev-python/pyqt-distutils/Manifest +++ b/dev-python/pyqt-distutils/Manifest @@ -1 +1 @@ -DIST pyqt-distutils-0.3.0.tar.gz 4659 BLAKE2B 2897696881c6ee18558eb24a923b6675588bd38456fc4e9aff6b1780e7c2c31576c4a7427104c0b15238bed1ad52e2f13ab316441adb06fc0ffd9cbe5052ef30 SHA512 052a1fa0e687ac9aba5fc9623c72f8fff9a25f6d19083668e900ad1ff98bdd99c66c0ac45ba5f5f0c09b76a97370ebf4a4fef9fbd266bc0312bb05567c4ae577 +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.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild new file mode 100644 index 00000000000..7679856ab81 --- /dev/null +++ b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) +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" +#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/ColinDuquesnoy/pyqt_distutils/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" +S=${WORKDIR}/${MY_P} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DISTUTILS_USE_SETUPTOOLS=rdepend + +RDEPEND=" + dev-python/docopt[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest