Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/spams-python/
Date: Wed, 05 Sep 2018 20:38:43
Message-Id: 1536177439.39b8dc99e86cc829993ca05afa139a8a72efeb20.chymera@gentoo
1 commit: 39b8dc99e86cc829993ca05afa139a8a72efeb20
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Wed Sep 5 19:57:19 2018 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 5 19:57:19 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=39b8dc99
7
8 sci-libs/spams-python: added test suite
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sci-libs/spams-python/spams-python-2.6.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/sci-libs/spams-python/spams-python-2.6.ebuild b/sci-libs/spams-python/spams-python-2.6.ebuild
16 index eb5d40777..59a809762 100644
17 --- a/sci-libs/spams-python/spams-python-2.6.ebuild
18 +++ b/sci-libs/spams-python/spams-python-2.6.ebuild
19 @@ -53,3 +53,7 @@ python_prepare_all() {
20 sed -i -e "s|libdirs = \[\]|libdirs = [${MY_LIBDIRS}]|g" setup.py || die
21 distutils-r1_python_prepare_all
22 }
23 +
24 +python_test() {
25 + ${EPYTHON} test_spams.py
26 +}