Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 626429f147a569aababd2d873a14a345 > files > 2

python-pyro4-4.14-2.mga3.src.rpm

%define srcname Pyro4

Name:           python-pyro4
Version:        4.14
Release:        %mkrel 2
Summary:        PYthon Remote Objects
License:        MIT
Group:          Development/Python
Url:            http://pyro.sourceforge.net/

Source:         http://pypi.python.org/packages/source/P/%{srcname}/%{srcname}-%{version}.tar.gz

BuildArch:	noarch

%py_requires -d

%description
Pyro provides an object-oriented form of RPC. You can use Pyro within a
single system but also use it for IPC. For those that are familiar with
Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less
similar to CORBA - which is a system- and language independent Distributed
Object Technology and has much more to offer than Pyro or RMI.

Pyro4 is a reimplementation of the original pyro, that was begun in 2010.
According to upstream, pyro4 can now be considered the new ‘main’ Pyro
version. Since it is not API compatible to pyro-3.x, the package was renamed
to Pyro4

%prep
%setup -q -n %{srcname}-%{version}

%build
%{__python} setup.py build

%install
%{__python} setup.py install --root=%{buildroot}

#mkdir -p %{buildroot}%_bindir
#install -m 0755 bin/* %{buildroot}%_bindir

%files
%doc docs/* README.txt
#%_bindir/*
%{py_puresitedir}/*



%changelog

* Sun Jan 13 2013 umeabot <umeabot> 4.14-2.mga3
+ Revision: 379415
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Jun 18 2012 obgr_seneca <obgr_seneca> 4.14-1.mga3
+ Revision: 261698
- imported package python-pyro4