From 81a8ac17f0604c6baf7a2b62517e290d4d72d462 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:41:19 +0100 Subject: [PATCH] rebuilt with distdeps [release 1.5.1-3mamba;Mon Apr 18 2022] --- python-PyExecJS.spec | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/python-PyExecJS.spec b/python-PyExecJS.spec index 215a3a5..eea46d2 100644 --- a/python-PyExecJS.spec +++ b/python-PyExecJS.spec @@ -1,6 +1,6 @@ Name: python-PyExecJS Version: 1.5.1 -Release: 2mamba +Release: 3mamba Summary: Run JavaScript code from Python Group: System/Libraries Vendor: openmamba @@ -11,32 +11,14 @@ Source: https://pypi.debian.net/PyExecJS/PyExecJS-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(six) ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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: nodejs -%py_requires - -%description py%{pyver} -%{summary}. +%if 0%{?with_pyver} +%pyver_package %endif %prep @@ -54,18 +36,18 @@ 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 +%dir %{python_sitearch}/PyExecJS-%{version}-py*.egg-info +%{python_sitearch}/PyExecJS-%{version}-py*.egg-info/* %doc LICENSE -## note: add extra documentation (if any) -# %doc README.md README.rst %changelog +* Mon Apr 18 2022 Silvan Calarco 1.5.1-3mamba +- rebuilt with distdeps + * Tue May 12 2020 Silvan Calarco 1.5.1-2mamba - require nodejs