summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-23 20:41:29 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-23 20:41:29 +0000
commitbc72c084060167034fe4ee9f718d12a01d70e288 (patch)
treeacc296ebc95b41c121c2ae74354a4cae371260cf /dev-python
parentrm (diff)
downloadgentoo-2-bc72c084060167034fe4ee9f718d12a01d70e288.tar.gz
gentoo-2-bc72c084060167034fe4ee9f718d12a01d70e288.tar.bz2
gentoo-2-bc72c084060167034fe4ee9f718d12a01d70e288.zip
Version bump.
(Portage version: 15206-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/virtualenv/ChangeLog8
-rw-r--r--dev-python/virtualenv/virtualenv-1.4.5.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog
index f8b9623ff428..fba15364d014 100644
--- a/dev-python/virtualenv/ChangeLog
+++ b/dev-python/virtualenv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/virtualenv
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.26 2010/01/07 04:53:40 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.27 2010/01/23 20:41:29 arfrever Exp $
+
+*virtualenv-1.4.5 (23 Jan 2010)
+
+ 23 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +virtualenv-1.4.5.ebuild:
+ Version bump.
07 Jan 2010; Joseph Jezak <josejx@gentoo.org> virtualenv-1.4.3.ebuild:
Marked ppc stable for bug #296679.
diff --git a/dev-python/virtualenv/virtualenv-1.4.5.ebuild b/dev-python/virtualenv/virtualenv-1.4.5.ebuild
new file mode 100644
index 000000000000..fa854d4102a9
--- /dev/null
+++ b/dev-python/virtualenv/virtualenv-1.4.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.5.ebuild,v 1.1 2010/01/23 20:41:29 arfrever Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="Virtual Python Environment builder"
+HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-python/setuptools-0.6_rc8"
+DEPEND="${RDEPEND}"
+# 2.7: Bug #292409
+RESTRICT_PYTHON_ABIS="2.7 3.*"
+
+PYTHON_MODNAME="virtualenv.py virtualenv_support"
+DOCS="docs/index.txt docs/news.txt"