11
0
forked from pool/python-py

Accepting request 507378 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/507378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py?expand=0&rev=25
This commit is contained in:
2017-07-04 09:57:16 +00:00
committed by Git OBS Bridge
parent bf851b47e7
commit 5addd54cac
6 changed files with 29 additions and 7 deletions

View File

@@ -18,14 +18,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-py-doc
Version: 1.4.32
Version: 1.4.34
Release: 0
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
License: MIT
Group: Development/Languages/Python
Url: http://pylib.org
Source: https://pypi.io/packages/source/p/py/py-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz
# Documentation requirements:
BuildRequires: dos2unix
BuildRequires: python3-Sphinx
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -46,6 +47,7 @@ This package contains the documentation for Babel
%prep
%setup -q -n py-%{version}
dos2unix LICENSE doc/*.txt doc/announce/*.txt
%build
cd doc && make html && rm -r _build/html/.buildinfo