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

Reply via email to