From dd25f3ad43bff9d6811ec5e66080fea234e32fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 11 Dec 2019 00:26:53 +0100 Subject: dev-python/pytest-html: update to 2.0.1 --- dev-python/pytest-html/Manifest | 2 +- dev-python/pytest-html/pytest-html-2.0.0.ebuild | 31 ------------------------- dev-python/pytest-html/pytest-html-2.0.1.ebuild | 31 +++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 dev-python/pytest-html/pytest-html-2.0.0.ebuild create mode 100644 dev-python/pytest-html/pytest-html-2.0.1.ebuild diff --git a/dev-python/pytest-html/Manifest b/dev-python/pytest-html/Manifest index ad41194..86e7a75 100644 --- a/dev-python/pytest-html/Manifest +++ b/dev-python/pytest-html/Manifest @@ -1 +1 @@ -DIST pytest-html-2.0.0.tar.gz 27484 BLAKE2B 2cf2b65406ad171a4aeaad668d4598c9f95513dcb31a8c914494bfdad9af5098d732c0573fc40a24e403a208faefcd06af81947d5c092fc27e24c7dab3255b85 SHA512 4aff39918957738814ec59c63de3cbf5468d5db6c6f9c753cc474b38e5c47697454c807605d57dd6551c94bde5d9fcee7573147aaa8f0db7dee8d2f15657ac29 +DIST pytest-html-2.0.1.tar.gz 27905 BLAKE2B a17326c46ae9566e069363e4d7b1732affd6ce515c390053fb5b71ac374008bd593aad206dcab55e9220583a415e84bf143ee423dc45605f5e598536034ac105 SHA512 ab9a8fb27b979fb6ce27ba54ee41a4abbed1e2faef7f476993973b42899a2b28ecd01d0280bcd61fe5b715be34d27591698c28fca6f0c55fb0355f08f040db6c diff --git a/dev-python/pytest-html/pytest-html-2.0.0.ebuild b/dev-python/pytest-html/pytest-html-2.0.0.ebuild deleted file mode 100644 index bc3ffb8..0000000 --- a/dev-python/pytest-html/pytest-html-2.0.0.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.0.1.ebuild b/dev-python/pytest-html/pytest-html-2.0.1.ebuild new file mode 100644 index 0000000..bc3ffb8 --- /dev/null +++ b/dev-python/pytest-html/pytest-html-2.0.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