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 9B7A013835B 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 9EAE1E0839; Fri, 4 Sep 2020 21:11:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8872BE0839 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 5719C33D0AF 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 D4D8B343 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.16833de09703be00758dee607992f2e453757001.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/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: 16833de09703be00758dee607992f2e453757001 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: 235a2c42-582b-4efa-b4aa-ffdfcab023a9 X-Archives-Hash: c3eae483c0b8ebfff407f261f972302e commit: 16833de09703be00758dee607992f2e453757001 Author: Sam James gentoo org> AuthorDate: Fri Sep 4 21:10:16 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=16833de0 dev-python/pyqt-distutils: tidy ebuild Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild index 7679856ab81..ba764f5808d 100644 --- a/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild +++ b/dev-python/pyqt-distutils/pyqt-distutils-0.7.3.ebuild @@ -4,24 +4,20 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + 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} +S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DISTUTILS_USE_SETUPTOOLS=rdepend -RDEPEND=" - dev-python/docopt[${PYTHON_USEDEP}] -" +RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]" distutils_enable_tests pytest