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/virtualenv/, dev-python/virtualenv/files/
Date: Mon, 23 Nov 2015 10:06:01
Message-Id: 1448273131.28ae481257f6f6b3b4302cba04e845091591dfe9.jlec@gentoo
1 commit: 28ae481257f6f6b3b4302cba04e845091591dfe9
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 23 09:28:55 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=28ae4812
7
8 dev-python/virtualenv: Drop old
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/virtualenv/Manifest | 3 --
14 .../files/virtualenv-12.0-skip-broken-test.patch | 18 ---------
15 dev-python/virtualenv/virtualenv-12.0.5.ebuild | 45 ---------------------
16 dev-python/virtualenv/virtualenv-13.1.0.ebuild | 46 ----------------------
17 dev-python/virtualenv/virtualenv-13.1.1.ebuild | 46 ----------------------
18 5 files changed, 158 deletions(-)
19
20 diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
21 index 0141f87..20ad85d 100644
22 --- a/dev-python/virtualenv/Manifest
23 +++ b/dev-python/virtualenv/Manifest
24 @@ -1,4 +1 @@
25 -DIST virtualenv-12.0.5.tar.gz 1805752 SHA256 ebb7a01e7fb7a9b3586692f623da4e13d50351f3733d8bbc83aaecd654c5f955 SHA512 b5fd46aa8a34f42d3db46c48ac751e5c22d8fcddc83edd4230838549d549ddfd47e56ef784677d8d17471ed2bbde168e3db6d48ca6a9c2d2ae757caac5768a10 WHIRLPOOL 6a0e568a9954473c6ab2b4f4d814ddd42a4c92d6543b3ec005bbd42d9c25a775dc421c5e8491269fc77fba6c37e8dea9773c644eaa44128b9f2bf7f0db6bdea0
26 -DIST virtualenv-13.1.0.tar.gz 1705046 SHA256 504e705d73251a7f248e0e88d9054a1b4baf5f276a237f8de0830fd0e1661d63 SHA512 9361b4a44e57c9e2d2138092b0f0b32f7d0209f383f5b0c5f001b2a4e5a886acdacee0317551f6e4722b7fc669604debdcaa50864285ff3326c34a2b9ecb13f4 WHIRLPOOL dc6ff2b2fca481686f56b7f719a417c6b8bd2f115284aa7cc2d6a3541434db107638be97aca51407f9bec819254972606bf57ec233909e86bbd9f7673e0e5936
27 -DIST virtualenv-13.1.1.tar.gz 1704689 SHA256 8ccd344a7410aca75fd95a342e7e8f941e780d117b259d80ac6220d71bdb8c22 SHA512 dc8bd7dd34961c7e85cb3b4f31e160dfc15403e8c91c59fa7f92b0271bc4c09181c2db803fe6ecb4234bfd5f0b60bb8cd64f0a195d8dcfebc7bb34bd4bc7487f WHIRLPOOL 4132729160683c851952cd65c0c52a4f7f885fc26ff763e41cc5f313d1d50fb2a561668121d273a5455cc275561feb89d23fc28f285c37db268175c2b775cf00
28 DIST virtualenv-13.1.2.tar.gz 1704701 SHA256 438a9933dac2e6ef2e4270fe82435f9c29f933f05e2c5840a7b45e342b6292f8 SHA512 e58f0b1d46174d61b0ef6703020806208f34291c5490fabf29d3b82a03ba89a7caeb377aac44549f6c0ffe2e445786e16dcd67593b7b8d3b1fae0d9e8c8ef124 WHIRLPOOL 03fe0181ebb2d4becb357a740cc3f743526a087e03c03f5e20abac6a54a2701865c89f9f6023ae996d3ca032b08d28e1048747dc8ea1740316f330180f0f5161
29
30 diff --git a/dev-python/virtualenv/files/virtualenv-12.0-skip-broken-test.patch b/dev-python/virtualenv/files/virtualenv-12.0-skip-broken-test.patch
31 deleted file mode 100644
32 index a7485e4..0000000
33 --- a/dev-python/virtualenv/files/virtualenv-12.0-skip-broken-test.patch
34 +++ /dev/null
35 @@ -1,18 +0,0 @@
36 ---- virtualenv-12.0/tests/test_virtualenv.py
37 -+++ virtualenv-12.0/tests/test_virtualenv.py
38 -@@ -5,6 +5,7 @@
39 - import sys
40 - import tempfile
41 - from mock import patch, Mock
42 -+import unittest
43 -
44 -
45 - def test_version():
46 -@@ -123,6 +124,7 @@
47 - shutil.rmtree(tmp_virtualenv)
48 -
49 -
50 -+@××××××××.skip("Running create environment while testing is broken")
51 - def test_always_copy_option():
52 - """Should be no symlinks in directory tree"""
53 - tmp_virtualenv = tempfile.mkdtemp()
54
55 diff --git a/dev-python/virtualenv/virtualenv-12.0.5.ebuild b/dev-python/virtualenv/virtualenv-12.0.5.ebuild
56 deleted file mode 100644
57 index c456703..0000000
58 --- a/dev-python/virtualenv/virtualenv-12.0.5.ebuild
59 +++ /dev/null
60 @@ -1,45 +0,0 @@
61 -# Copyright 1999-2015 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -# $Id$
64 -
65 -EAPI="5"
66 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
67 -
68 -inherit distutils-r1
69 -
70 -DESCRIPTION="Virtual Python Environment builder"
71 -HOMEPAGE="http://www.virtualenv.org/ https://pypi.python.org/pypi/virtualenv"
72 -SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
73 -
74 -LICENSE="MIT"
75 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
76 -SLOT="0"
77 -IUSE="doc test"
78 -
79 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
80 -DEPEND="${RDEPEND}
81 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
82 - test? (
83 - dev-python/mock[${PYTHON_USEDEP}]
84 - dev-python/pytest[${PYTHON_USEDEP}]
85 - )"
86 -
87 -DOCS=( docs/index.rst docs/changes.rst )
88 -
89 -PATCHES=(
90 - "${FILESDIR}"/${PN}-1.8.2-no-versioned-script.patch
91 - "${FILESDIR}"/${PN}-12.0-skip-broken-test.patch
92 -)
93 -
94 -python_compile_all() {
95 - use doc && emake -C docs html
96 -}
97 -
98 -python_install_all() {
99 - use doc && local HTML_DOCS=( "${S}"/docs/_build/html/. )
100 - distutils-r1_python_install_all
101 -}
102 -
103 -python_test() {
104 - py.test || die "Tests fail with ${EPYTHON}"
105 -}
106
107 diff --git a/dev-python/virtualenv/virtualenv-13.1.0.ebuild b/dev-python/virtualenv/virtualenv-13.1.0.ebuild
108 deleted file mode 100644
109 index dcf3173..0000000
110 --- a/dev-python/virtualenv/virtualenv-13.1.0.ebuild
111 +++ /dev/null
112 @@ -1,46 +0,0 @@
113 -# Copyright 1999-2015 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -# $Id$
116 -
117 -EAPI="5"
118 -
119 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
120 -
121 -inherit distutils-r1
122 -
123 -DESCRIPTION="Virtual Python Environment builder"
124 -HOMEPAGE="http://www.virtualenv.org/ https://pypi.python.org/pypi/virtualenv https://github.com/pypa/virtualenv/"
125 -SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
126 -
127 -LICENSE="MIT"
128 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
129 -SLOT="0"
130 -IUSE="doc test"
131 -
132 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
133 -DEPEND="${RDEPEND}
134 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
135 - test? (
136 - dev-python/mock[${PYTHON_USEDEP}]
137 - dev-python/pytest[${PYTHON_USEDEP}]
138 - )"
139 -
140 -DOCS=( docs/index.rst docs/changes.rst )
141 -
142 -PATCHES=(
143 - "${FILESDIR}"/${PN}-1.8.2-no-versioned-script.patch
144 - "${FILESDIR}"/${PN}-12.1.1-skip-broken-test.patch
145 -)
146 -
147 -python_compile_all() {
148 - use doc && emake -C docs html
149 -}
150 -
151 -python_test() {
152 - py.test || die "Tests fail with ${EPYTHON}"
153 -}
154 -
155 -python_install_all() {
156 - use doc && local HTML_DOCS=( "${S}"/docs/_build/html/. )
157 - distutils-r1_python_install_all
158 -}
159
160 diff --git a/dev-python/virtualenv/virtualenv-13.1.1.ebuild b/dev-python/virtualenv/virtualenv-13.1.1.ebuild
161 deleted file mode 100644
162 index de7ef3f..0000000
163 --- a/dev-python/virtualenv/virtualenv-13.1.1.ebuild
164 +++ /dev/null
165 @@ -1,46 +0,0 @@
166 -# Copyright 1999-2015 Gentoo Foundation
167 -# Distributed under the terms of the GNU General Public License v2
168 -# $Id$
169 -
170 -EAPI=5
171 -
172 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
173 -
174 -inherit distutils-r1
175 -
176 -DESCRIPTION="Virtual Python Environment builder"
177 -HOMEPAGE="http://www.virtualenv.org/ https://pypi.python.org/pypi/virtualenv https://github.com/pypa/virtualenv/"
178 -SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
179 -
180 -LICENSE="MIT"
181 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
182 -SLOT="0"
183 -IUSE="doc test"
184 -
185 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
186 -DEPEND="${RDEPEND}
187 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
188 - test? (
189 - dev-python/mock[${PYTHON_USEDEP}]
190 - dev-python/pytest[${PYTHON_USEDEP}]
191 - )"
192 -
193 -DOCS=( docs/index.rst docs/changes.rst )
194 -
195 -PATCHES=(
196 - "${FILESDIR}"/${PN}-1.8.2-no-versioned-script.patch
197 - "${FILESDIR}"/${PN}-12.1.1-skip-broken-test.patch
198 -)
199 -
200 -python_compile_all() {
201 - use doc && emake -C docs html
202 -}
203 -
204 -python_test() {
205 - py.test -vvx || die "Tests fail with ${EPYTHON}"
206 -}
207 -
208 -python_install_all() {
209 - use doc && local HTML_DOCS=( "${S}"/docs/_build/html/. )
210 - distutils-r1_python_install_all
211 -}