Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37564081
en ru br
ALT Linux repos
S:1.3.0-alt1

Group :: Development/Python3
RPM: python3-module-pcap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname pcap

Name: python3-module-%oname
Epoch: 1
Version: 1.2.3
Release: alt1

Summary: Simplified object-oriented Python extension module for libpcap
License: BSD
Group: Development/Python3
Url: https://github.com/hellais/pypcap

# https://github.com/hellais/pypcap.git

Source: %name-%version.tar.gz

Patch: e22f5d25f0d581d19ef337493434e72cd3a6ae71.patch

BuildRequires(pre): rpm-build-python3
BuildRequires: libpcap-devel


%description
PyPcap is simplified object-oriented Python extension module for libpcap
- the current tcpdump.org version, the legacy version shipping with some
of the BSD operating systems

%prep
%setup
%patch -p1

%build
%__python3 setup.py config
%python3_build
%__python3 setup.py build

%install
%python3_install

%files
%doc Changelog.md LICENSE README.rst
%python3_sitelibdir/*


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin