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

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

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

%define oname easysnmp

%def_without tests

Name: python3-module-%oname
Version: 0.2.5
Release: alt3

Summary: Easy SNMP is a fork of the official Net-SNMP Python Bindings
Url: https://github.com/kamakazikamikaze/easysnmp
Source: %oname-%version.tar.gz
License: BSD
Group: Development/Python3

BuildRequires(pre): rpm-build-python3
BuildRequires: libnet-snmp-devel


%description
A blazingly fast and Pythonic SNMP library based on the official Net-SNMP bindings

%package -n tests
Summary: Tests for %oname
Group: Development/Python3
Requires: python3-module-%oname = %EVR

%description -n tests
This package contains tests for %oname.

%prep
%setup -n %oname-%version

%build
export LANG=en_US.UTF-8
%python3_build

%install
export LANG=en_US.UTF-8
%python3_install

%files
%doc README.rst
%python3_sitelibdir/*
#%exclude %python_sitelibdir/*/tests

%if_with tests
%files -n python3-module-%oname-tests
%python3_sitelibdir/*/tests
%endif


%changelog

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

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