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 A03EE138239 for ; Sun, 29 Mar 2020 13:21:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF36E0B51; Sun, 29 Mar 2020 13:21:38 +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 A5423E0B54 for ; Sun, 29 Mar 2020 13:21:38 +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 7CDA134FB1D for ; Sun, 29 Mar 2020 13:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFDE41BC for ; Sun, 29 Mar 2020 13:21:33 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585482118.5233bd3233ec6cc3874c7d643d55e1b2d9183d0f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/aspectlib-1.4.2.ebuild X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5233bd3233ec6cc3874c7d643d55e1b2d9183d0f X-VCS-Branch: master Date: Sun, 29 Mar 2020 13:21:33 +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: 3c8897c9-e68e-40de-aa91-cb79e25bac64 X-Archives-Hash: d7185eea994b082a1d653fd7b8d2b28e commit: 5233bd3233ec6cc3874c7d643d55e1b2d9183d0f Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 29 11:41:58 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 29 11:41:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5233bd32 dev-python/aspectlib: tried and failed to get tests working Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aspectlib/aspectlib-1.4.2.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-python/aspectlib/aspectlib-1.4.2.ebuild b/dev-python/aspectlib/aspectlib-1.4.2.ebuild index 27cc072..f38deef 100644 --- a/dev-python/aspectlib/aspectlib-1.4.2.ebuild +++ b/dev-python/aspectlib/aspectlib-1.4.2.ebuild @@ -5,6 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_6 ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 DESCRIPTION="An aspect-oriented programming, monkey-patch and decorators library" @@ -18,6 +20,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +# could not get this working, it tries to do all sorts of weird things +# it calls a tests outside the tests folder, which then fails, removing the file results in import error +RESTRICT="test" + RDEPEND=" dev-python/fields[${PYTHON_USEDEP}] " @@ -33,5 +39,7 @@ DEPEND=" ) " +S="${WORKDIR}/python-${P}" + distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme 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 A90E6138239 for ; Sun, 29 Mar 2020 13:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E2E2E0A5C; Sun, 29 Mar 2020 13:21:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5461EE0A5C for ; Sun, 29 Mar 2020 13:21:20 +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 5B6C034FB12 for ; Sun, 29 Mar 2020 13:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F8A21AC for ; Sun, 29 Mar 2020 13:21:15 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585482118.5233bd3233ec6cc3874c7d643d55e1b2d9183d0f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/aspectlib-1.4.2.ebuild X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5233bd3233ec6cc3874c7d643d55e1b2d9183d0f X-VCS-Branch: dev Date: Sun, 29 Mar 2020 13:21:15 +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: 71c1bfc5-6fe0-4496-95dc-876668b3aad4 X-Archives-Hash: d62c69084529bc2b9ad800b2b00599f8 Message-ID: <20200329132115.Bx2G1iogMBhV9_13QzS3jjFZeLzpVKg-mRlCLVRqmzM@z> commit: 5233bd3233ec6cc3874c7d643d55e1b2d9183d0f Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 29 11:41:58 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 29 11:41:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5233bd32 dev-python/aspectlib: tried and failed to get tests working Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aspectlib/aspectlib-1.4.2.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-python/aspectlib/aspectlib-1.4.2.ebuild b/dev-python/aspectlib/aspectlib-1.4.2.ebuild index 27cc072..f38deef 100644 --- a/dev-python/aspectlib/aspectlib-1.4.2.ebuild +++ b/dev-python/aspectlib/aspectlib-1.4.2.ebuild @@ -5,6 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_6 ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 DESCRIPTION="An aspect-oriented programming, monkey-patch and decorators library" @@ -18,6 +20,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" +# could not get this working, it tries to do all sorts of weird things +# it calls a tests outside the tests folder, which then fails, removing the file results in import error +RESTRICT="test" + RDEPEND=" dev-python/fields[${PYTHON_USEDEP}] " @@ -33,5 +39,7 @@ DEPEND=" ) " +S="${WORKDIR}/python-${P}" + distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme