Sophie

Sophie

distrib > Mageia > 3 > x86_64 > media > core-release-src > by-pkgid > d503d14c7a7baa3218245fb64626c1d1 > files > 2

python-memcached-1.48-2.mga3.src.rpm

Name:		python-memcached
Version:	1.48
Release:	%mkrel 2
Summary:	Python interface to memcached
Group:		Development/Python
License:	Python Software Foundation License
URL:		http://www.tummy.com/Community/software/python-memcached/
Source0:	ftp://ftp.tummy.com/pub/python-memcached/%{name}-%{version}.tar.gz
BuildArch:	noarch
%py_requires	-d
BuildRequires:	python-setuptools

%description
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.

%prep
%setup -q

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install -O2 --skip-build --root %{buildroot}

%files
%doc ChangeLog PKG-INFO README
%{python_sitelib}/*



%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.48-2.mga3
+ Revision: 379140
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Feb 29 2012 guillomovitch <guillomovitch> 1.48-1.mga2
+ Revision: 216181
- imported package python-memcached