diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-29 13:41:58 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-29 13:41:58 +0200 |
commit | 5233bd3233ec6cc3874c7d643d55e1b2d9183d0f (patch) | |
tree | 700be969ef2b0e52565dded96acb39742f04eb4b /dev-python/aspectlib | |
parent | dev-python/pygaljs: RESTRICT test, requires file not in release tar (diff) | |
download | guru-5233bd3233ec6cc3874c7d643d55e1b2d9183d0f.tar.gz guru-5233bd3233ec6cc3874c7d643d55e1b2d9183d0f.tar.bz2 guru-5233bd3233ec6cc3874c7d643d55e1b2d9183d0f.zip |
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 <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/aspectlib')
-rw-r--r-- | dev-python/aspectlib/aspectlib-1.4.2.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-python/aspectlib/aspectlib-1.4.2.ebuild b/dev-python/aspectlib/aspectlib-1.4.2.ebuild index 27cc072a1..f38deef24 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 |