diff options
Diffstat (limited to 'sci-physics/xrayutilities/xrayutilities-1.7.7.ebuild')
-rw-r--r-- | sci-physics/xrayutilities/xrayutilities-1.7.7.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-physics/xrayutilities/xrayutilities-1.7.7.ebuild b/sci-physics/xrayutilities/xrayutilities-1.7.7.ebuild index f3e51df..fce8086 100644 --- a/sci-physics/xrayutilities/xrayutilities-1.7.7.ebuild +++ b/sci-physics/xrayutilities/xrayutilities-1.7.7.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=(python3_{8..12} ) inherit distutils-r1 pypi @@ -23,6 +24,8 @@ RDEPEND="${DEPEND} >sys-devel/gcc-4.2:*[openmp?] test? ( dev-python/pytest )" +RESTRICT="!test? ( test )" + DOCS=( README.md CHANGES.txt ) python_configure_all() { |