Accepting request 951748 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/951748 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxcontrib-asyncio?expand=0&rev=6
This commit is contained in:
commit
03cdbbbfcf
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 29 14:14:33 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- disable docs as they fail to build, see:
|
||||
https://lists.opensuse.org/archives/list/python@lists.opensuse.org/thread/UXTSXGRQBDZHYLFOYOC7RLDJKTVNAPQQ/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 22 08:39:57 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinxcontrib-asyncio
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -46,10 +46,10 @@ Sphinx extension for adding asyncio-specific markups
|
||||
|
||||
%build
|
||||
%python_build
|
||||
pushd docs
|
||||
PYTHONPATH=.. make html
|
||||
rm _build/html/.buildinfo
|
||||
popd
|
||||
#pushd docs
|
||||
#PYTHONPATH=.. make html
|
||||
#rm _build/html/.buildinfo
|
||||
#popd
|
||||
|
||||
%install
|
||||
%python_install
|
||||
@ -60,7 +60,8 @@ popd
|
||||
%python_expand rm -f %{buildroot}%{$python_sitelib}/sphinxcontrib/__pycache__/__init__*.py*
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGES.rst README.rst docs/_build/html
|
||||
%doc CHANGES.rst README.rst
|
||||
#docs/_build/html
|
||||
%{python_sitelib}/sphinxcontrib/asyncio.py*
|
||||
%pycache_only %dir %{python_sitelib}/sphinxcontrib/__pycache__/
|
||||
%pycache_only %{python_sitelib}/sphinxcontrib/__pycache__/asyncio*.py*
|
||||
|
Loading…
Reference in New Issue
Block a user