summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-17 21:08:34 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-17 21:08:34 +0000
commitae5009decf8dd060329a57cdacbf231fdbad1214 (patch)
tree0394bdf06c5be75b368f407b08658808186975ac /dev-python/virtualenv
parentVersion bump (diff)
downloadgentoo-2-ae5009decf8dd060329a57cdacbf231fdbad1214.tar.gz
gentoo-2-ae5009decf8dd060329a57cdacbf231fdbad1214.tar.bz2
gentoo-2-ae5009decf8dd060329a57cdacbf231fdbad1214.zip
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/virtualenv')
-rw-r--r--dev-python/virtualenv/ChangeLog8
-rw-r--r--dev-python/virtualenv/virtualenv-1.4.7.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-python/virtualenv/ChangeLog b/dev-python/virtualenv/ChangeLog
index 6a5697d6a1a8..3b19d6403a29 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.29 2010/04/02 16:58:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.30 2010/04/17 21:08:34 arfrever Exp $
+
+*virtualenv-1.4.7 (17 Apr 2010)
+
+ 17 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +virtualenv-1.4.7.ebuild:
+ Version bump.
*virtualenv-1.4.6 (02 Apr 2010)
diff --git a/dev-python/virtualenv/virtualenv-1.4.7.ebuild b/dev-python/virtualenv/virtualenv-1.4.7.ebuild
new file mode 100644
index 000000000000..de1db0f622a4
--- /dev/null
+++ b/dev-python/virtualenv/virtualenv-1.4.7.ebuild
@@ -0,0 +1,26 @@
+# 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.7.ebuild,v 1.1 2010/04/17 21:08:34 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="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"
+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"