1
0

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

- Use new python-sphinxcontrib package to provide namespace
  directory.

OBS-URL: https://build.opensuse.org/request/show/527178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-asyncio?expand=0&rev=4
This commit is contained in:
Sebastian Wagner 2017-09-19 08:27:33 +00:00 committed by Git OBS Bridge
parent 3769604cc9
commit 1271c63d15
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 18 22:29:06 UTC 2017 - toddrme2178@gmail.com
- Use new python-sphinxcontrib package to provide namespace
directory.
-------------------------------------------------------------------
Mon Sep 18 16:33:47 UTC 2017 - toddrme2178@gmail.com

View File

@ -25,15 +25,18 @@ Summary: Sphinx extension to support coroutines in markup
Url: https://github.com/aio-libs/sphinxcontrib-asyncio
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-asyncio/sphinxcontrib-asyncio-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sphinxcontrib}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
%if %{with test}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pytest}
%endif
Requires: python-Sphinx
Requires: python-sphinxcontrib
BuildArch: noarch
%python_subpackages
@ -61,7 +64,6 @@ popd
%files %{python_files}
%doc CHANGES.rst README.rst docs/_build/html
%dir %{python_sitelib}/sphinxcontrib/
%{python_sitelib}/sphinxcontrib/asyncio.py*
%pycache_only %dir %{python_sitelib}/sphinxcontrib/__pycache__/
%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/asyncio*.py*