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

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

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

%define oname ldappool

%def_disable check

Name: python3-module-%oname
Version: 2.0.0
Release: alt2
Summary: A connection pool for python-ldap
License: MPL
Group: Development/Python3
Url: https://pypi.python.org/pypi/ldappool/

# https://git.openstack.org/openstack/ldappool

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

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-ldap python3-module-pbr

Requires: python3-module-pyldap
%py3_provides ldappool

%description
The pool keeps LDAP connectors alive and let you reuse them, drastically
reducing the time spent to initiate a ldap connection.

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

%description tests
The pool keeps LDAP connectors alive and let you reuse them, drastically
reducing the time spent to initiate a ldap connection.

This package contains tests for ldappool.

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install

%check
rm -fR build
py.test-%_python3_version

%files
%doc CONTRIBUTORS *.rst
%python3_sitelibdir/*
%exclude %python3_sitelibdir/*/tests

%files tests
%python3_sitelibdir/*/tests

%changelog

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

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