summaryrefslogtreecommitdiff
blob: d190ae151ee6b7611ad20ff46c2c9434ca7671db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.2.2 (rev. 214)

inherit distutils

MY_PN="zope.schema"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="zope.interface extension for defining data schemas"
HOMEPAGE="http://pypi.python.org/pypi/zope.schema"
SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz"
LICENSE="ZPL"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="doc test"

RDEPEND="net-zope/zopei18nmessageid
	net-zope/zope-interface
	net-zope/zope-event"
DEPEND="dev-python/setuptools
	test? ( net-zope/zope-testing )
	doc? ( net-zope/z3c-recipe-sphinxdoc )"

S="${WORKDIR}/${MY_P}"