[python-billiard/f13/master] Initial import

Fabian Affolter fab at fedoraproject.org
Sat Aug 14 08:52:56 UTC 2010


commit e6adaa528974ee64f7dcfaa94bfaf25942e49cba
Author: Fabian Affolter <fabian at bernewireless.net>
Date:   Sat Aug 14 10:52:20 2010 +0200

    Initial import

 .gitignore           |    1 +
 python-billiard.spec |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9a6a002 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+billiard-0.3.1.tar.gz
diff --git a/python-billiard.spec b/python-billiard.spec
new file mode 100644
index 0000000..21549a9
--- /dev/null
+++ b/python-billiard.spec
@@ -0,0 +1,56 @@
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
+
+%global srcname billiard
+
+Name:           python-%{srcname}
+Version:        0.3.1
+Release:        2%{?dist}
+Summary:        Multiprocessing Pool Extensions
+
+Group:          Development/Languages
+License:        BSD
+URL:            http://pypi.python.org/pypi/billiard
+Source0:        http://pypi.python.org/packages/source/b/%{srcname}/%{srcname}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+
+
+%description
+This package contains extensions to the multiprocessing Pool.
+
+
+%prep
+%setup -q -n %{srcname}-%{version}
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+rm -rf %{buildroot}
+%{__python} setup.py install --skip-build --root %{buildroot}
+
+ 
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS Changelog LICENSE README TODO docs/
+%{python_sitelib}/%{srcname}/
+%{python_sitelib}/%{srcname}*.egg-info
+
+
+%changelog
+* Sat Aug 14 2010 Fabian Affolter <fabian at bernewireless.net> - 0.3.1-2
+- TODO removed
+
+* Sat Jul 03 2010 Fabian Affolter <fabian at bernewireless.net> - 0.3.1-1
+- Initial package
diff --git a/sources b/sources
index e69de29..3020d9b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e965221503561e425d2daacd18a800af  billiard-0.3.1.tar.gz


More information about the scm-commits mailing list