summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-06-17 06:42:14 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-06-17 06:42:14 +0000
commita18f78155e089eaa80f27321073dbc73c9b647b9 (patch)
treee6e909292d10b6157e0d7dd54cf5d668879806a0
parentBump (diff)
downloadgentoo-2-a18f78155e089eaa80f27321073dbc73c9b647b9.tar.gz
gentoo-2-a18f78155e089eaa80f27321073dbc73c9b647b9.tar.bz2
gentoo-2-a18f78155e089eaa80f27321073dbc73c9b647b9.zip
Bump
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r--dev-python/nosehtmloutput/ChangeLog7
-rw-r--r--dev-python/nosehtmloutput/nosehtmloutput-0.0.5.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/nosehtmloutput/ChangeLog b/dev-python/nosehtmloutput/ChangeLog
index 56e9f795ceb8..4242bb853af8 100644
--- a/dev-python/nosehtmloutput/ChangeLog
+++ b/dev-python/nosehtmloutput/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/nosehtmloutput
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.11 2015/06/07 14:20:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/ChangeLog,v 1.12 2015/06/17 06:42:14 patrick Exp $
+
+*nosehtmloutput-0.0.5 (17 Jun 2015)
+
+ 17 Jun 2015; Patrick Lauer <patrick@gentoo.org> +nosehtmloutput-0.0.5.ebuild:
+ Bump
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/dev-python/nosehtmloutput/nosehtmloutput-0.0.5.ebuild b/dev-python/nosehtmloutput/nosehtmloutput-0.0.5.ebuild
new file mode 100644
index 000000000000..5305b19dd01b
--- /dev/null
+++ b/dev-python/nosehtmloutput/nosehtmloutput-0.0.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nosehtmloutput/nosehtmloutput-0.0.5.ebuild,v 1.1 2015/06/17 06:42:14 patrick Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Nose plugin to produce test results in html"
+HOMEPAGE="https://github.com/cboylan/nose-html-output"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"