Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37601113
en ru br
Репозитории ALT
S:0.9.7-alt1.git20140704.2
www.altlinux.org/Changes

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

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

%define oname ipfix
Name: python3-module-%oname
Version: 0.9.7
Release: alt1.git20140704.1
Summary: IPFIX implementation for Python 3.3+
License: LGPLv3+
Group: Development/Python3
Url: https://pypi.python.org/pypi/ipfix
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

# https://github.com/britram/python-ipfix.git

Source: %name-%version.tar
BuildArch: noarch

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

%description
This module provides a Python interface to IPFIX message streams, and
provides tools for building IPFIX Exporting and Collecting Processes. It
handles message framing and deframing, encoding and decoding IPFIX data
records using templates, and a bridge between IPFIX ADTs and appopriate
Python data types.

%package tests
Summary: Tests for %oname
Group: Development/Python3
Requires: %name = %EVR

%description tests
This module provides a Python interface to IPFIX message streams, and
provides tools for building IPFIX Exporting and Collecting Processes. It
handles message framing and deframing, encoding and decoding IPFIX data
records using templates, and a bridge between IPFIX ADTs and appopriate
Python data types.

This package contains tests for %oname.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%files
%doc *.txt *.md docs/*
%_bindir/*
%python3_sitelibdir/*
%exclude %python3_sitelibdir/*/testutils.*
%exclude %python3_sitelibdir/*/*/testutils.*

%files tests
%python3_sitelibdir/*/testutils.*
%python3_sitelibdir/*/*/testutils.*

%changelog

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

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