Initial package
This commit is contained in:
parent
555a732eb1
commit
240b6d5932
46
python-texext.spec
Normal file
46
python-texext.spec
Normal file
@ -0,0 +1,46 @@
|
||||
Name: python-texext
|
||||
Version: 0.6.6
|
||||
Release: 1
|
||||
Summary: Sphinx extensions for working with LaTeX math
|
||||
|
||||
License: BSD
|
||||
URL: http://github.com/matthew-brett/texext
|
||||
Source0: texext-%{version}.tar.gz
|
||||
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
|
||||
* Mon Sep 27 2021 weidong <weidong@uniontech.com> - 0.6.6-1
|
||||
- Initial package.
|
||||
BIN
texext-0.6.6.tar.gz
Normal file
BIN
texext-0.6.6.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user