From 57306e916b96728582905e539daea4c1c441b26a Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 29 Mar 2020 13:09:03 +0200 Subject: [PATCH] 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 --- 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 20c5ad17f7..1a20132957 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