From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95D78138334 for ; Wed, 5 Sep 2018 20:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 893EBE06FE; Wed, 5 Sep 2018 20:38:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58270E06FE for ; Wed, 5 Sep 2018 20:38:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7F6B335C9F for ; Wed, 5 Sep 2018 20:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 904DD3C5 for ; Wed, 5 Sep 2018 20:38:38 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1536177439.39b8dc99e86cc829993ca05afa139a8a72efeb20.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/spams-python/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/spams-python/spams-python-2.6.ebuild X-VCS-Directories: sci-libs/spams-python/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 39b8dc99e86cc829993ca05afa139a8a72efeb20 X-VCS-Branch: master Date: Wed, 5 Sep 2018 20:38:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6127d5ce-4d21-4111-9f47-788587ba6d17 X-Archives-Hash: d41320854159046cab6b363101896049 commit: 39b8dc99e86cc829993ca05afa139a8a72efeb20 Author: Horea Christian yandex com> AuthorDate: Wed Sep 5 19:57:19 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Wed Sep 5 19:57:19 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=39b8dc99 sci-libs/spams-python: added test suite Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-libs/spams-python/spams-python-2.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-libs/spams-python/spams-python-2.6.ebuild b/sci-libs/spams-python/spams-python-2.6.ebuild index eb5d40777..59a809762 100644 --- a/sci-libs/spams-python/spams-python-2.6.ebuild +++ b/sci-libs/spams-python/spams-python-2.6.ebuild @@ -53,3 +53,7 @@ python_prepare_all() { sed -i -e "s|libdirs = \[\]|libdirs = [${MY_LIBDIRS}]|g" setup.py || die distutils-r1_python_prepare_all } + +python_test() { + ${EPYTHON} test_spams.py +}