From 0b3b14a3a89d2b2cbfe5b8f2b6d83fc5ec974136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 28 Dec 2020 14:49:48 +0100 Subject: dev-python/pytest-html: update to version 3.1.1 This also expands supported python versions. --- dev-python/pytest-html/Manifest | 2 +- dev-python/pytest-html/pytest-html-2.1.1.ebuild | 31 ------------------------- dev-python/pytest-html/pytest-html-3.1.1.ebuild | 31 +++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 dev-python/pytest-html/pytest-html-2.1.1.ebuild create mode 100644 dev-python/pytest-html/pytest-html-3.1.1.ebuild (limited to 'dev-python/pytest-html') diff --git a/dev-python/pytest-html/Manifest b/dev-python/pytest-html/Manifest index aafcac5..bb1aa54 100644 --- a/dev-python/pytest-html/Manifest +++ b/dev-python/pytest-html/Manifest @@ -1 +1 @@ -DIST pytest-html-2.1.1.tar.gz 30261 BLAKE2B 4e6e5f29af7059c0b2fbcab06759c52a14cfd83b34a17db622d0b99fdfa45163b8c1eec23bd25177de7650381b437374d2f2a5335adada6613dfaa1e84126118 SHA512 a35eb141d90b82e713e11b022a788adb9f097910dd267f207afdf3b6fc06f40fc6ca308e70098d7aa48d866aad8495aad25bbf566c301f789749f1791a7fa802 +DIST pytest-html-3.1.1.tar.gz 38548 BLAKE2B d2491280ceb4524a10a46891448bb63fe997a4be82062e727fb1d79ef6154a0b4229bbec27c6601372776f7c8dd124aab5d4968482fc24ad24330db5d2520187 SHA512 78091b485d153b54cd76abb8cfeb6494830b1b51a10dc0c00c73eccf67962d2805e3f83972c7ccfd1f877a939b582f80d5ddd5273fd1ddcac2a1a9c2eb121300 diff --git a/dev-python/pytest-html/pytest-html-2.1.1.ebuild b/dev-python/pytest-html/pytest-html-2.1.1.ebuild deleted file mode 100644 index bc3ffb8..0000000 --- a/dev-python/pytest-html/pytest-html-2.1.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} 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-5.0[${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 -} diff --git a/dev-python/pytest-html/pytest-html-3.1.1.ebuild b/dev-python/pytest-html/pytest-html-3.1.1.ebuild new file mode 100644 index 0000000..f7f7176 --- /dev/null +++ b/dev-python/pytest-html/pytest-html-3.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9} 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-5.0[${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 +} -- cgit v1.2.3