automatic version update by autodist [release 0.8.8.7-1mamba;Wed Feb 08 2023]
This commit is contained in:
parent
757b170bfb
commit
d9f59563d0
@ -1,5 +1,5 @@
|
|||||||
Name: python-doxypypy
|
Name: python-doxypypy
|
||||||
Version: 0.8.8.6
|
Version: 0.8.8.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A more Pythonic version of doxypy, a Doxygen filter for Python
|
Summary: A more Pythonic version of doxypy, a Doxygen filter for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,7 +11,8 @@ Source: https://pypi.debian.net/doxypypy/doxypypy-%{version}.tar.gz
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: python-setuptools-py3
|
BuildRequires: python3.7dist(chardet)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
@ -39,12 +40,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "\\,\\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\\,\\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
sed -i "/sample_utf.*cpython.*.pyc/d" %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python3_sitearch}/doxypypy-%{version}-py*.egg-info
|
%dir %{python_sitearch}/doxypypy-%{version}-py*.egg-info
|
||||||
%{python3_sitearch}/doxypypy-%{version}-py*.egg-info/*
|
%{python_sitearch}/doxypypy-%{version}-py*.egg-info/*
|
||||||
|
%{python_sitearch}/doxypypy/test/__pycache__/sample_utf*cpython*.pyc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 08 2023 Automatic Build System <autodist@mambasoft.it> 0.8.8.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Mar 16 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.8.6-1mamba
|
* Tue Mar 16 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.8.6-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user