Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37403752
en ru br
Репозитории ALT
5.1: 3.4.3-alt1.1
4.1: 3.4.3-alt1.1
4.0: 3.4.3-alt1
3.0: 3.4.3-alt1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-pysnmp

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

%define version 3.4.3
%define release alt1
%setup_python_module pysnmp
Summary: Python SNMP Toolkit
Name: %packagename
Version: %version
Release: %release
URL: http://sourceforge.net/projects/pysnmp/
Source: %modulename-%version.tar.gz
License: BSD
Group: Development/Python
BuildArch: noarch

%description
This is a Python implementation of SNMP v.1/v.2c engine. Its general
functionality is to assemble/disassemble SNMP messages from/into
given SNMP Object IDs along with associated values. PySNMP also provides
a few transport methods specific to TCP/IP networking.

PySNMP is written entirely in Python and is self-sufficient in terms
that it does not rely on any third party tool (it is not a wrapper!).

%prep
%setup -q -n %modulename-%version

%build
env CFLAGS="$RPM_OPT_FLAGS" %__python setup.py build

%install
%__python setup.py install \
       --root=%buildroot \
       --optimize=2 \
       --record=INSTALLED_FILES

%clean

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc CHANGES COMPATIBILITY LICENSE README
%doc docs examples

%changelog

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

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