Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37847004
en ru br
ALT Linux repos
5.0: 2.0-alt2.1
4.1: 2.0-alt2.1

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

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin