Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37728180
en ru br
ALT Linux repos
5.0: 2.2.1-alt1
4.1: 2.1.1-alt2.1
4.0: 1.2.0-alt1
+backports:2.1.1-alt0.M40.3

Group :: Development/Python
RPM: python-module-openid

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# This spec is backported to ALTLinux 4.0 automatically by rpmbh script. Do not edit it.
Name: python-module-openid
Version: 2.1.1
Release: alt0.M40.3

Summary: OpenID support for servers and consumers

Group: Development/Python
License: GPL
Url: http://www.openidenabled.com/

Packager: Vitaly Lipatov <lav at altlinux.ru>

BuildArch: noarch

#setup_python_module openid

%define modulename openid

Source: http://openidenabled.com/files/python-openid/packages/python-openid-%version.tar.bz2

# Automatically added by buildreq on Wed May 14 2008

BuildRequires: python-devel

BuildRequires: rpm-build-compat >= 0.95

%description
This is a set of Python packages to support use of the OpenID
decentralized identity system in your application.
Want to enable single sign-on for your web site?
Use the openid.consumer package.
Want to run your own OpenID server? Check out openid.server.
Includes example code and support for a variety of storage back-ends.

%prep
%setup -q -n python-%modulename-%version

%build
%__python setup.py build

%install
%__python setup.py install --root %buildroot

%files
%doc README
%python_sitelibdir/%modulename/

%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