Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37788335
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-oauthlib

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%global oname oauthlib

Name: python3-module-oauthlib
Version: 3.2.2
Release: alt1

Summary: An implementation of the OAuth request-signing logic

License: BSD
Group: Development/Python3
Url: http://pypi.python.org/pypi/oauthlib

# Source-url: %__pypi_url %oname

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-intro >= 2.2.5
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-pytest

%py3_use Crypto >= 2.6

%description
OAuthLib is a generic utility which implements the logic of OAuth without
assuming a specific HTTP request object or web framework. Use it to graft
OAuth client support onto your favorite HTTP library, or provider support
onto your favourite web framework. If you're a maintainer of such a
library, write a thin veneer on top of OAuthLib and get OAuth support for
very little effort.

%prep
%setup

%build
%python3_build

%install
%python3_install
%python3_prune

# %check

# python setup.py test

%files
%doc README.rst LICENSE
%python3_sitelibdir/%oname/
%python3_sitelibdir/%oname-*.egg-info

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin