14
0
forked from pool/python-joblib

Accepting request 308554 from home:TheBlackCat:branches:devel:languages:python

Disable non-functional documentation

OBS-URL: https://build.opensuse.org/request/show/308554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=8
This commit is contained in:
Todd R
2015-05-24 18:18:50 +00:00
committed by Git OBS Bridge
parent bba9212c80
commit 13c9f496a7
4 changed files with 16 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e57eead7aff9cdfa0d961b11e73f9934af692ef3c4db861ec8cfce56e26fd3b5
size 302746

3
joblib-0.8.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f185b87199525e0805281960f9f91c4f2e382e5834f05678cfcfa8ec666a4d2b
size 314213

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 24 13:14:03 UTC 2015 - toddrme2178@gmail.com
- Disable non-functional documentation
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 8 19:47:59 UTC 2013 - p.drouand@gmail.com Sun Dec 8 19:47:59 UTC 2013 - p.drouand@gmail.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-joblib # spec file for package python-joblib
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define modname joblib %define modname joblib
Name: python-%{modname} Name: python-%{modname}
Version: 0.7.1 Version: 0.8.4
Release: 0 Release: 0
Summary: Lightweight pipelining: using Python functions as pipeline jobs Summary: Lightweight pipelining: using Python functions as pipeline jobs
License: BSD-3-Clause License: BSD-3-Clause
@@ -63,9 +63,9 @@ Documentation and help files for %{name}
%build %build
python setup.py build python setup.py build
python setup.py build_sphinx # python setup.py build_sphinx
# Remove hidden file # # Remove hidden file
rm -r build/sphinx/html/.buildinfo # rm -r build/sphinx/html/.buildinfo
%install %install
python setup.py install --prefix=%{_prefix} --root=%{buildroot} python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -75,8 +75,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%{python_sitelib}/%{modname}-%{version}-py*.egg-info %{python_sitelib}/%{modname}-%{version}-py*.egg-info
%{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}/
%files doc # %files doc
%defattr(-,root,root,-) # %defattr(-,root,root,-)
%doc build/sphinx/html/ # %doc build/sphinx/html/
%changelog %changelog