forked from pool/python-sphinxcontrib-asyncio
Accepting request 527075 from home:TheBlackCat:branches:devel:languages:python
- Fix conflicts with python-Sphinx OBS-URL: https://build.opensuse.org/request/show/527075 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-asyncio?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
8b4227cdd0
commit
3769604cc9
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
%bcond_with test
|
||||
Name: python-sphinxcontrib-asyncio
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
@@ -30,11 +30,10 @@ BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-Sphinx
|
||||
# SECTION test requirements
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
# /SECTION
|
||||
Requires: python-Sphinx
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
@@ -56,8 +55,16 @@ popd
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
# Remove sphinxcontrib namespace package files provided by python-Sphinx
|
||||
%python_expand rm -f %{buildroot}%{$python_sitelib}/sphinxcontrib/__init__.py*
|
||||
%python_expand rm -f %{buildroot}%{$python_sitelib}/sphinxcontrib/__pycache__/__init__*.py*
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGES.rst README.rst docs/_build/html
|
||||
%{python_sitelib}/*
|
||||
%dir %{python_sitelib}/sphinxcontrib/
|
||||
%{python_sitelib}/sphinxcontrib/asyncio.py*
|
||||
%pycache_only %dir %{python_sitelib}/sphinxcontrib/__pycache__/
|
||||
%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/asyncio*.py*
|
||||
%{python_sitelib}/sphinxcontrib_asyncio-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user