diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2009-01-04 19:54:04 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2009-01-04 19:54:04 +0000 |
commit | 80aee8164c6b7aab983364cb1fc936b958c6d943 (patch) | |
tree | e709e1b3e1ba64748315f70d04583bea565bed59 /dev-python/virtualenv | |
parent | add missing xml to IUSE (diff) | |
download | gentoo-2-80aee8164c6b7aab983364cb1fc936b958c6d943.tar.gz gentoo-2-80aee8164c6b7aab983364cb1fc936b958c6d943.tar.bz2 gentoo-2-80aee8164c6b7aab983364cb1fc936b958c6d943.zip |
Version bump. Closes bug# 251012
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.3.2.ebuild | 24 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.3.ebuild | 4 |
3 files changed, 34 insertions, 4 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index bd875e888a24..3e6e923da127 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/virtualenv -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.4 2008/12/20 12:11:10 lu_zero Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.5 2009/01/04 19:54:04 pythonhead Exp $ + +*virtualenv-1.3.2 (04 Jan 2009) + + 04 Jan 2009; Rob Cakebread <pythonhead@gentoo.org> + +virtualenv-1.3.2.ebuild: + Version bump. Closes bug# 251012 20 Dec 2008; Luca Barbato <lu_zero@gentoo.org> virtualenv-1.3.ebuild: Marked ~ppc ~ppc64 ~amd64 diff --git a/dev-python/virtualenv/virtualenv-1.3.2.ebuild b/dev-python/virtualenv/virtualenv-1.3.2.ebuild new file mode 100644 index 000000000000..81320a8a7a58 --- /dev/null +++ b/dev-python/virtualenv/virtualenv-1.3.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.2.ebuild,v 1.1 2009/01/04 19:54:04 pythonhead Exp $ + +NEED_PYTHON="2.3" + +inherit distutils + +DESCRIPTION="Virtual Python Environment builder" +HOMEPAGE="http://pypi.python.org/pypi/virtualenv" +SRC_URI="http://pypi.python.org/packages/source/v/${PN}/${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +SLOT="0" +IUSE="" +RDEPEND=">=dev-python/setuptools-0.6_rc8" +DEPEND="${RDEPEND}" +DOCS="docs/index.txt" + +src_unpack() { + unpack ${A} + cd "${S}" + rm support-files/ez_setup.py +} diff --git a/dev-python/virtualenv/virtualenv-1.3.ebuild b/dev-python/virtualenv/virtualenv-1.3.ebuild index 6007f1f60405..7b12eefa7477 100644 --- a/dev-python/virtualenv/virtualenv-1.3.ebuild +++ b/dev-python/virtualenv/virtualenv-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.ebuild,v 1.2 2008/12/20 12:11:10 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.3.ebuild,v 1.3 2009/01/04 19:54:04 pythonhead Exp $ NEED_PYTHON="2.3" |