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.1.2.ebuild
Date: Thu, 01 Mar 2012 09:26:47
Message-Id: 20120301092636.6AB0D2004B@flycatcher.gentoo.org
1 djc 12/03/01 09:26:36
2
3 Modified: ChangeLog
4 Added: virtualenv-1.7.1.2.ebuild
5 Log:
6 Version bump virtualenv to 1.7.1.2.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.71 dev-python/virtualenv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 17 Feb 2012 08:41:10 -0000 1.70
24 +++ ChangeLog 1 Mar 2012 09:26:36 -0000 1.71
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/virtualenv
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.70 2012/02/17 08:41:10 djc Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.71 2012/03/01 09:26:36 djc Exp $
30 +
31 +*virtualenv-1.7.1.2 (01 Mar 2012)
32 +
33 + 01 Mar 2012; Dirkjan Ochtman <djc@g.o> +virtualenv-1.7.1.2.ebuild:
34 + Version bump to 1.7.1.2.
35
36 17 Feb 2012; Dirkjan Ochtman <djc@g.o> -virtualenv-1.6.1.ebuild:
37 Remove old version.
38
39
40
41 1.1 dev-python/virtualenv/virtualenv-1.7.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: virtualenv-1.7.1.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.1.2.ebuild,v 1.1 2012/03/01 09:26:36 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"