Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37728965
en ru br
Репозитории ALT
5.1: 0.1.1-alt1.svn20090926
www.altlinux.org/Changes

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

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

%define oname httpencode
Name: python-module-%oname
Version: 0.1.1
Release: alt1.svn20090926
Summary: Fast RPC or encoded calls between WSGI apps
License: MIT
Group: Development/Python
Url: http://pythonpaste.org/httpencode/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

# http://svn.pythonpaste.org/Paste/HTTPEncode/trunk

Source: %oname-%version.tar.gz
BuildArch: noarch

BuildPreReq: python-devel python-module-setuptools
%setup_python_module %oname

%description
This library allows you to make fast calls between cooperating WSGI
applications, with automatic fallback for non-cooperative applications
or remote applications.

Requests are sent through WSGI obeying all middleware and the WSGI
spec. Serialization/deserialization is avoided when possible.

%prep
%setup

%build
%python_build

%install
%python_install

install -d %buildroot%python_sitelibdir/%oname/examples
install -p -m755 examples/* %buildroot%python_sitelibdir/%oname/examples

%files
%doc docs/*
%python_sitelibdir/*

%changelog

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

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