From 0169b29c8f04b68b16b0e929a9234cb7d6b1c05e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:23:11 +0100 Subject: [PATCH] rebuilt with distdeps [release 1.6-2mamba;Mon Apr 18 2022] --- python-pyTwistyScrambler.spec | 43 ++++++++++++----------------------- 1 file changed, 15 insertions(+), 28 deletions(-) diff --git a/python-pyTwistyScrambler.spec b/python-pyTwistyScrambler.spec index ed3038c..c213b1c 100644 --- a/python-pyTwistyScrambler.spec +++ b/python-pyTwistyScrambler.spec @@ -1,6 +1,6 @@ Name: python-pyTwistyScrambler Version: 1.6 -Release: 1mamba +Release: 2mamba Summary: Python module for generating scrambles of various twisty puzzles, including the Rubik's cube, 4x4x4 cube, and others Group: System/Libraries Vendor: openmamba @@ -10,31 +10,19 @@ URL: https://github.com/euphwes/pyTwistyScrambler Source: https://pypi.debian.net/pyTwistyScrambler/pyTwistyScrambler-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(appdirs) +BuildRequires: python3.7dist(packaging) +BuildRequires: python3.7dist(pyexecjs) +BuildRequires: python3.7dist(pyparsing) +BuildRequires: python3.7dist(six) ## AUTOBUILDREQ-END %description %{summary}. -%if "%?with_pyver" -%define pyver %{with_pyver} -%define pyappend py%{with_pyver} -%define __python %(rpm --eval %{__python%{with_pyver}}) -%define python_sitearch %(rpm --eval %{python%{with_pyver}_sitearch}) -%define python_sitelib %(rpm --eval %{python%{with_pyver}_sitelib}) -%define python_inc %(rpm --eval %{python%{with_pyver}_inc}) -%define python_version %(rpm --eval %{python%{with_pyver}_version}) -%define python_provides %(rpm --eval %{python%{with_pyver}_provides}) -%define python_requires %(rpm --eval %{python%{with_pyver}_requires}) -%define py_requires %(rpm --eval %{py%{with_pyver}_requires}) - -%package py%{pyver} -Group: System/Libraries/Python -Summary: %{summary}. -Requires: python-PyExecJS-py3 -%py_requires - -%description py%{pyver} -%{summary}. +%if 0%{?with_pyver} +%pyver_package %endif %prep @@ -52,18 +40,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so - -## note: add extra documentation (if any) -# %doc README.md +%dir %{python_sitearch}/pyTwistyScrambler-%{version}-py*.egg-info +%{python_sitearch}/pyTwistyScrambler-%{version}-py*.egg-info/* %changelog +* Mon Apr 18 2022 Silvan Calarco 1.6-2mamba +- rebuilt with distdeps + * Tue Apr 06 2021 Automatic Build System 1.6-1mamba - automatic version update by autodist