From c71367d564cdf6e4f0a93c9450ab0f7cca1c2f72 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:35:40 +0100 Subject: [PATCH] update to 0.23.0 [release 0.23.0-1mamba;Wed Nov 09 2022] --- python-rope.spec | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/python-rope.spec b/python-rope.spec index d4bc652..75f650e 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,5 +1,6 @@ +%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-rope -Version: 0.22.0 +Version: 0.23.0 Release: 1mamba Summary: A python refactoring library Group: System/Libraries @@ -10,36 +11,45 @@ URL: https://github.com/python-rope/rope Source: https://pypi.debian.net/rope/rope-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -Requires: python >= %python_version %description %{summary}. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n rope-%{version} %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%{__python} setup.py install \ - -O1 --skip-build \ - --root="%{buildroot}" \ - --install-headers=%{_includedir}/python \ - --install-lib=%{python_sitearch} \ - --record=%{name}.filelist +%{__python} -m installer --destdir=%{buildroot} dist/*.whl -#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +#%if "%{?with_pyver}" != "3" +## Rename any conflicting file outside of python site packages tree +#for f in %{_bindir}/pdm; do +# mv %{buildroot}${f}{,-%{?pyappend}} +#done +#%endif -chmod -R +r %{buildroot}%{python_sitearch}/rope-%{version}-py*.egg-info - -%files -f %{name}.filelist +%files %{?pyappend} %defattr(-,root,root) +%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info +%{python_sitelib}/%{pkgname}-%{version}.dist-info/* +%dir %{python_sitelib}/%{pkgname} +%{python_sitelib}/%{pkgname}/* %doc COPYING %changelog +* Wed Nov 09 2022 Silvan Calarco 0.23.0-1mamba +- update to 0.23.0 + * Wed Nov 24 2021 Automatic Build System 0.22.0-1mamba - automatic version update by autodist