EAPI=4 PYTHON_SUPPORT="2:2.5 3:3.2" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="Python pcap extension" HOMEPAGE="http://oss.coresecurity.com/projects/pcapy.html" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz http://oss.coresecurity.com/repo/${P}.tar.gz" LICENSE="Apache-1.1" SLOT="0" KEYWORD="~amd64 ~x86" IUSE="" pkg_setup() { python_pkg_setup } src_compile() { distutils_src_compile } src_install() { distutils_src_install }