diff options
Diffstat (limited to 'dev-python/zsi/zsi-2.1_alpha1.ebuild')
-rw-r--r-- | dev-python/zsi/zsi-2.1_alpha1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/zsi/zsi-2.1_alpha1.ebuild b/dev-python/zsi/zsi-2.1_alpha1.ebuild index af29e53b9217..c47a736916c9 100644 --- a/dev-python/zsi/zsi-2.1_alpha1.ebuild +++ b/dev-python/zsi/zsi-2.1_alpha1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.3 2010/05/25 21:01:39 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1.ebuild,v 1.4 2010/10/10 19:00:20 arfrever Exp $ -EAPI=2 +EAPI="3" PYTHON_DEPEND="2:2.4" + inherit distutils -MY_PN=ZSI -MY_P=${MY_PN}-${PV/_alpha/-a} +MY_PN="ZSI" +MY_P="${MY_PN}-${PV/_alpha/-a}" DESCRIPTION="Web Services for Python" HOMEPAGE="http://pywebsvcs.sourceforge.net/zsi.html" @@ -23,11 +24,12 @@ DEPEND=">=dev-python/pyxml-0.8.3 twisted? ( >=dev-python/twisted-2 >=dev-python/twisted-web-0.5 )" -S=${WORKDIR}/${MY_P} -PYTHON_MODNAME=${MY_PN} +S="${WORKDIR}/${MY_P}" +PYTHON_MODNAME="${MY_PN}" pkg_setup() { python_set_active_version 2 + python_pkg_setup } src_prepare() { |