From 14120a50ae1506fe62a21dad5896eafce6f64a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 22 Mar 2020 12:09:33 +0100 Subject: dev-python/pytest-html: update to version 2.1.1 --- dev-python/pytest-html/Manifest | 2 +- dev-python/pytest-html/pytest-html-2.0.1.ebuild | 31 ------------------------- dev-python/pytest-html/pytest-html-2.1.1.ebuild | 31 +++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 dev-python/pytest-html/pytest-html-2.0.1.ebuild create mode 100644 dev-python/pytest-html/pytest-html-2.1.1.ebuild (limited to 'dev-python/pytest-html') diff --git a/dev-python/pytest-html/Manifest b/dev-python/pytest-html/Manifest index 86e7a75..aafcac5 100644 --- a/dev-python/pytest-html/Manifest +++ b/dev-python/pytest-html/Manifest @@ -1 +1 @@ -DIST pytest-html-2.0.1.tar.gz 27905 BLAKE2B a17326c46ae9566e069363e4d7b1732affd6ce515c390053fb5b71ac374008bd593aad206dcab55e9220583a415e84bf143ee423dc45605f5e598536034ac105 SHA512 ab9a8fb27b979fb6ce27ba54ee41a4abbed1e2faef7f476993973b42899a2b28ecd01d0280bcd61fe5b715be34d27591698c28fca6f0c55fb0355f08f040db6c +DIST pytest-html-2.1.1.tar.gz 30261 BLAKE2B 4e6e5f29af7059c0b2fbcab06759c52a14cfd83b34a17db622d0b99fdfa45163b8c1eec23bd25177de7650381b437374d2f2a5335adada6613dfaa1e84126118 SHA512 a35eb141d90b82e713e11b022a788adb9f097910dd267f207afdf3b6fc06f40fc6ca308e70098d7aa48d866aad8495aad25bbf566c301f789749f1791a7fa802 diff --git a/dev-python/pytest-html/pytest-html-2.0.1.ebuild b/dev-python/pytest-html/pytest-html-2.0.1.ebuild deleted file mode 100644 index bc3ffb8..0000000 --- a/dev-python/pytest-html/pytest-html-2.0.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-2.1.1.ebuild b/dev-python/pytest-html/pytest-html-2.1.1.ebuild new file mode 100644 index 0000000..bc3ffb8 --- /dev/null +++ b/dev-python/pytest-html/pytest-html-2.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_{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 +} -- cgit v1.2.3