Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-html/
Date: Fri, 29 Nov 2019 06:10:24
Message-Id: 1575007764.35b5f010a3c46862ac871c4e39558b6d655950ba.zmedico@gentoo
1 commit: 35b5f010a3c46862ac871c4e39558b6d655950ba
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 06:09:24 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 06:09:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b5f010
7
8 dev-python/pytest-html: Remove old versions
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 dev-python/pytest-html/Manifest | 2 --
14 dev-python/pytest-html/pytest-html-1.10.1.ebuild | 27 -----------------------
15 dev-python/pytest-html/pytest-html-1.14.2.ebuild | 28 ------------------------
16 3 files changed, 57 deletions(-)
17
18 diff --git a/dev-python/pytest-html/Manifest b/dev-python/pytest-html/Manifest
19 index 2f0f293c468..209db1df34e 100644
20 --- a/dev-python/pytest-html/Manifest
21 +++ b/dev-python/pytest-html/Manifest
22 @@ -1,3 +1 @@
23 -DIST pytest-html-1.10.1.tar.gz 15380 BLAKE2B 1334c74c1c9d2957ae1f60ccbc3ae3bcd686c79c600c4bf8595e8d7eb59f589209857dafc439a21c17c673eb650db5f66ccd5cbca84bda4c6ba9a2d53e254c9e SHA512 56d49fcb293adcf1424b0dfd3f64b62da560b744594007028c02e4bd722f92201709a089afb4283e6b711ae616eebd0bd4da204f4b974e4a4fc38bc7ab11d077
24 -DIST pytest-html-1.14.2.tar.gz 21577 BLAKE2B 62a64906b6cedd161674e38bccbc556e772662882ff5aa94f6f68731d11d8dc7d1f2363f97f73b235126fff1fe82314c5b4d2add53334c369eb679702a3af411 SHA512 fe5bb0fdaf098c98efdadf9aa106f30850e382dd7910647c335ebb7fc6f195940210e766c041c2a5bc11421bb3ec0127e5b59d845dff8ca94e799511a495457f
25 DIST pytest-html-1.16.0.tar.gz 23271 BLAKE2B 44ed26f5c4da0a3f03889ea7a78346bf1ebcac78a57b69e8f4027d13cb3545c673c823713bbe04f787467c5695d42723bb219fa1ebe6d2a2810313dc6b083f5e SHA512 ac79122e3cd5704d297030422181414704dd681e695ab6c71d2e569958a4b83216211064a842b11dda19d9c05689bdb39fe51d64f3d6169a305c6eac8c702afd
26
27 diff --git a/dev-python/pytest-html/pytest-html-1.10.1.ebuild b/dev-python/pytest-html/pytest-html-1.10.1.ebuild
28 deleted file mode 100644
29 index 0be6fb9643d..00000000000
30 --- a/dev-python/pytest-html/pytest-html-1.10.1.ebuild
31 +++ /dev/null
32 @@ -1,27 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Plugin for generating HTML reports for py.test results"
42 -HOMEPAGE="https://github.com/pytest-dev/pytest-html/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="MPL-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -# Lots of test failures...
50 -RESTRICT="test"
51 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
52 -DEPEND="${RDEPEND}
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
55 -
56 -python_test() {
57 - PYTHONPATH=${PWD}${PYTHONPATH:+:}${PYTHONPATH} \
58 - py.test test_pytest_html.py || die
59 -}
60
61 diff --git a/dev-python/pytest-html/pytest-html-1.14.2.ebuild b/dev-python/pytest-html/pytest-html-1.14.2.ebuild
62 deleted file mode 100644
63 index 046b52040c5..00000000000
64 --- a/dev-python/pytest-html/pytest-html-1.14.2.ebuild
65 +++ /dev/null
66 @@ -1,28 +0,0 @@
67 -# Copyright 1999-2019 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="Plugin for generating HTML reports for py.test results"
76 -HOMEPAGE="https://github.com/pytest-dev/pytest-html/"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -LICENSE="MPL-2.0"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~x86"
82 -IUSE=""
83 -# Lots of test failures...
84 -RESTRICT="test"
85 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
86 - dev-python/pytest-metadata[${PYTHON_USEDEP}]"
87 -DEPEND="${RDEPEND}
88 - dev-python/setuptools[${PYTHON_USEDEP}]
89 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
90 -
91 -python_test() {
92 - PYTHONPATH=${PWD}${PYTHONPATH:+:}${PYTHONPATH} \
93 - py.test -v -r a testing/test_pytest_html.py || die
94 -}