python-pyTwistyScrambler/python-pyTwistyScrambler.spec

69 lines
2.2 KiB
RPMSpec
Raw Normal View History

Name: python-pyTwistyScrambler
Version: 1.6
Release: 3mamba
Summary: Python module for generating scrambles of various twisty puzzles, including the Rubik's cube, 4x4x4 cube, and others
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/euphwes/pyTwistyScrambler
Source: https://pypi.debian.net/pyTwistyScrambler/pyTwistyScrambler-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(appdirs)
BuildRequires: python3.11dist(packaging)
BuildRequires: python3.11dist(pyexecjs)
BuildRequires: python3.11dist(pyparsing)
BuildRequires: python3.11dist(six)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n pyTwistyScrambler-%{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
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/pyTwistyScrambler-%{version}-py*.egg-info
%{python_sitearch}/pyTwistyScrambler-%{version}-py*.egg-info/*
%changelog
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 1.6-3mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Mon Apr 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-2mamba
- rebuilt with distdeps
* Tue Apr 06 2021 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
- automatic version update by autodist
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
- automatic version update by autodist
* Tue May 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-2mamba
- require python-PyExecJS-py3
* Fri May 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
- package created using the webbuild interface