# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.3
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
MY_PN="${PN/-/.}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Zope testing helpers"
HOMEPAGE="http://pypi.python.org/pypi/zope.testing"
SRC_URI="https://pypi.python.org/packages/source/z/zope.testing/${MY_P}.tar.gz"
LICENSE="ZPL"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="dev-python/setuptools
dev-python/zope-exceptions
dev-python/zope-interface"
S="${WORKDIR}/${MY_P}"