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

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

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

%define rname ZSI
Name: python-module-ZSI
Version: 2.0
Release: alt2.1

BuildArch: noarch

Summary: A pure-Python module that provides an implementation of SOAP messaging.
License: PSF
Group: Development/Python
Url: http://pywebsvcs.sourceforge.net

Packager: Alexey Morsov <swi at altlinux.ru>
Source: %name-%version.tar

BuildRequires: python-module-setuptools python-dev >= 2.4
Requires:python >= 2.4 python-module-PyXML

%description
ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
provides an implementation of SOAP messaging, as described in SOAP 1.1
Specification (see http://www.w3.org/TR/soap).  It can also be used to
build applications using SOAP Messages with Attachments (see
http://www.w3.org/TR/SOAP-attachments).  ZSI is intended to make it
easier to write web services in Python.

%prep
%setup -q

%build

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

%files -f INSTALLED_FILES
%defattr(-,root,root)
%python_sitelibdir/%rname/
%python_sitelibdir/%rname-%version-py%__python_version.egg-info/
%_bindir/*


%changelog

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

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