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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: python-pypcap
Maintainer: Internet Measurement Packaging Team <pkg-netmeasure-discuss@lists.alioth.debian.org>
Uploaders: Iain R. Learmonth <irl@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
python-all-dev,
cython,
cython3,
python3-all-dev,
libpcap0.8-dev,
quilt,
python-setuptools,
python3-setuptools,
dh-python
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/ineteng-team/python-pypcap/
Vcs-Git: https://salsa.debian.org/ineteng-team/python-pypcap.git
Homepage: https://github.com/pynetwork/pypcap
Package: python-pypcap
Architecture: any
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends}
Conflicts: python-libpcap
Provides: ${python:Provides}
Description: object-oriented Python interface for libpcap (Python 2)
pypcap is an objected-oriented Python interface for libpcap which
supports packet injection and user callback functions.
.
This package works with Python versions 2.x.
Package: python3-pypcap
Architecture: any
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends}
Conflicts: python3-libpcap
Provides: ${python3:Provides}
Description: object-oriented Python interface for libpcap (Python 3)
pypcap is an objected-oriented Python interface for libpcap which
supports packet injection and user callback functions.
.
This package works with Python versions 3.x.
|