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 53266138239 for ; Sun, 29 Mar 2020 13:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ED13E09D1; Sun, 29 Mar 2020 13:21:19 +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 E8BD2E09D1 for ; Sun, 29 Mar 2020 13:21:18 +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 904E934FB0E for ; Sun, 29 Mar 2020 13:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D4181AA 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: <1585480143.57306e916b96728582905e539daea4c1c441b26a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygaljs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pygaljs/pygaljs-1.0.0.ebuild X-VCS-Directories: dev-python/pygaljs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 57306e916b96728582905e539daea4c1c441b26a 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: bc2543f8-2e0b-406d-b872-4b36d45f73c9 X-Archives-Hash: f0d9fa4ca3922acad8c33691f762f5d9 commit: 57306e916b96728582905e539daea4c1c441b26a Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 29 11:09:03 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 29 11:09:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57306e91 dev-python/pygaljs: RESTRICT test, requires file not in release tar Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pygaljs/pygaljs-1.0.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/pygaljs/pygaljs-1.0.0.ebuild b/dev-python/pygaljs/pygaljs-1.0.0.ebuild index 20c5ad1..1a20132 100644 --- a/dev-python/pygaljs/pygaljs-1.0.0.ebuild +++ b/dev-python/pygaljs/pygaljs-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -18,7 +18,12 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +# requires file in src/pygaljs/static that is not in release tarballs +RESTRICT="test" + RDEPEND="" DEPEND="" +S="${WORKDIR}/python-${P}" + distutils_enable_tests pytest 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 97701138239 for ; Sun, 29 Mar 2020 13:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DECDFE0B48; Sun, 29 Mar 2020 13:21:37 +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 C1531E0B48 for ; Sun, 29 Mar 2020 13:21:37 +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 7A88334FB19 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 AD61D1BB 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: <1585480143.57306e916b96728582905e539daea4c1c441b26a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pygaljs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pygaljs/pygaljs-1.0.0.ebuild X-VCS-Directories: dev-python/pygaljs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 57306e916b96728582905e539daea4c1c441b26a 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: c450a21f-3dc6-4962-8dcf-0c312b2d2c42 X-Archives-Hash: 9561bb85148e52541e640472fab9e0d7 Message-ID: <20200329132133.eLWo5btrVw-T8latOXdp5KS8PkqIbN4Kx_1TiKgtLFI@z> commit: 57306e916b96728582905e539daea4c1c441b26a Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 29 11:09:03 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 29 11:09:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57306e91 dev-python/pygaljs: RESTRICT test, requires file not in release tar Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pygaljs/pygaljs-1.0.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-python/pygaljs/pygaljs-1.0.0.ebuild b/dev-python/pygaljs/pygaljs-1.0.0.ebuild index 20c5ad1..1a20132 100644 --- a/dev-python/pygaljs/pygaljs-1.0.0.ebuild +++ b/dev-python/pygaljs/pygaljs-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -18,7 +18,12 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +# requires file in src/pygaljs/static that is not in release tarballs +RESTRICT="test" + RDEPEND="" DEPEND="" +S="${WORKDIR}/python-${P}" + distutils_enable_tests pytest