Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37756214
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-dpkt

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname dpkt
Name: python3-module-dpkt
Version: 1.9.8
Release: alt1

Summary: Fast, simple packet creation and parsing

License: BSD
Group: Development/Python3
Url: http://monkey.org/~dugsong/dpkt/

# Source-url: https://github.com/kbandla/dpkt/archive/v%version.tar.gz

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-intro
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-pytest python3-module-pytest-cov

%description
Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.

%prep
%setup

%build
%python3_build

#epydoc -o doc -n dpkt -u %url --docformat=plaintext ./dpkt/


%install
%python3_install

%check
%python3_test
py.test3 -vv %oname || py.test3 -p no:warnings -vv %oname

%files
%doc docs AUTHORS LICENSE README* examples
%python3_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin