diff options
author | 2009-12-20 02:20:54 +0000 | |
---|---|---|
committer | 2009-12-20 02:20:54 +0000 | |
commit | 349af4f3b061a3b2d5584e59405e313f55fd9d18 (patch) | |
tree | c2fbb19ee5d2285ec58739b4334390ba6de1d56f /net-zope/zope-app-dependable/zope-app-dependable-3.5.1.ebuild | |
parent | Version bump. (diff) | |
download | historical-349af4f3b061a3b2d5584e59405e313f55fd9d18.tar.gz historical-349af4f3b061a3b2d5584e59405e313f55fd9d18.tar.bz2 historical-349af4f3b061a3b2d5584e59405e313f55fd9d18.zip |
Version bump.
Package-Manager: portage-15121-svn/cvs/Linux x86_64
Diffstat (limited to 'net-zope/zope-app-dependable/zope-app-dependable-3.5.1.ebuild')
-rw-r--r-- | net-zope/zope-app-dependable/zope-app-dependable-3.5.1.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/net-zope/zope-app-dependable/zope-app-dependable-3.5.1.ebuild b/net-zope/zope-app-dependable/zope-app-dependable-3.5.1.ebuild new file mode 100644 index 000000000000..c4df97b3b1a3 --- /dev/null +++ b/net-zope/zope-app-dependable/zope-app-dependable-3.5.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-app-dependable/zope-app-dependable-3.5.1.ebuild,v 1.1 2009/12/20 02:20:54 arfrever Exp $ + +EAPI="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="${PN//-/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Simple Dependency API" +HOMEPAGE="http://pypi.python.org/pypi/zope.app.dependable" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" + +LICENSE="ZPL" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="net-zope/zope-annotation + net-zope/zope-exceptions + net-zope/zope-i18nmessageid + net-zope/zope-interface + net-zope/zope-lifecycleevent + net-zope/zope-location + net-zope/zope-traversing" +DEPEND="${RDEPEND} + app-arch/unzip + dev-python/setuptools" +RESTRICT_PYTHON_ABIS="3.*" + +S="${WORKDIR}/${MY_P}" + +PYTHON_MODNAME="${PN//-//}" +DOCS="CHANGES.txt README.txt" |