python-myst_parser/python-myst_parser.spec

76 lines
2.3 KiB
RPMSpec

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-myst_parser
Version: 3.0.1
Release: 2mamba
Summary: An extended CommonMark compliant parser
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/executablebooks/MyST-Parser
Source: https://pypi.debian.net/myst-parser/myst_parser-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.11dist(markdown-it-py) >= 3 with python3.11dist(markdown-it-py) < 4)
BuildRequires: (python3.11dist(mdit-py-plugins) >= 0.4 with python3.11dist(mdit-py-plugins) < 1)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(docutils)
BuildRequires: python3.11dist(jinja2)
BuildRequires: python3.11dist(pyyaml)
BuildRequires: python3.11dist(sphinx)
## AUTOBUILDREQ-END
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n myst_parser-%{version}
sed -i "s|sphinx>=6,<8|sphinx>=6|" pyproject.toml PKG-INFO
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
#%if "%{?with_pyver}" != "3"
## Rename any conflicting file outside of python site packages tree
#for f in %{_bindir}/pdm; do
# mv %{buildroot}${f}{,-%{?pyappend}}
#done
#%endif
%files %{?pyappend}
%defattr(-,root,root)
%{_bindir}/myst-anchors
%{_bindir}/myst-docutils-demo
%{_bindir}/myst-docutils-html
%{_bindir}/myst-docutils-html5
%{_bindir}/myst-docutils-latex
%{_bindir}/myst-docutils-pseudoxml
%{_bindir}/myst-docutils-xml
%{_bindir}/myst-inv
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%doc LICENSE
%changelog
* Wed Jul 31 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.1-2mamba
- remove requirement for sphinx < 8
* Mon Apr 29 2024 Automatic Build System <autodist@openmamba.org> 3.0.1-1mamba
- automatic version update by autodist
* Tue Apr 23 2024 Automatic Build System <autodist@openmamba.org> 3.0.0-1mamba
- automatic version update by autodist
* Thu Mar 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
- package created using the webbuild interface