Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.7.ebuild
Date: Wed, 30 Nov 2011 16:15:06
Message-Id: 20111130161455.1AC812004B@flycatcher.gentoo.org
1 djc 11/11/30 16:14:55
2
3 Modified: ChangeLog
4 Added: virtualenv-1.7.ebuild
5 Log:
6 Version bump to 1.7 (and enable tests).
7
8 (Portage version: 2.1.10.39/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.64 dev-python/virtualenv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.64&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.64&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.63&r2=1.64
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
20 retrieving revision 1.63
21 retrieving revision 1.64
22 diff -u -r1.63 -r1.64
23 --- ChangeLog 12 Aug 2011 07:36:47 -0000 1.63
24 +++ ChangeLog 30 Nov 2011 16:14:55 -0000 1.64
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/virtualenv
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.63 2011/08/12 07:36:47 djc Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.64 2011/11/30 16:14:55 djc Exp $
30 +
31 +*virtualenv-1.7 (30 Nov 2011)
32 +
33 + 30 Nov 2011; Dirkjan Ochtman <djc@g.o> +virtualenv-1.7.ebuild:
34 + Version bump to 1.7 (and enable tests).
35
36 *virtualenv-1.6.4 (12 Aug 2011)
37
38
39
40
41 1.1 dev-python/virtualenv/virtualenv-1.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: virtualenv-1.7.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.ebuild,v 1.1 2011/11/30 16:14:55 djc Exp $
51
52 EAPI="3"
53 SUPPORT_PYTHON_ABIS="1"
54 DISTUTILS_SRC_TEST="nosetests"
55
56 inherit distutils
57
58 DESCRIPTION="Virtual Python Environment builder"
59 HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="MIT"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
64 SLOT="0"
65 IUSE=""
66
67 DEPEND="dev-python/setuptools"
68 RDEPEND="${DEPEND}"
69
70 DOCS="docs/index.txt docs/news.txt"
71 PYTHON_MODNAME="virtualenv.py virtualenv_support"