diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-08-27 17:30:57 -0700 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2020-08-27 17:30:57 -0700 |
| commit | 78a9cb37f711a3051279852ede196a1aea18589d (patch) | |
| tree | a5172e190258854efc5d5efd430eec88fdc17b7a /python | |
| parent | 33ce30d596feae1852da32a341345b8b3e4b11fa (diff) | |
| download | specs-78a9cb37f711a3051279852ede196a1aea18589d.tar.gz specs-78a9cb37f711a3051279852ede196a1aea18589d.tar.xz specs-78a9cb37f711a3051279852ede196a1aea18589d.zip | |
- python-sphinx-hoverxref (reviewed)
Diffstat (limited to 'python')
| -rw-r--r-- | python/python-sphinx-hoverxref.spec | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/python/python-sphinx-hoverxref.spec b/python/python-sphinx-hoverxref.spec deleted file mode 100644 index 90a3bc9..0000000 --- a/python/python-sphinx-hoverxref.spec +++ /dev/null @@ -1,69 +0,0 @@ -%global srcname sphinx-hoverxref -%global sum Sphinx extension to add tooltips on cross references - -Name: python-%{srcname} -Version: 0.5b1 -Release: 2%{?dist} -Summary: %{sum} -BuildArch: noarch - -License: MIT -Url: https//%{srcname}.readthedocs.io/en/latest/ -Source0: https://github.com/readthedocs/%{srcname}/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz - -BuildRequires: python3-devel -BuildRequires: python3-pytest -BuildRequires: python3-setuptools - -%description -Sphinx extension to show a floating window (tooltips or modal dialogues) on the -cross references of the documentation embedding the content of the linked -section on them. With sphinx-hoverxref, you don’t need to click a link to see -what’s in there. - - -%package -n python3-%{srcname} -Requires: python3-sphinx -BuildRequires: python3-sphinx -Summary: %{sum} -%{?python_provide:%python_provide python3-%{srcname}} - -%description -n python3-%{srcname} -Sphinx extension to show a floating window (tooltips or modal dialogues) on the -cross references of the documentation embedding the content of the linked -section on them. With sphinx-hoverxref, you don’t need to click a link to see -what’s in there. - - -%prep -%autosetup -n %{srcname}-%{version} - - -%build -%py3_build - - -%install -%py3_install -# remove superfluous files -rm -rf %{buildroot}%{python3_sitelib}/tests/ - - -%check -pytest tests/ - - -%files -n python3-%{srcname} -%license LICENSE -%doc README.rst -%{python3_sitelib}/hoverxref/ -%{python3_sitelib}/*egg-info/ - - -%changelog -* Wed Aug 26 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.5b1-2 -- Don't glob sitelib contents - -* Tue Aug 25 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.5b1-1 -- Initial package - |
