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

Группа :: Разработка/Python
Пакет: python-module-recaptcha-client

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

%define version 1.0.3
%define release alt2
%setup_python_module recaptcha-client

Name: %packagename
Version:%version
Release: %release

Summary: Provides a CAPTCHA for Python using the reCAPTCHA service

License: MIT/X11
Group: Development/Python
BuildArch: noarch
Url: http://pyobject.ru/projects/pytils

BuildRequires: python-module-setuptools

Source: %modulename-%version.tar


%description
Provides a CAPTCHA for Python using the reCAPTCHA service. Does not
require any imaging libraries because the CAPTCHA is served directly
from reCAPTCHA. Also allows you to securely obfuscate emails with
Mailhide.

%prep
%setup -n %modulename-%version

%build
%__python setup.py build

%install
%__python setup.py install --root %buildroot --optimize=2 --record=INSTALLED_FILES

%files -f INSTALLED_FILES

%changelog

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

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