diff --git a/python-rope.spec b/python-rope.spec index 75f650e..d509f58 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-rope -Version: 0.23.0 +Version: 1.7.0 Release: 1mamba Summary: A python refactoring library Group: System/Libraries @@ -12,7 +12,9 @@ Source: https://pypi.debian.net/rope/rope-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython3-devel +BuildRequires: python3.7dist(pytoolconfig) ## AUTOBUILDREQ-END +Requires: python >= %python_version %description %{summary}. @@ -25,30 +27,33 @@ BuildRequires: libpython3-devel %setup -q -n rope-%{version} %build -CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel +CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%{__python} -m installer --destdir=%{buildroot} dist/*.whl +%{__python} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} \ + --record=%{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 +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files %{?pyappend} +#chmod -R +r %{buildroot}%{python_sitearch}/rope-%{version}-py*.egg-info + +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info -%{python_sitelib}/%{pkgname}-%{version}.dist-info/* -%dir %{python_sitelib}/%{pkgname} -%{python_sitelib}/%{pkgname}/* +%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info +%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %doc COPYING %changelog -* Wed Nov 09 2022 Silvan Calarco 0.23.0-1mamba -- update to 0.23.0 +* Mon Jan 23 2023 Automatic Build System 1.7.0-1mamba +- automatic version update by autodist + +* Sat Oct 29 2022 Automatic Build System 1.4.0-1mamba +- automatic version update by autodist * Wed Nov 24 2021 Automatic Build System 0.22.0-1mamba - automatic version update by autodist