Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37854324
en ru br
ALT Linux repos
S:4.5.5-alt1

Group :: Development/Python3
RPM: python3-module-redis-py

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module_name redis
%define oname redis-py

Name: python3-module-%oname
Version: 3.4.1
Release: alt2
Group: Development/Python3
License: MIT
Summary: The Python interface to the Redis key-value store
URL: http://github.com/andymccurdy/redis-py
Packager: Vladimir Didenko <cow at altlinux.org>
Source: %name-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%description
The Python interface to the Redis key-value store

%prep
%setup -n %name-%version

%build
%python3_build

%install
%python3_install

%files
%doc CHANGES LICENSE README.rst
%python3_sitelibdir/%module_name/
%python3_sitelibdir/*.egg-*

%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