From 87fba3dde34a358523d00ad452173b7aa1c1821e Mon Sep 17 00:00:00 2001 From: Till Maas Date: Dec 17 2014 21:10:01 +0000 Subject: 2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks. Reference: https://fedorahosted.org/epel/ticket/7 --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d999fb2..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/rpyc-3.0.7.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..8d8263d --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks. +Reference: https://fedorahosted.org/epel/ticket/7 + diff --git a/python-rpyc.spec b/python-rpyc.spec deleted file mode 100644 index 5183806..0000000 --- a/python-rpyc.spec +++ /dev/null @@ -1,43 +0,0 @@ -%define modname rpyc - -Name: python-%{modname} -Version: 3.0.7 -Release: 1%{?dist} -Summary: A Transparent, Symmetrical Python Library for Distributed-Computing -URL: http://rpyc.wikidot.com/ -License: MIT -Group: Development/Libraries -Source: http://downloads.sourceforge.net/project/%{modname}/main/%{version}/%{modname}-%{version}.tar.gz -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: python, python-devel -Requires: python - -%description -RPyC, or Remote Python Call, is a transparent and symmetrical python library -for remote procedure calls, clustering and distributed-computing. -RPyC makes use of object-proxies, a technique that employs python's dynamic -nature, to overcome the physical boundaries between processes and computers, -so that remote objects can be manipulated as if they were local. - -%prep -%setup -q -n %{modname}-%{version} - -%build -%{__python} setup.py build - -%install -%{__rm} -rf %{buildroot} -%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}" - -%clean -rm -rf %{buildroot} - -%files -%defattr(-,root,root) -%{python_sitelib}/* -%attr(755,root,root) %{python_sitelib}/rpyc/servers/* - -%changelog -* Sun Feb 20 2011 - Erez Shinan - 3.0.7-1 -- Initial release diff --git a/sources b/sources deleted file mode 100644 index 17900ed..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -49ad8821f990eaf74f483bb0387dd4bf rpyc-3.0.7.tar.gz