forked from pool/python-debugpy
Accepting request 1282964 from devel:languages:python
- Switch to pyproject macros. OBS-URL: https://build.opensuse.org/request/show/1282964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-debugpy?expand=0&rev=20
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 5 06:01:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 28 15:12:46 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ mv ../attach_${pyarch}.so ../attach_linux_amd64.so
|
||||
mv ../attach_${pyarch}.so ../attach_linux_x86.so
|
||||
%endif
|
||||
popd
|
||||
%{$python_build}
|
||||
%pyproject_wheel
|
||||
}
|
||||
%endif
|
||||
|
||||
@@ -97,7 +97,7 @@ popd
|
||||
%if !%{with test}
|
||||
# Dont compile pydevd again
|
||||
export SKIP_CYTHON_BUILD=1
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/debugpy
|
||||
%python_clone -a %{buildroot}%{_bindir}/debugpy-adapter
|
||||
%{python_expand # remove source files
|
||||
|
||||
Reference in New Issue
Block a user