diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-23 13:47:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-23 13:47:47 +0000 |
| commit | 861ce66466591557d971d260778ad943d9dc7516 (patch) | |
| tree | ea407b9ac0c5ae38cb89419b852c60cc137f1225 /dev-python/liblarch | |
| parent | cef5e34aa0c235c2d6a614e1290960058dd38351 (diff) | |
| download | baldeagleos-repo-861ce66466591557d971d260778ad943d9dc7516.tar.gz baldeagleos-repo-861ce66466591557d971d260778ad943d9dc7516.tar.xz baldeagleos-repo-861ce66466591557d971d260778ad943d9dc7516.zip | |
Adding metadata
Diffstat (limited to 'dev-python/liblarch')
| -rw-r--r-- | dev-python/liblarch/liblarch-3.0.1.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-python/liblarch/liblarch-3.0.1.ebuild b/dev-python/liblarch/liblarch-3.0.1.ebuild index 76051e9498cd..7a20d584798d 100644 --- a/dev-python/liblarch/liblarch-3.0.1.ebuild +++ b/dev-python/liblarch/liblarch-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -14,18 +14,15 @@ SRC_URI="https://github.com/getting-things-gnome/liblarch/archive/v${PV}.tar.gz LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" DEPEND=" dev-python/pygobject:3[${PYTHON_USEDEP}] x11-libs/gtk+:3[introspection] " RDEPEND="${DEPEND}" -BDEPEND=" - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" -python_test() { - virtx nosetests -v || die "Tests fail with ${EPYTHON}" +distutils_enable_tests nose + +src_test() { + virtx distutils-r1_src_test } |
