dev-python/nose-show-skipped: New package, ebuild written by me

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-02-07 11:36:26 +01:00
parent 790935f767
commit d92c84946f
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST nose-show-skipped-0.1.tar.gz 1768 SHA256 a202f9c4b35107e9e1d6d8438eff4a930cb31a7e17517a69b319448f136815ce SHA512 b6f3cbc8fdc6af7f6298ad54a5b06bd053d27197368eef1e006aff438d517dba549154eb3be35996b0bd1c291537729438f52709b76c507e20c496b6e504f5df WHIRLPOOL 9f83b6649ff7f2fbd47b35b5b27c63ac6a732615c773f43b054436fd9df40c86b49b6d7ee3af6473edffd33f2b4498abdd799f5d2d6baa24f144a93c86f51a1e

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">nose-show-skipped</remote-id>
<maintainer status="unknown">
<email>cpcloud@gmail.com</email>
<name>Phillip Cloud</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="A nose plugin to show skipped tests and their messages"
HOMEPAGE="https://github.com/cpcloud/nose-show-skipped http://pypi.python.org/pypi/nose-show-skipped"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"