diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-25 23:27:16 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-25 23:27:16 +0000 |
commit | c73b632d4c7fb2bfb23e27d9a169e62194d3aff7 (patch) | |
tree | 93e95ef74a67ee0d8f77606f2a4002d576bf3c56 /dev-python/virtualenv | |
parent | Add dev-util/pkgconfig to DEPEND, bug #360411. (diff) | |
download | gentoo-2-c73b632d4c7fb2bfb23e27d9a169e62194d3aff7.tar.gz gentoo-2-c73b632d4c7fb2bfb23e27d9a169e62194d3aff7.tar.bz2 gentoo-2-c73b632d4c7fb2bfb23e27d9a169e62194d3aff7.zip |
Version bump.
(Portage version: 2.2.0_alpha28_p21/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r-- | dev-python/virtualenv/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/virtualenv/virtualenv-1.5.2.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 326a2d3ecb1d..b51b5e8d08d7 100644 --- a/dev-python/virtualenv/ChangeLog +++ b/dev-python/virtualenv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.49 2011/01/07 17:53:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.50 2011/03/25 23:27:16 arfrever Exp $ + +*virtualenv-1.5.2 (25 Mar 2011) + + 25 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +virtualenv-1.5.2.ebuild: + Version bump. 07 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -virtualenv-1.4.9.ebuild: diff --git a/dev-python/virtualenv/virtualenv-1.5.2.ebuild b/dev-python/virtualenv/virtualenv-1.5.2.ebuild new file mode 100644 index 000000000000..c35ccc234f78 --- /dev/null +++ b/dev-python/virtualenv/virtualenv-1.5.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.5.2.ebuild,v 1.1 2011/03/25 23:27:16 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +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" |