diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2012-03-01 09:26:36 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2012-03-01 09:26:36 +0000 |
commit | 6502c804ef5ac39cdddb4d31878fa9b451bf809c (patch) | |
tree | 7fc8aee1e437badcb4251ef403a54dc37286c217 /dev-python/virtualenv | |
parent | Drop mask on vpx useflag (diff) | |
download | gentoo-2-6502c804ef5ac39cdddb4d31878fa9b451bf809c.tar.gz gentoo-2-6502c804ef5ac39cdddb4d31878fa9b451bf809c.tar.bz2 gentoo-2-6502c804ef5ac39cdddb4d31878fa9b451bf809c.zip |
Version bump virtualenv to 1.7.1.2.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.7.1.2.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index b36d328fcc1c..e70f05ed3c5f 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.70 2012/02/17 08:41:10 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.71 2012/03/01 09:26:36 djc Exp $ + +*virtualenv-1.7.1.2 (01 Mar 2012) + + 01 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> +virtualenv-1.7.1.2.ebuild: + Version bump to 1.7.1.2. 17 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> -virtualenv-1.6.1.ebuild: Remove old version. diff --git a/dev-python/virtualenv/virtualenv-1.7.1.2.ebuild b/dev-python/virtualenv/virtualenv-1.7.1.2.ebuild new file mode 100644 index 000000000000..60787cf33546 --- /dev/null +++ b/dev-python/virtualenv/virtualenv-1.7.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +EAPI="3" +SUPPORT_PYTHON_ABIS="1" +DISTUTILS_SRC_TEST="nosetests" + +inherit distutils + +DESCRIPTION="Virtual Python Environment builder" +HOMEPAGE="http://pypi.python.org/pypi/virtualenv" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +SLOT="0" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="${DEPEND}" + +DOCS="docs/index.txt docs/news.txt" +PYTHON_MODNAME="virtualenv.py virtualenv_support" |