Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-12.0.6.ebuild ChangeLog
Date: Mon, 02 Feb 2015 13:38:40
Message-Id: 20150202133835.259AF10E57@oystercatcher.gentoo.org
1 idella4 15/02/02 13:38:35
2
3 Modified: virtualenv-12.0.6.ebuild ChangeLog
4 Log:
5 update HOMEPAGE, expand comment re RESTRICT slightly
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/virtualenv/virtualenv-12.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild?r1=1.1&r2=1.2
15
16 Index: virtualenv-12.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- virtualenv-12.0.6.ebuild 1 Feb 2015 21:45:12 -0000 1.1
23 +++ virtualenv-12.0.6.ebuild 2 Feb 2015 13:38:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild,v 1.1 2015/02/01 21:45:12 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild,v 1.2 2015/02/02 13:38:35 idella4 Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
32 @@ -8,7 +8,7 @@
33 inherit distutils-r1
34
35 DESCRIPTION="Virtual Python Environment builder"
36 -HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv"
37 +HOMEPAGE="http://www.virtualenv.org/ https://github.com/pypa/virtualenv/"
38 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
39
40 LICENSE="MIT"
41 @@ -30,7 +30,7 @@
42 "${FILESDIR}"/${PN}-1.8.2-no-versioned-script.patch
43 )
44
45 -# pypi releases don't include tests
46 +# pypi releases don't include tests, github simply missed making a tarball locally for this release
47 RESTRICT="test"
48
49 python_compile_all() {
50
51
52
53 1.137 dev-python/virtualenv/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.137&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.137&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.136&r2=1.137
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
62 retrieving revision 1.136
63 retrieving revision 1.137
64 diff -u -r1.136 -r1.137
65 --- ChangeLog 1 Feb 2015 21:45:12 -0000 1.136
66 +++ ChangeLog 2 Feb 2015 13:38:35 -0000 1.137
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-python/virtualenv
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.136 2015/02/01 21:45:12 radhermit Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.137 2015/02/02 13:38:35 idella4 Exp $
72 +
73 + 02 Feb 2015; Ian Delaney <idella4@g.o> virtualenv-12.0.6.ebuild:
74 + update HOMEPAGE, expand comment re RESTRICT slightly
75
76 *virtualenv-12.0.6 (01 Feb 2015)