diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2012-02-17 08:38:50 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2012-02-17 08:38:50 +0000 |
commit | dcb0f40e71cd1ed97dfd817964ea407a44c146f3 (patch) | |
tree | 91dfe1dddb299c2ec3f92163ae30d08a96b2c7b3 /dev-python | |
parent | Fix gcc-4.6 compilation, bug #363459 by Diego Elio Pettenò and Kacper Kowali... (diff) | |
download | gentoo-2-dcb0f40e71cd1ed97dfd817964ea407a44c146f3.tar.gz gentoo-2-dcb0f40e71cd1ed97dfd817964ea407a44c146f3.tar.bz2 gentoo-2-dcb0f40e71cd1ed97dfd817964ea407a44c146f3.zip |
Version bump virtualenv to 1.7.1.1.
(Portage version: 2.1.10.46/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.7.1.1.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index a13087844459..8ce355196f5c 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.68 2012/02/13 19:19:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.69 2012/02/17 08:38:50 djc Exp $ + +*virtualenv-1.7.1.1 (17 Feb 2012) + + 17 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> +virtualenv-1.7.1.1.ebuild: + Version bump to 1.7.1.1. 13 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> virtualenv-1.6.4.ebuild: ppc64 stable wrt #392639 diff --git a/dev-python/virtualenv/virtualenv-1.7.1.1.ebuild b/dev-python/virtualenv/virtualenv-1.7.1.1.ebuild new file mode 100644 index 000000000000..0bc0f41f81fb --- /dev/null +++ b/dev-python/virtualenv/virtualenv-1.7.1.1.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.1.ebuild,v 1.1 2012/02/17 08:38:50 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" |