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 C00EC1382C5 for ; Sun, 4 Mar 2018 14:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C157EE08F0; Sun, 4 Mar 2018 14:20:44 +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 87C44E08F0 for ; Sun, 4 Mar 2018 14:20:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 59F14335C59 for ; Sun, 4 Mar 2018 14:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD277216 for ; Sun, 4 Mar 2018 14:20:41 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1520173236.e0f53993c70f81b219207dfc0d62b8e005c2e0c2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rosinstall_generator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rosinstall_generator/Manifest dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild X-VCS-Directories: dev-util/rosinstall_generator/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e0f53993c70f81b219207dfc0d62b8e005c2e0c2 X-VCS-Branch: master Date: Sun, 4 Mar 2018 14:20:41 +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: 520be32a-ba4a-4431-9aad-1ac4eefb1f2e X-Archives-Hash: 74bd1dbebb7695bd19f805c5dc63cd75 commit: e0f53993c70f81b219207dfc0d62b8e005c2e0c2 Author: Alexis Ballier gentoo org> AuthorDate: Sun Mar 4 13:37:50 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Mar 4 14:20:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f53993 dev-util/rosinstall_generator: bump to 0.1.14; add pypy support; add src_test Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/rosinstall_generator/Manifest | 1 + ...rator-9999.ebuild => rosinstall_generator-0.1.14.ebuild} | 13 +++++++++---- .../rosinstall_generator/rosinstall_generator-9999.ebuild | 13 +++++++++---- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/dev-util/rosinstall_generator/Manifest b/dev-util/rosinstall_generator/Manifest index d9365f57616..10d7e55e31c 100644 --- a/dev-util/rosinstall_generator/Manifest +++ b/dev-util/rosinstall_generator/Manifest @@ -1 +1,2 @@ DIST rosinstall_generator-0.1.13.tar.gz 11186 BLAKE2B bb6f95eba12ee6b9adfa22d46475d555aa9b3bed225e3be52a52f380bbd1ab3f86871a9a816c56c874f8545d2ef648e226ad5d8d3346444a92202865265260f1 SHA512 c8b5736066f8a42a324b2bed578e03282b6d8ae8df48fb30545617c2995ce53f35d7fea6fab3989383b958e7cb763b24deb67c5ec3496cc77f1ba51f110ab78c +DIST rosinstall_generator-0.1.14.tar.gz 11419 BLAKE2B af9754f46589aac1e9bb265345319c4037d2b1e10ea8119859e2715b2828974bc4422cac25f84216c401f35b7cddde207e7562afb07e753328940db347b69a20 SHA512 45461917afaf93f38b118951c272ba71a408d2c276b4019739c9c8dc9407812bf166bb762910ce45cedc9b31e2796922a69681ad461c468c7ed2372a1d189904 diff --git a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild similarity index 76% copy from dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild copy to dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild index 484e133e8ea..725ccaf60ba 100644 --- a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild +++ b/dev-util/rosinstall_generator/rosinstall_generator-0.1.14.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then @@ -24,7 +24,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="" +IUSE="test" RDEPEND=" >=dev-python/catkin_pkg-0.1.28[${PYTHON_USEDEP}] @@ -32,4 +32,9 @@ RDEPEND=" dev-python/rospkg[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + nosetests --with-coverage || die +} diff --git a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild index 484e133e8ea..725ccaf60ba 100644 --- a/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild +++ b/dev-util/rosinstall_generator/rosinstall_generator-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then @@ -24,7 +24,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="" +IUSE="test" RDEPEND=" >=dev-python/catkin_pkg-0.1.28[${PYTHON_USEDEP}] @@ -32,4 +32,9 @@ RDEPEND=" dev-python/rospkg[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + nosetests --with-coverage || die +}