# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_PN=protobuf.socketrpc MY_P="${MY_PN}-${PV}" DESCRIPTION="rpc services for Google's protocol buffer" HOMEPAGE="https://github.com/sdeo/protobuf-socket-rpc/" SRC_URI="mirror://pypi/p/${MY_PN}/${MY_P}.tar.gz" LICENSE=MIT SLOT=0 KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/protobuf ${PYTHON_DEPS}" S="${WORKDIR}/${MY_P}"