From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1157403-garchives=archives.gentoo.org@lists.gentoo.org>
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 <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Sun, 29 Mar 2020 13:21:33 +0000 (UTC)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
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" <andrewammerlaan@riseup.net>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
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 <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 29 11:09:03 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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