diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-06-18 06:50:46 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-06-18 06:50:46 +0000 |
commit | 88ce12b8c41cca2d4c8a8769080b0d8629e5958c (patch) | |
tree | 61cff8287f0aa26240d39ce97972e9fda6be3379 /dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild | |
parent | sci-biology/sibsim4: Drop maintainer (diff) | |
download | gentoo-2-88ce12b8c41cca2d4c8a8769080b0d8629e5958c.tar.gz gentoo-2-88ce12b8c41cca2d4c8a8769080b0d8629e5958c.tar.bz2 gentoo-2-88ce12b8c41cca2d4c8a8769080b0d8629e5958c.zip |
revbump, migrate -> distutils-r1, bump; add full py3 support
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild')
-rw-r--r-- | dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild b/dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild new file mode 100644 index 000000000000..abcaad391a6b --- /dev/null +++ b/dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nosexcover/nosexcover-1.0.7-r1.ebuild,v 1.1 2013/06/18 06:50:46 idella4 Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) + +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 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |