# Distributed under the terms of the GNU General Public License v2 EAPI=4-python PYTHON_MULTIPLE_ABIS=1 PYTHON_RESTRICTED_ABIS="3.*" inherit distutils DESCRIPTION="Coroutine-based networking library." HOMEPAGE="http://devel.ag-projects.com/repositories/python-eventlib" SRC_URI="http://download.ag-projects.com/SipClient/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/python-2.7.1 dev-python/greenlet dev-python/pyopenssl" RDEPEND="${DEPEND}"