Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93d3a0d36f | |||
| 525271e753 | |||
| abf8431aa8 | |||
| 0e5c745331 | |||
| 308366e5f8 | |||
| 3fc8a10e64 | |||
| 434b6f9da3 |
@@ -1,7 +1,9 @@
|
||||
%bcond tests 1
|
||||
|
||||
%global pypi_name sphinxcontrib-qthelp
|
||||
|
||||
Name: python-sphinxcontrib-qthelp
|
||||
Version: 1.0.6
|
||||
Version: 2.0.0
|
||||
Release: %autorelease
|
||||
Summary: Sphinx extension for QtHelp documents
|
||||
License: BSD-2-Clause
|
||||
@@ -25,7 +27,7 @@ sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x test
|
||||
%pyproject_buildrequires %{?with_tests: -x test, -x standalone}
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n sphinxcontrib_qthelp-%{version}
|
||||
@@ -59,11 +61,13 @@ popd
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
%pytest
|
||||
%endif
|
||||
|
||||
|
||||
%files -n python%{python3_pkgversion}-sphinxcontrib-qthelp -f sphinxcontrib.qthelp.lang
|
||||
%license LICENSE
|
||||
%license LICENCE.rst
|
||||
%doc README.rst
|
||||
%{python3_sitelib}/sphinxcontrib/
|
||||
%{python3_sitelib}/sphinxcontrib_qthelp-%{version}.dist-info/
|
||||
|
||||
@@ -1 +1 @@
|
||||
SHA512 (sphinxcontrib_qthelp-1.0.6.tar.gz) = 783cd757bf262ce63f54019a5ccf1d7e6fb59e8fde07e7cfa0610bf0cd49e6e51cada9c35bf11cc5ff351904da6a69569be1d4db58d450a96375aee7bf1f34ff
|
||||
SHA512 (sphinxcontrib_qthelp-2.0.0.tar.gz) = d551559a6f0fddf61ea24ce067e28a6bb8a61dda1f62e3a2531e43c8ec8059eb819b6a37f912425832c1b0f8dc4b830614240c38abca8a04b31ebb0ded59ec4d
|
||||
|
||||
Reference in New Issue
Block a user