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/virtualenvwrapper/
Date: Mon, 01 Feb 2016 15:44:33
Message-Id: 1454341460.a00188be0bad6b01051f84ddbe1ea8aac6fa1e66.jlec@gentoo
1 commit: a00188be0bad6b01051f84ddbe1ea8aac6fa1e66
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 11:51:28 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 15:44:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00188be
7
8 dev-python/virtualenvwrapper: Version Bump
9
10 Shorten DESCRIPTION
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/virtualenvwrapper/Manifest | 1 +
16 .../virtualenvwrapper/virtualenvwrapper-4.3.1.ebuild | 4 ++--
17 .../virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild | 4 ++--
18 .../virtualenvwrapper/virtualenvwrapper-4.5.1.ebuild | 4 ++--
19 .../virtualenvwrapper/virtualenvwrapper-4.6.0.ebuild | 4 ++--
20 ...wrapper-4.6.0.ebuild => virtualenvwrapper-4.7.1.ebuild} | 14 +++++++++-----
21 6 files changed, 18 insertions(+), 13 deletions(-)
22
23 diff --git a/dev-python/virtualenvwrapper/Manifest b/dev-python/virtualenvwrapper/Manifest
24 index 80825ca..ea6ba33 100644
25 --- a/dev-python/virtualenvwrapper/Manifest
26 +++ b/dev-python/virtualenvwrapper/Manifest
27 @@ -2,3 +2,4 @@ DIST virtualenvwrapper-4.3.1.tar.gz 86086 SHA256 e6228aea4e76ba6a628455313eff4a6
28 DIST virtualenvwrapper-4.3.2.tar.gz 86495 SHA256 ee545ade2e6bc5433284388afde6ec6417a4d819ba7b0d65d0ce8c4d3fcc11fd SHA512 91d93739be1b378c15ea57a325f891762d6b4afcff84b7f4a4401d0090afeef45991ae3339fc6c99a793963f17bef4457715482a1e8f62186dcaf440120093b3 WHIRLPOOL 9889d6c9ab171ace506962df7e294e688749202f94a723b91bfce8ebc751d614ad3ebfe2b58669b5a585ef248de03d727302d5609ea93c54dddcc3a33a82665e
29 DIST virtualenvwrapper-4.5.1.tar.gz 89268 SHA256 ac0b09ce7409ec9d5b8ec90d073641b86bbafc3161f844347b89cc25b2e3a3d9 SHA512 de925da1cf0ec8d25a55c2cc430ea0a2840eaf5e53f0395d925c13c12601db394aeb0b14a15b16b47f4673214ce726df1572e87a28f96d6a6ccc13b3fe43b966 WHIRLPOOL 6773359ae6a9608b7b0fc76db9f9640a66d78d72e7fb0e7f377eb1e8daece862cfc48685050832b79c0153a207517cead7b2ecef716d95f4e7137da802f59620
30 DIST virtualenvwrapper-4.6.0.tar.gz 89516 SHA256 f3c73c3a5436f4d040505e5fb45401abdc4be267a80fa071878cfaa685e685e1 SHA512 a7f64a7ae3aad6038b12c3bfca976772fa6a36c3420194f88b87fdd5eb80b036d331ef35b60c8ffaa4b152eaefeddf161283c9f79cf7dbbc8a5f806bdeed51a2 WHIRLPOOL 7eb764171f2ec40e02e9b383f23c1d4d22c12c15d5df65e6022251b5b96ab9fe09273f62d073e10eb54b6998ad92b3c2127504a6d03672ab90184973c853fd24
31 +DIST virtualenvwrapper-4.7.1.tar.gz 89930 SHA256 3bf73ede42a689adeedc8ac85662cb539665d3d029459bc8d3e6835ecd81ffde SHA512 f972179992728b8b600388b34562fa9de355f526e4ee25ea88840700a57f196a60eba91ac3137e7d826925c7a8ade7479af383bcbfb8b9b837d0a374b8b3c4fd WHIRLPOOL c56cab31ec89b8dd5bfeb7949f72b2d5c5e6f40543bc7fa960b03edcc9d3c2ec095335eecf0b40adcc0fd1c92efc1e760748db772a3da0c44591ed7de5248880
32
33 diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.1.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.1.ebuild
34 index c31d36f..05a6fb1 100644
35 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.1.ebuild
36 +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.1.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2014 Gentoo Foundation
39 +# Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
44
45 inherit distutils-r1
46
47 -DESCRIPTION="virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool"
48 +DESCRIPTION="Set of extensions to Ian Bicking's virtualenv tool"
49 HOMEPAGE="http://www.doughellmann.com/projects/virtualenvwrapper https://pypi.python.org/pypi/virtualenvwrapper"
50 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51
52
53 diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild
54 index b2b20ee..a1d82ea 100644
55 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild
56 +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.3.2.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2015 Gentoo Foundation
59 +# Copyright 1999-2016 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Id$
62
63 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
64
65 inherit distutils-r1
66
67 -DESCRIPTION="virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool"
68 +DESCRIPTION="Set of extensions to Ian Bicking's virtualenv tool"
69 HOMEPAGE="http://www.doughellmann.com/projects/virtualenvwrapper https://pypi.python.org/pypi/virtualenvwrapper"
70 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
71
72
73 diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.5.1.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.5.1.ebuild
74 index b2b20ee..a1d82ea 100644
75 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.5.1.ebuild
76 +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.5.1.ebuild
77 @@ -1,4 +1,4 @@
78 -# Copyright 1999-2015 Gentoo Foundation
79 +# Copyright 1999-2016 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Id$
82
83 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
84
85 inherit distutils-r1
86
87 -DESCRIPTION="virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool"
88 +DESCRIPTION="Set of extensions to Ian Bicking's virtualenv tool"
89 HOMEPAGE="http://www.doughellmann.com/projects/virtualenvwrapper https://pypi.python.org/pypi/virtualenvwrapper"
90 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
91
92
93 diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.6.0.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.6.0.ebuild
94 index b2b20ee..a1d82ea 100644
95 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.6.0.ebuild
96 +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.6.0.ebuild
97 @@ -1,4 +1,4 @@
98 -# Copyright 1999-2015 Gentoo Foundation
99 +# Copyright 1999-2016 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Id$
102
103 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
104
105 inherit distutils-r1
106
107 -DESCRIPTION="virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool"
108 +DESCRIPTION="Set of extensions to Ian Bicking's virtualenv tool"
109 HOMEPAGE="http://www.doughellmann.com/projects/virtualenvwrapper https://pypi.python.org/pypi/virtualenvwrapper"
110 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
111
112
113 diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.6.0.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.7.1.ebuild
114 similarity index 67%
115 copy from dev-python/virtualenvwrapper/virtualenvwrapper-4.6.0.ebuild
116 copy to dev-python/virtualenvwrapper/virtualenvwrapper-4.7.1.ebuild
117 index b2b20ee..a0cc30d 100644
118 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.6.0.ebuild
119 +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.7.1.ebuild
120 @@ -1,25 +1,29 @@
121 -# Copyright 1999-2015 Gentoo Foundation
122 +# Copyright 1999-2016 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 # $Id$
125
126 EAPI=5
127
128 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
129 +PYTHON_COMPAT=( python{2_7,3_{3,4}} )
130
131 inherit distutils-r1
132
133 -DESCRIPTION="virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool"
134 -HOMEPAGE="http://www.doughellmann.com/projects/virtualenvwrapper https://pypi.python.org/pypi/virtualenvwrapper"
135 +DESCRIPTION="Set of extensions to Ian Bicking's virtualenv tool"
136 +HOMEPAGE="
137 + http://www.doughellmann.com/projects/virtualenvwrapper
138 + https://pypi.python.org/pypi/virtualenvwrapper"
139 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
140
141 LICENSE="BSD"
142 SLOT="0"
143 KEYWORDS="~amd64 ~x86"
144 IUSE="test"
145 +
146 # testsuite doesn't work out of the box. Demand of a virtualenv outstrips setup by the eclass
147 RESTRICT=test
148
149 -RDEPEND="dev-python/virtualenv[${PYTHON_USEDEP}]
150 +RDEPEND="
151 + dev-python/virtualenv[${PYTHON_USEDEP}]
152 >=dev-python/stevedore-0.15-r1[${PYTHON_USEDEP}]
153 dev-python/virtualenv-clone[${PYTHON_USEDEP}]"
154 DEPEND="${DEPEND}