commit 9e85447ac6d2877fd3ea72acc8acd0d16fa4f1e189d27b6a25fec89bcb7dd6c0 Author: Todd R Date: Wed Sep 5 18:37:21 2012 +0000 - Initial version - Initial version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/joblib-0.6.4.tar.gz b/joblib-0.6.4.tar.gz new file mode 100644 index 0000000..57b4347 --- /dev/null +++ b/joblib-0.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d501942991228c8deb7d10230f2109dc19a1f9d8bd6fe5162f77a4ca54324a00 +size 250885 diff --git a/python-joblib.changes b/python-joblib.changes new file mode 100644 index 0000000..7a8bdc7 --- /dev/null +++ b/python-joblib.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Sep 5 17:10:35 UTC 2012 - toddrme2178@gmail.com + +- Initial version + diff --git a/python-joblib.spec b/python-joblib.spec new file mode 100644 index 0000000..efce291 --- /dev/null +++ b/python-joblib.spec @@ -0,0 +1,80 @@ +# +# spec file for package python-joblib +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ + + +%define modname joblib +Name: python-%{modname} +Version: 0.6.4 +Release: 0 +License: BSD-3-Clause +Summary: Lightweight pipelining: using Python functions as pipeline jobs +Url: http://packages.python.org/joblib/ +Group: Development/Languages/Python +Source: http://pypi.python.org/packages/source/j/%{modname}/%{modname}-%{version}.tar.gz +BuildRequires: python-devel +BuildRequires: python-distribute +BuildRequires: python-Sphinx +Requires: python(abi) >= %{py_ver} +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else +BuildArch: noarch +%endif + +%description +Joblib is a set of tools to provide **lightweight pipelining in +Python**. In particular, joblib offers: + + 1. transparent disk-caching of the output values and lazy re-evaluation + (memoize pattern) + + 2. easy simple parallel computing + + 3. logging and tracing of the execution + +Joblib is optimized to be **fast** and **robust** in particular on large +data and has specific optimizations for `numpy` arrays. It is +**BSD-licensed**. + +%package doc +Summary: Documentation for %{name} + +%description doc +Documentation and help files for %{name} + + +%prep +%setup -q -n %{modname}-%{version} + +%build +CFLAGS="%{optflags}" python setup.py build +CFLAGS="%{optflags}" python setup.py build_sphinx + +%install +python setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%files +%defattr(-,root,root,-) +%{python_sitelib}/%{modname}-%{version}-py*.egg-info +%{python_sitelib}/%{modname}/ + +%files doc +%defattr(-,root,root,-) +%doc build/sphinx/html/ + + +%changelog \ No newline at end of file diff --git a/python3-joblib.changes b/python3-joblib.changes new file mode 100644 index 0000000..7a8bdc7 --- /dev/null +++ b/python3-joblib.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Sep 5 17:10:35 UTC 2012 - toddrme2178@gmail.com + +- Initial version + diff --git a/python3-joblib.spec b/python3-joblib.spec new file mode 100644 index 0000000..5ff9bb9 --- /dev/null +++ b/python3-joblib.spec @@ -0,0 +1,76 @@ +# +# spec file for package python3-joblib +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ + + +%define modname joblib +Name: python3-%{modname} +Version: 0.6.4 +Release: 0 +License: BSD-3-Clause +Summary: Lightweight pipelining: using Python functions as pipeline jobs +Url: http://packages.python.org/joblib/ +Group: Development/Languages/Python +Source: http://pypi.python.org/packages/source/j/%{modname}/%{modname}-%{version}.tar.gz +BuildRequires: python3-devel +BuildRequires: python3-distribute +BuildRequires: python3-Sphinx +Requires: python(abi) >= %{py3_ver} +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch + +%description +Joblib is a set of tools to provide **lightweight pipelining in +Python**. In particular, joblib offers: + + 1. transparent disk-caching of the output values and lazy re-evaluation + (memoize pattern) + + 2. easy simple parallel computing + + 3. logging and tracing of the execution + +Joblib is optimized to be **fast** and **robust** in particular on large +data and has specific optimizations for `numpy` arrays. It is +**BSD-licensed**. + +%package doc +Summary: Documentation for %{name} + +%description doc +Documentation and help files for %{name} + + +%prep +%setup -q -n %{modname}-%{version} + +%build +CFLAGS="%{optflags}" python3 setup.py build +CFLAGS="%{optflags}" python3 setup.py build_sphinx + +%install +python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} + +%files +%defattr(-,root,root,-) +%{python3_sitelib}/%{modname}-%{version}-py*.egg-info +%{python3_sitelib}/%{modname}/ + +%files doc +%defattr(-,root,root,-) +%doc build/sphinx/html/ + + +%changelog \ No newline at end of file