mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pytest-html: treeclean
Closes: https://bugs.gentoo.org/759931 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST pytest-html-3.1.1.tar.gz 38548 BLAKE2B d2491280ceb4524a10a46891448bb63fe997a4be82062e727fb1d79ef6154a0b4229bbec27c6601372776f7c8dd124aab5d4968482fc24ad24330db5d2520187 SHA512 78091b485d153b54cd76abb8cfeb6494830b1b51a10dc0c00c73eccf67962d2805e3f83972c7ccfd1f877a939b582f80d5ddd5273fd1ddcac2a1a9c2eb121300
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pytest-html</remote-id>
|
||||
<remote-id type="github">pytest-dev/pytest-html</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>zmedico@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} 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 ~riscv ~x86"
|
||||
|
||||
# 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
|
||||
}
|
||||
@@ -678,12 +678,6 @@ net-analyzer/prelude-lml
|
||||
sec-policy/selinux-prelude
|
||||
www-apps/prewikka
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2022-11-15)
|
||||
# Test-restricted since its introduction in 2016. Not receiving package
|
||||
# maintainer's attention. No revdeps left.
|
||||
# Removal on 2022-12-15. Bug #759931.
|
||||
dev-python/pytest-html
|
||||
|
||||
# Jonas Stein <jstein@gentoo.org> (2022-11-13)
|
||||
# Dead upstream
|
||||
# Removal after 2023-01-01. Bug #881249.
|
||||
|
||||
Reference in New Issue
Block a user