diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-01 01:45:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-05-01 01:45:15 +0000 |
commit | 3267811f221d41cc1afa017da794c3b97e1ebe25 (patch) | |
tree | d9d501326cabc4dbc56976ab777d74d86a5d5fce /dev-python/virtualenv | |
parent | Dropping ppc since there is no asterisk keyworded anymore (diff) | |
download | gentoo-2-3267811f221d41cc1afa017da794c3b97e1ebe25.tar.gz gentoo-2-3267811f221d41cc1afa017da794c3b97e1ebe25.tar.bz2 gentoo-2-3267811f221d41cc1afa017da794c3b97e1ebe25.zip |
Version bump.
(Portage version: 2.2.0_alpha30_p23/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.6.1.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog index 5028df091b13..2336a8d8bf38 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.51 2011/04/04 19:00:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.52 2011/05/01 01:45:15 arfrever Exp $ + +*virtualenv-1.6.1 (01 May 2011) + + 01 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +virtualenv-1.6.1.ebuild: + Version bump. *virtualenv-1.6 (04 Apr 2011) diff --git a/dev-python/virtualenv/virtualenv-1.6.1.ebuild b/dev-python/virtualenv/virtualenv-1.6.1.ebuild new file mode 100644 index 000000000000..79ade0585a98 --- /dev/null +++ b/dev-python/virtualenv/virtualenv-1.6.1.ebuild @@ -0,0 +1,23 @@ +# 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.6.1.ebuild,v 1.1 2011/05/01 01:45:15 arfrever Exp $ + +EAPI="3" +SUPPORT_PYTHON_ABIS="1" + +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" |