Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558949
en ru br
ALT Linux repos
S:0.31.2-alt2

Group :: Development/Python3
RPM: python3-module-binary-memcached

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define  oname binary-memcached

%def_with check

Name:    python3-module-%oname
Version: 0.31.2
Release: alt2

Summary: A pure python module to access memcached via it's binary protocol with SASL auth support

License: MIT
Group:   Development/Python3
URL:     https://pypi.org/project/python-binary-memcached
VCS:     https://github.com/jaysonsantos/python-binary-memcached

Packager: Grigory Ustinov <grenka at altlinux.org>

BuildArch: noarch

Source:  %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel

%if_with check
BuildRequires: python3-module-uhashring
BuildRequires: python3-module-trustme
BuildRequires: python3-module-six
BuildRequires: python3-module-flake8
BuildRequires: memcached
%endif

%description
A pure python module (thread safe) to access memcached via it's binary with SASL
auth support.

The main purpose of this module it to be able to communicate with memcached using
binary protocol and support authentication, so it can work with Heroku for example.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
%tox_check_pyproject

%files
%doc LICENSE *.md
%python3_sitelibdir/bmemcached
%python3_sitelibdir/python_binary_memcached-%version.dist-info

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin