Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 859490929f7bdfec180ac282968ddf47 > files > 2

python-joblib-0.13.2-1.mga7.src.rpm

%global pypi_name joblib

%global common_description						\
Joblib is a set of tools to provide lightweight pipelining in Python.	\
In particular, joblib offers:						\
 * transparent disk-caching of the output values and lazy		\
   re-evaluation (memorize pattern)					\
 * easy simple parallel computing					\
 * logging and tracing of the execution

Name:          python-%{pypi_name}
Version:       0.13.2
Release:       %mkrel 1
Summary:       Lightweight pipelining: using Python functions as pipeline jobs
License:       BSD
Group:         Development/Python

URL:           https://github.com/joblib/joblib
Source0:       https://files.pythonhosted.org/packages/source/j/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch:     noarch


%description
%{common_description}.


%package -n python2-%{pypi_name}
Summary:       Lightweight pipelining: using Python2 functions as pipeline jobs
BuildArch:     noarch
BuildRequires: pkgconfig(python2)
BuildRequires: python2dist(numpy)
BuildRequires: python2dist(pytest)
BuildRequires: python2dist(setuptools)
BuildRequires: python2dist(sphinx)
BuildRequires: python2dist(sphinx-rtd-theme)
Requires:      python2-numpy
Obsoletes:     python-joblib < 0.12.2
Provides:      python-joblib = %{version}-%{release}

%description -n python2-%{pypi_name}
%{common_description}.

%package -n python3-%{pypi_name}
Summary: Lightweight pipelining: using Python3 functions as pipeline jobs
BuildArch:     noarch
BuildRequires: pkgconfig(python3)
BuildRequires: python3dist(numpy)
BuildRequires: python3dist(pytest)
BuildRequires: python3dist(setuptools)
BuildRequires: python3dist(sphinx)
BuildRequires: python3dist(sphinx-rtd-theme)
Requires:      python3-numpy

%description -n python3-%{pypi_name}
%{common_description}.


%prep
%setup -qn %{pypi_name}-%{version}

# drop bundled egg-info
rm -rf %{pypi_name}.egg-info/

%build
%py2_build
%py3_build

%install
%py2_install
%py3_install

%files -n python2-%{pypi_name}
%license LICENSE.txt
%doc README.rst
%{python2_sitelib}/%{pypi_name}
%{python2_sitelib}/%{pypi_name}-%{version}-py%{python_version}.egg-info

%files -n python3-%{pypi_name}
%license LICENSE.txt
%doc README.rst
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info


%changelog
* Sun Apr 21 2019 wally <wally> 0.13.2-1.mga7
+ Revision: 1394230
- new version 0.13.2

* Tue Jan 08 2019 tv <tv> 0.12.2-3.mga7
+ Revision: 1351673
- rebuild with python 3.7

* Thu Sep 20 2018 umeabot <umeabot> 0.12.2-2.mga7
+ Revision: 1289153
- Mageia 7 Mass Rebuild

* Thu Aug 16 2018 eatdirt <eatdirt> 0.12.2-1.mga7
+ Revision: 1251942
- Upgrade to version 0.12.2

* Sat Aug 05 2017 pterjan <pterjan> 0.9.0b4-3.mga7
+ Revision: 1135465
- Rebuild for python 3.6

* Sat Feb 20 2016 umeabot <umeabot> 0.9.0b4-2.mga6
+ Revision: 971187
- Mageia 6 Mass Rebuild

* Sun Oct 11 2015 shlomif <shlomif> 0.9.0b4-1.mga6
+ Revision: 889661
- New version 0.9.0 + Rebuild for Python3 3.5.x
+ tv <tv>
- rebuild for python 3.5

* Mon Dec 22 2014 joequant <joequant> 0.8.3-1.mga5
+ Revision: 804763
- fix group
- imported package python-joblib