commit: 35b5f010a3c46862ac871c4e39558b6d655950ba Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Fri Nov 29 06:09:24 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 06:09:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b5f010
dev-python/pytest-html: Remove old versions Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-python/pytest-html/Manifest | 2 -- dev-python/pytest-html/pytest-html-1.10.1.ebuild | 27 ----------------------- dev-python/pytest-html/pytest-html-1.14.2.ebuild | 28 ------------------------ 3 files changed, 57 deletions(-) diff --git a/dev-python/pytest-html/Manifest b/dev-python/pytest-html/Manifest index 2f0f293c468..209db1df34e 100644 --- a/dev-python/pytest-html/Manifest +++ b/dev-python/pytest-html/Manifest @@ -1,3 +1 @@ -DIST pytest-html-1.10.1.tar.gz 15380 BLAKE2B 1334c74c1c9d2957ae1f60ccbc3ae3bcd686c79c600c4bf8595e8d7eb59f589209857dafc439a21c17c673eb650db5f66ccd5cbca84bda4c6ba9a2d53e254c9e SHA512 56d49fcb293adcf1424b0dfd3f64b62da560b744594007028c02e4bd722f92201709a089afb4283e6b711ae616eebd0bd4da204f4b974e4a4fc38bc7ab11d077 -DIST pytest-html-1.14.2.tar.gz 21577 BLAKE2B 62a64906b6cedd161674e38bccbc556e772662882ff5aa94f6f68731d11d8dc7d1f2363f97f73b235126fff1fe82314c5b4d2add53334c369eb679702a3af411 SHA512 fe5bb0fdaf098c98efdadf9aa106f30850e382dd7910647c335ebb7fc6f195940210e766c041c2a5bc11421bb3ec0127e5b59d845dff8ca94e799511a495457f DIST pytest-html-1.16.0.tar.gz 23271 BLAKE2B 44ed26f5c4da0a3f03889ea7a78346bf1ebcac78a57b69e8f4027d13cb3545c673c823713bbe04f787467c5695d42723bb219fa1ebe6d2a2810313dc6b083f5e SHA512 ac79122e3cd5704d297030422181414704dd681e695ab6c71d2e569958a4b83216211064a842b11dda19d9c05689bdb39fe51d64f3d6169a305c6eac8c702afd diff --git a/dev-python/pytest-html/pytest-html-1.10.1.ebuild b/dev-python/pytest-html/pytest-html-1.10.1.ebuild deleted file mode 100644 index 0be6fb9643d..00000000000 --- a/dev-python/pytest-html/pytest-html-1.10.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Plugin for generating HTML reports for py.test results" -HOMEPAGE="https://github.com/pytest-dev/pytest-html/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -# Lots of test failures... -RESTRICT="test" -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -python_test() { - PYTHONPATH=${PWD}${PYTHONPATH:+:}${PYTHONPATH} \ - py.test test_pytest_html.py || die -} diff --git a/dev-python/pytest-html/pytest-html-1.14.2.ebuild b/dev-python/pytest-html/pytest-html-1.14.2.ebuild deleted file mode 100644 index 046b52040c5..00000000000 --- a/dev-python/pytest-html/pytest-html-1.14.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Plugin for generating HTML reports for py.test results" -HOMEPAGE="https://github.com/pytest-dev/pytest-html/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -# Lots of test failures... -RESTRICT="test" -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-metadata[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools_scm[${PYTHON_USEDEP}]" - -python_test() { - PYTHONPATH=${PWD}${PYTHONPATH:+:}${PYTHONPATH} \ - py.test -v -r a testing/test_pytest_html.py || die -}