python-texext/python-texext.spec

53 lines
1.5 KiB
RPMSpec
Raw Permalink Normal View History

2021-09-27 15:11:35 +08:00
Name: python-texext
2022-12-06 14:03:02 +08:00
Version: 0.6.7
Release: 1
2021-09-27 15:11:35 +08:00
Summary: Sphinx extensions for working with LaTeX math
2022-05-10 18:41:03 +08:00
License: MIT
2021-09-27 15:11:35 +08:00
URL: http://github.com/matthew-brett/texext
2022-12-06 14:03:02 +08:00
Source0: https://github.com/matthew-brett/texext/archive/refs/tags/%{version}.tar.gz
2021-09-27 15:11:35 +08:00
BuildArch: noarch
BuildRequires: python3-devel python3dist(docutils) python3dist(matplotlib) python3dist(pytest) python3dist(setuptools)
BuildRequires: python3dist(six) python3dist(sphinx) python3dist(sphinxtesters) python3dist(sympy)
%description
This package contains Sphinx extensions for working with LaTeX math.
%package -n python3-texext
Summary: %{summary}
%{?python_provide:%python_provide python3-texext}
Requires: python3dist(docutils) python3dist(matplotlib) python3dist(pytest) python3dist(six) python3dist(sphinx)
Requires: python3dist(sphinxtesters) python3dist(sympy)
%description -n python3-texext
This package contains Sphinx extensions for working with LaTeX math.
%prep
%autosetup -n texext-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-texext
%license LICENSE
%doc README.rst
%{python3_sitelib}/texext
%{python3_sitelib}/texext-%{version}-py%{python3_version}.egg-info
%changelog
2022-12-06 14:03:02 +08:00
* Tue Dec 6 2022 lijian <lijian2@kylinos.cn> - 0.6.7-1
- Upgrade to version 0.6.7
2022-05-10 18:41:03 +08:00
* Tue May 10 2022 houyingchao <houyingchao@h-partners.com> - 0.6.6-2
- License compliance rectification
2021-09-27 15:11:35 +08:00
* Mon Sep 27 2021 weidong <weidong@uniontech.com> - 0.6.6-1
- Initial package.