Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-runner/
Date: Fri, 03 Jan 2020 21:46:07
Message-Id: 1578087952.63792620ae8d8cbb153fe7b15a6a8a28c285046f.asturm@gentoo
1 commit: 63792620ae8d8cbb153fe7b15a6a8a28c285046f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 13:27:51 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 21:45:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63792620
7
8 dev-python/pytest-runner: Drop 2.11.1, 2.6.2, 4.0
9
10 4.2 is stable, EAPI-5 cleanup.
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-python/pytest-runner/Manifest | 3 --
16 .../pytest-runner/pytest-runner-2.11.1.ebuild | 40 --------------------
17 .../pytest-runner/pytest-runner-2.6.2.ebuild | 43 ----------------------
18 dev-python/pytest-runner/pytest-runner-4.0.ebuild | 42 ---------------------
19 4 files changed, 128 deletions(-)
20
21 diff --git a/dev-python/pytest-runner/Manifest b/dev-python/pytest-runner/Manifest
22 index d024ac74ad5..339a4428076 100644
23 --- a/dev-python/pytest-runner/Manifest
24 +++ b/dev-python/pytest-runner/Manifest
25 @@ -1,5 +1,2 @@
26 -DIST pytest-runner-2.11.1.tar.gz 9661 BLAKE2B 300b63de61ef36c299a95c60af469b071c27ae483f641c7cad594f7b6f582d9e1e076192f9fd5019850cf9227af183e9f80b4049719d074a180e72c25521bc14 SHA512 5249e0a368bab21bb034a9b0121edbcda635f559cc22ba79c87565dcbc070056bfed47a69c16f4733403f61ea5b73adfd1ccf945700116043cbf3940d37d4067
27 -DIST pytest-runner-2.6.2.tar.gz 6379 BLAKE2B 4f676a4cd59309cdd0e6462c83718482622817781d302ed95a2b7cb9d92a0b0f38b411c1172ecce9003f5781cdb168338bce6f446b1c91069a2024fb75574bfc SHA512 6a993e8729d5e203986f2526d46e96b7ac19e65fc26493a55a98e858304ecde0c47576476864a0ee1817ea1a7b02cfda952fc03f79b84fff249021f140f3d00d
28 -DIST pytest-runner-4.0.tar.gz 11401 BLAKE2B 3be4527e68b8c1ae7e1bb5bad111367e459a07cf20de1f3b2d8ab993a7e016f9656618075bf515f576fef457aa86f99990f7dcc4c20a04166703bf9272c395c1 SHA512 a7f3defcc698f43b3b6ceec3f59dbd0e00c651167ddc76a9d1a093d722a013c9ffd2bad3438e49170688d503166cb6d8bf55bbaf7bc6f9e6d80eff049c202b08
29 DIST pytest-runner-4.2.tar.gz 11947 BLAKE2B 97495bead800a81d879659f1ee522822f76fe8ac80579537d43e21e663323d7c10be8d2da7d05ffdb0931145149d8c10ef7c72b3ab4da2ce856d44d3f00a724e SHA512 278da7add27f77134e63470747ffd9fe663d93ab8e7cebfbae98902bb1d5ffba45277574107f958255251cb9e499b85a0db3e8173f9f10fb31d1561ca709a379
30 DIST pytest-runner-5.2.tar.gz 15534 BLAKE2B 0bcbd5991808aaa4b85b9071ce142e03287683e919687fa76f5b7929ad07dca6ae6edaf7ad30a1bc1ba0163f43505ec18ab2cd5e0462399b8252c8ca761d7b29 SHA512 5fc62a4e681cfa0ef25dc815ccbbfe1a7ca0e9e7783c2ba2db0da7d2539f11c08d6c3fad2ab3dfe7f0d50fe7bfb41127b11ec9af67ef8e32361655bc910c8245
31
32 diff --git a/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild b/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild
33 deleted file mode 100644
34 index 746367bac74..00000000000
35 --- a/dev-python/pytest-runner/pytest-runner-2.11.1.ebuild
36 +++ /dev/null
37 @@ -1,40 +0,0 @@
38 -# Copyright 1999-2019 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -
43 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} )
44 -
45 -inherit distutils-r1
46 -
47 -DESCRIPTION="Adds support for tests during installation of setup.py files"
48 -HOMEPAGE="https://pypi.org/project/pytest-runner/ https://github.com/pytest-dev/pytest-runner"
49 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
53 -SLOT="0"
54 -IUSE="doc test"
55 -RESTRICT="!test? ( test )"
56 -
57 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
58 -DEPEND="
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
61 - doc? (
62 - dev-python/rst-linker[${PYTHON_USEDEP}]
63 - dev-python/sphinx[${PYTHON_USEDEP}]
64 - )
65 - test? ( ${RDEPEND} )
66 -"
67 -
68 -python_compile_all() {
69 - if use doc; then
70 - esetup.py build_sphinx
71 - HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
72 - fi
73 -}
74 -
75 -python_test() {
76 - esetup.py pytest
77 -}
78
79 diff --git a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild b/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
80 deleted file mode 100644
81 index 476f6b3fba4..00000000000
82 --- a/dev-python/pytest-runner/pytest-runner-2.6.2.ebuild
83 +++ /dev/null
84 @@ -1,43 +0,0 @@
85 -# Copyright 1999-2019 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=5
89 -
90 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
91 -
92 -inherit distutils-r1
93 -
94 -DESCRIPTION="Adds support for tests during installation of setup.py files"
95 -HOMEPAGE="https://pypi.org/project/pytest-runner/ https://github.com/pytest-dev/pytest-runner"
96 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
97 -
98 -LICENSE="MIT"
99 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
100 -SLOT="0"
101 -IUSE="doc"
102 -
103 -DEPEND="
104 - dev-python/setuptools[${PYTHON_USEDEP}]
105 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
106 - "
107 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
108 -
109 -# Test not included
110 -RESTRICT="test"
111 -
112 -python_compile_all() {
113 - # The build by rst2html.py makes non fatal errors building index.rst
114 - if use doc; then
115 - rst2html.py docs/history.rst > docs/history.html
116 - rst2html.py docs/index.rst > docs/index.html
117 - fi
118 -}
119 -
120 -python_test() {
121 - esetup.py pytest
122 -}
123 -
124 -python_install_all() {
125 - use doc && local HTML_DOCS=( docs/. )
126 - distutils-r1_python_install_all
127 -}
128
129 diff --git a/dev-python/pytest-runner/pytest-runner-4.0.ebuild b/dev-python/pytest-runner/pytest-runner-4.0.ebuild
130 deleted file mode 100644
131 index edf96aa5c9e..00000000000
132 --- a/dev-python/pytest-runner/pytest-runner-4.0.ebuild
133 +++ /dev/null
134 @@ -1,42 +0,0 @@
135 -# Copyright 1999-2019 Gentoo Authors
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI="6"
139 -
140 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} )
141 -
142 -inherit distutils-r1
143 -
144 -DESCRIPTION="Adds support for tests during installation of setup.py files"
145 -HOMEPAGE="https://pypi.org/project/pytest-runner/ https://github.com/pytest-dev/pytest-runner"
146 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
147 -
148 -LICENSE="MIT"
149 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
150 -SLOT="0"
151 -IUSE="doc test"
152 -
153 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
154 -DEPEND="
155 - dev-python/setuptools[${PYTHON_USEDEP}]
156 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
157 - doc? (
158 - dev-python/rst-linker[${PYTHON_USEDEP}]
159 - dev-python/sphinx[${PYTHON_USEDEP}]
160 - )
161 - test? ( ${RDEPEND} )
162 -"
163 -
164 -# Tests require network access to download packages
165 -RESTRICT="test"
166 -
167 -python_compile_all() {
168 - if use doc; then
169 - esetup.py build_sphinx
170 - HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
171 - fi
172 -}
173 -
174 -python_test() {
175 - esetup.py pytest || die
176 -}