Name: python-memcached Version: 1.58 Release: 2 Summary: A Python memcached client library License: Python URL: https://github.com/linsomniac/python-memcached Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch %bcond_without python3 %bcond_without check %{?with_python3:BuildRequires: python3-devel,python3-setuptools,python3-six,python3-nose} # Required for running test suite %if %{with check} BuildRequires: %{_bindir}/memcached %endif %global desc This software is a 100% Python interface to the memcached memory cache\ daemon. It is the client side software which allows storing values in one\ or more, possibly remote, memcached servers. Search google for memcached\ for more information. %description %{desc} %package -n python3-memcached Summary: %{summary} %{?python_provide:%python_provide python3-memcached} %description -n python3-memcached %{desc} %files -n python3-memcached %doc ChangeLog README.md %attr(755,root,root) %{python3_sitelib}/memcache.py %{python3_sitelib}/memcache.py %{python3_sitelib}/__pycache__/memcache.* %{python3_sitelib}/python_memcached-%{version}-py*.egg-info/ %prep %autosetup -n %{name}-%{version} %build %py3_build %install %py3_install %check pidfile=$(mktemp) memcached -d -P $pidfile %{__python3} -m nose kill $(cat $pidfile) %changelog * Fri Oct 30 2020 yanglongkang - 1.58.2 - remove python2 dependency * Wed Feb 12 2020 openEuler Buildteam - 1.58.1 - Package init