blob: da9330d21d9741f0d434fdf1c43b945a12ff9bfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-pypcap
pkgdesc = Python libpcap module
pkgver = 1.2.3
pkgrel = 4
url = https://github.com/pynetwork/pypcap
arch = x86_64
license = custom
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = cython
depends = python
depends = libpcap
source = https://github.com/pynetwork/pypcap/archive/refs/tags/v1.2.3.tar.gz
sha256sums = f707c8e116a5e7d70308f41fd27a1dd7b4675bb59827fe901c5a26a508d880a4
pkgname = python-pypcap
|