diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-11 12:39:52 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-09-11 19:06:32 -0500 |
commit | 083f371f720dcfbddc292f5f172e31d62c66552a (patch) | |
tree | af48d5aca86d5a55018647227e127e13d5c6a790 /dev-python/nosehtmloutput | |
parent | mate-base/mate-applets revert backport kernel 4.7 support (diff) | |
download | gentoo-083f371f720dcfbddc292f5f172e31d62c66552a.tar.gz gentoo-083f371f720dcfbddc292f5f172e31d62c66552a.tar.bz2 gentoo-083f371f720dcfbddc292f5f172e31d62c66552a.zip |
doing the test
Diffstat (limited to 'dev-python/nosehtmloutput')
-rw-r--r-- | dev-python/nosehtmloutput/Manifest | 1 | ||||
-rw-r--r-- | dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/nosehtmloutput/Manifest b/dev-python/nosehtmloutput/Manifest index c897132707d1..5a523743e3e5 100644 --- a/dev-python/nosehtmloutput/Manifest +++ b/dev-python/nosehtmloutput/Manifest @@ -1,2 +1 @@ -DIST nosehtmloutput-0.0.4.tar.gz 18044 SHA256 a62cf629376ff9e20a350ff64745caab1ae15d7bc14a1f7ae7a36ad8fea7ed1d SHA512 740c9acf3e35c10dcf72307a29ac2afe7297cf306cb489ac6e6d0b86786b857640a9a9e589e7416c5953c87aa5b3783cfeb9c8d69e6cc2442cbaaf3de6a118ab WHIRLPOOL 073bd68303fe6b1737a7db76c45dac84378270f44472a6d25c5dd00c169e3df925d28e1498b6c86134738ca837796bb1a1e4b162aa3bad098ffc62cfb80b35f0 DIST nosehtmloutput-0.0.5.tar.gz 7525 SHA256 98409e4e231e25582f4d657f31bbe9665e8299b4f0f157e55f1f37b46b67271e SHA512 85bf7d2ab9db9e054772a1af85c17b6213edb2c5bcf30e78392470ad79fad51f15a67f5923282b867248828beab4ca5ea57fe18a071c21995cf56cb56c6bec84 WHIRLPOOL ec9664b659ac43c0761d87799513a2f1d57b8276c803193a6e0a33067b98db147d54e69d31b335e1bec723d5982cf67c26ab9873ad03fc5993992d58d9bf1156 diff --git a/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild b/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild deleted file mode 100644 index 56883a53a493..000000000000 --- a/dev-python/nosehtmloutput/nosehtmloutput-0.0.4-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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}]" |