# 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"
PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
MY_PN="Contextual"
MY_PV="${PV/0.6_p/0.7a1.dev-r}"
MY_P="${MY_PN}-${MY_PV}"
DESCRIPTION="Replace globals with context-safe variables and services"
HOMEPAGE="http://pypi.python.org/pypi/Contextual"
SRC_URI="http://peak.telecommunity.com/snapshots/${MY_P}.tar.gz"
LICENSE=""
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=">=dev-python/decoratortools-1.6"
S="${WORKDIR}/${MY_P}"