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 59755139694 for ; Tue, 14 Feb 2017 19:00:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D53E0CC6; Tue, 14 Feb 2017 19:00:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B96CE0CC6 for ; Tue, 14 Feb 2017 19:00:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08DA6341236 for ; Tue, 14 Feb 2017 19:00:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7164147D6 for ; Tue, 14 Feb 2017 19:00:39 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1487098823.72a47e6318ba66da4b8a3e41d73cb7a0d9728854.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nosexcover/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nosexcover/Manifest dev-python/nosexcover/nosexcover-1.0.11.ebuild X-VCS-Directories: dev-python/nosexcover/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 72a47e6318ba66da4b8a3e41d73cb7a0d9728854 X-VCS-Branch: master Date: Tue, 14 Feb 2017 19:00:39 +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: 2c14708d-9c12-423a-b3e8-726665b742d4 X-Archives-Hash: 198fdc6367355912bbd417a0ced7a5e7 commit: 72a47e6318ba66da4b8a3e41d73cb7a0d9728854 Author: Manuel Rüger gentoo org> AuthorDate: Tue Feb 14 18:59:18 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Feb 14 19:00:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a47e63 dev-python/nosexcover: Version bump to 1.0.11 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/nosexcover/Manifest | 1 + dev-python/nosexcover/nosexcover-1.0.11.ebuild | 28 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/nosexcover/Manifest b/dev-python/nosexcover/Manifest index e4a25d40fc..d97139b0ff 100644 --- a/dev-python/nosexcover/Manifest +++ b/dev-python/nosexcover/Manifest @@ -1 +1,2 @@ DIST nosexcover-1.0.10.tar.gz 2744 SHA256 f5b3a7c936c4f703f15418c1f325775098184b69fa572f868edb8a99f8f144a8 SHA512 dbc3bc3379676d56711c96a4cf2d6b46ee77b5b04ac6a5fb2d58fee780ee547664738b9c6b248e3af64b3d0b7e6c9b44310c8e7025551df543c547da4239f52a WHIRLPOOL a7549547b9423ff32977dfea4dfd7babce05e637a3379b3b7e2d63c711608214ddd0495a09f5e7b5ef9560d46f82ef1727ec75e47f96a95245b0c0148093b4ad +DIST nosexcover-1.0.11.tar.gz 2903 SHA256 298c3c655da587f6cab8a666e9f4b150320032431062dea91353988d45c8b883 SHA512 a4c75aac5095aa8323094b2a4eceb3af26243e6c87dd8720df8cf43ae0f76c28c638fe2c3cbcad621b7c2779115dccbb32e6a2f33a8bc5efb22a0fb0901d64fa WHIRLPOOL 6fdfcffade35ab60360ce70dba8a559bb92d61dddfa2e99d8d39fcddff0971ba216122494595198e856e421a9da483a79cf94ec2832e9b2028805625fbeb212f diff --git a/dev-python/nosexcover/nosexcover-1.0.11.ebuild b/dev-python/nosexcover/nosexcover-1.0.11.ebuild new file mode 100644 index 0000000000..f1127fbf30 --- /dev/null +++ b/dev-python/nosexcover/nosexcover-1.0.11.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Extends nose.plugins.cover to add Cobertura-style XML reports" +HOMEPAGE="https://github.com/cmheisel/nose-xcover/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + >=dev-python/coverage-3.4[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +python_test() { + nosetests -v nosexcover/tests.py || die +}