summaryrefslogtreecommitdiff
blob: b45f1fa4984f528e0d0d576f9e202bcce1842d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
}