Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-runner/, dev-python/pytest-runner/files/
Date: Mon, 23 Nov 2015 10:05:51
Message-Id: 1448273131.2c0e4a07a04a2a5934ad6c25af070c0619a2f574.jlec@gentoo
1 commit: 2c0e4a07a04a2a5934ad6c25af070c0619a2f574
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 23 08:52:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 23 10:05:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0e4a07
7
8 dev-python/pytest-runner: Clean old
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pytest-runner/Manifest | 3 --
14 .../files/pytest-runner-2.1.2-hgtools.patch | 17 ----------
15 dev-python/pytest-runner/files/pytest-runner.patch | 12 -------
16 .../pytest-runner/pytest-runner-2.1.2.ebuild | 27 ----------------
17 .../pytest-runner/pytest-runner-2.5.1.ebuild | 24 --------------
18 .../pytest-runner/pytest-runner-2.6.1.ebuild | 37 ----------------------
19 6 files changed, 120 deletions(-)
20
21 diff --git a/dev-python/pytest-runner/Manifest b/dev-python/pytest-runner/Manifest
22 index 40a479a..f548bec 100644
23 --- a/dev-python/pytest-runner/Manifest
24 +++ b/dev-python/pytest-runner/Manifest
25 @@ -1,4 +1 @@
26 -DIST pytest-runner-2.1.2.zip 5413 SHA256 544b53ade15931ad9bc74fecd897c49b2f3a9a1affc94bcbd88508548f6abbfc SHA512 ac82dfbe102fb4079c061f5700e5100713b51e3d71cb736c7956d1f5404e3ad5a44bf72b5164fde961e189819ef532a60623068e6f05b42a73bd700d056a55b8 WHIRLPOOL f0d9f5b0bc5f3e3fa9556a2b6d5b5b3297f146f14668fc35aead8b69e7bf848487bbb74035e247e52dfa4f22139566e9203e4ef8e678b8ba4e3897a36a43ff0c
27 -DIST pytest-runner-2.5.1.zip 11419 SHA256 9c2d1d1ab4595d5cd5eef6950e3e11ca8f1719c7504d16a111ae1f5757660a7f SHA512 daf9054b3e83cbf8b8e551208804384b689af873eadd12dc5e1e52d70511b947c6c114a5dfe53e135e0428cea993d2930430f1e71b0a6effc08f9e40ff3a48e6 WHIRLPOOL 3cfd55be0da567b00f0347e40fc81f1243dbc4c837a49fa00dbb53f3c814121f0613fae5b6096d67c68c9f2ec3d5ab1d1f0a7a703dac63d9fe1a09b4d44e7f19
28 -DIST pytest-runner-2.6.1.tar.gz 6343 SHA256 761c6bb1e6ffe3788f23a3b18170a4d83d1d0b29ffaff8213dbc5ff6fd41714c SHA512 5f5e96a4b8072334d93ce38a361f5f9f50f8fb67943b2da30027b7e1e8304b4d0b46d34be1f6d90c859e5d6d75c991e6848427567cca6ad979803355a0397de0 WHIRLPOOL 3c623ea889f1b7bd1bf32a5371248163a03406f7bfa152ba33f77aa7821d812d8a6f877b5ecb7472c57372d5bc548e0fdf5798ab3c87840b9a1e753ca0857d3c
29 DIST pytest-runner-2.6.2.tar.gz 6379 SHA256 e775a40ee4a3a1d45018b199c44cc20bbe7f3df2dc8882f61465bb4141c78cdb SHA512 6a993e8729d5e203986f2526d46e96b7ac19e65fc26493a55a98e858304ecde0c47576476864a0ee1817ea1a7b02cfda952fc03f79b84fff249021f140f3d00d WHIRLPOOL 968a38864b58d35d4c9fb0fa2855bae9f87bcb68936b5f129c5bc67b2c751e51bf5f9e5f54d27f36ccd6e89df7d4f8c4a6556de408cc8287f52725e1eb73fef5
30
31 diff --git a/dev-python/pytest-runner/files/pytest-runner-2.1.2-hgtools.patch b/dev-python/pytest-runner/files/pytest-runner-2.1.2-hgtools.patch
32 deleted file mode 100644
33 index 1d379e1..0000000
34 --- a/dev-python/pytest-runner/files/pytest-runner-2.1.2-hgtools.patch
35 +++ /dev/null
36 @@ -1,17 +0,0 @@
37 - setup.py | 3 ---
38 - 1 file changed, 3 deletions(-)
39 -
40 -diff --git a/setup.py b/setup.py
41 -index 2679782..271b3cf 100644
42 ---- a/setup.py
43 -+++ b/setup.py
44 -@@ -26,9 +26,6 @@ setup_params = dict(
45 - "Programming Language :: Python :: 2.7",
46 - "Programming Language :: Python :: 3",
47 - ],
48 -- setup_requires=[
49 -- 'hgtools',
50 -- ],
51 - )
52 - if __name__ == '__main__':
53 - setuptools.setup(**setup_params)
54
55 diff --git a/dev-python/pytest-runner/files/pytest-runner.patch b/dev-python/pytest-runner/files/pytest-runner.patch
56 deleted file mode 100644
57 index 9d93267..0000000
58 --- a/dev-python/pytest-runner/files/pytest-runner.patch
59 +++ /dev/null
60 @@ -1,12 +0,0 @@
61 ---- setup.py.orig 2012-12-28 01:01:07.865345417 -0500
62 -+++ setup.py 2012-12-28 01:01:17.003360680 -0500
63 -@@ -14,9 +14,6 @@
64 - 'distutils.commands':
65 - ['ptr = ptr:PyTest'],
66 - },
67 -- setup_requires=[
68 -- 'hgtools',
69 -- ],
70 - )
71 - if __name__ == '__main__':
72 - setuptools.setup(**setup_params)
73
74 diff --git a/dev-python/pytest-runner/pytest-runner-2.1.2.ebuild b/dev-python/pytest-runner/pytest-runner-2.1.2.ebuild
75 deleted file mode 100644
76 index 9e8c114..0000000
77 --- a/dev-python/pytest-runner/pytest-runner-2.1.2.ebuild
78 +++ /dev/null
79 @@ -1,27 +0,0 @@
80 -# Copyright 1999-2015 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI=5
85 -
86 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="Adds support for tests durring installation of setup.py files"
91 -HOMEPAGE="https://pypi.python.org/pypi/pytest-runner"
92 -SRC_URI="mirror://pypi/p/${PN}/${P}.zip"
93 -
94 -LICENSE="MIT"
95 -KEYWORDS="amd64 ~arm ppc ppc64 sparc x86"
96 -SLOT="0"
97 -IUSE=""
98 -
99 -DEPEND="
100 - app-arch/unzip
101 - dev-python/setuptools[${PYTHON_USEDEP}]"
102 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
103 -
104 -PATCHES=(
105 - "${FILESDIR}"/${P}-hgtools.patch
106 -)
107
108 diff --git a/dev-python/pytest-runner/pytest-runner-2.5.1.ebuild b/dev-python/pytest-runner/pytest-runner-2.5.1.ebuild
109 deleted file mode 100644
110 index dcd5f89..0000000
111 --- a/dev-python/pytest-runner/pytest-runner-2.5.1.ebuild
112 +++ /dev/null
113 @@ -1,24 +0,0 @@
114 -# Copyright 1999-2015 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -# $Id$
117 -
118 -EAPI=5
119 -
120 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
121 -
122 -inherit distutils-r1
123 -
124 -DESCRIPTION="Adds support for tests durring installation of setup.py files"
125 -HOMEPAGE="https://pypi.python.org/pypi/pytest-runner"
126 -SRC_URI="mirror://pypi/p/${PN}/${P}.zip"
127 -
128 -LICENSE="MIT"
129 -KEYWORDS="~amd64 ~arm ~x86"
130 -SLOT="0"
131 -IUSE=""
132 -
133 -DEPEND="
134 - app-arch/unzip
135 - dev-python/setuptools[${PYTHON_USEDEP}]
136 - dev-python/setuptools_scm[${PYTHON_USEDEP}]"
137 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
138
139 diff --git a/dev-python/pytest-runner/pytest-runner-2.6.1.ebuild b/dev-python/pytest-runner/pytest-runner-2.6.1.ebuild
140 deleted file mode 100644
141 index 15ef684..0000000
142 --- a/dev-python/pytest-runner/pytest-runner-2.6.1.ebuild
143 +++ /dev/null
144 @@ -1,37 +0,0 @@
145 -# Copyright 1999-2015 Gentoo Foundation
146 -# Distributed under the terms of the GNU General Public License v2
147 -# $Id$
148 -
149 -EAPI=5
150 -
151 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
152 -
153 -inherit distutils-r1
154 -
155 -DESCRIPTION="Adds support for tests durring installation of setup.py files"
156 -HOMEPAGE="https://pypi.python.org/pypi/pytest-runner https://bitbucket.org/pytest-dev/pytest-runner"
157 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
158 -
159 -LICENSE="MIT"
160 -KEYWORDS="~amd64 ~arm ~x86"
161 -SLOT="0"
162 -IUSE="doc"
163 -
164 -DEPEND="
165 - dev-python/setuptools[${PYTHON_USEDEP}]
166 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
167 - "
168 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
169 -
170 -python_compile_all() {
171 - # The build by rst2html.py makes non fatal errors building index.rst
172 - if use doc; then
173 - rst2html.py docs/history.rst > docs/history.html
174 - rst2html.py docs/index.rst > docs/index.html
175 - fi
176 -}
177 -
178 -python_install_all() {
179 - use doc && local HTML_DOCS=( docs/. )
180 - distutils-r1_python_install_all
181 -}