Name: python-automat Version: 22.10.0 Release: 1mamba Summary: Self-service finite-state machines for the programmer on the go Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/glyph/Automat Source: https://pypi.debian.net/Automat/Automat-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel BuildRequires: python3.7dist(attrs) BuildRequires: python3.7dist(setuptools) BuildRequires: python3.7dist(six) ## AUTOBUILDREQ-END %description %{summary}. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n Automat-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{python_inc} \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %if "%{?with_pyver}" != "3" mv %{buildroot}%{_bindir}/automat-visualize{,%{?with_pyver}} sed -i "s|automat-visualize|automat-visualize%{?with_pyver}|" %{name}.filelist %endif %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/Automat-%{version}-py*.egg-info %{python_sitearch}/Automat-%{version}-py*.egg-info/* %doc LICENSE %changelog * Sun Oct 30 2022 Automatic Build System 22.10.0-1mamba - automatic version update by autodist * Fri Apr 09 2021 Silvan Calarco 20.2.0-1mamba - package created using the webbuild interface