!1 Init package python-debugpy v1.6.7

From: @mengzhaoa 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2023-08-09 09:17:07 +00:00 committed by Gitee
commit 2edc1eaa41
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 46 additions and 0 deletions

BIN
debugpy-1.6.7.tar.gz Normal file

Binary file not shown.

46
python-debugpy.spec Normal file
View File

@ -0,0 +1,46 @@
Name: python-debugpy
Version: 1.6.7
Release: 1
Summary: An implementation of the Debug Adapter Protocol for Python
License: MIT
URL: https://github.com/microsoft/debugpy
Source0: %{url}/archive/%{version}/debugpy-%{version}.tar.gz
%description
debugpy is an implementation of the Debug Adapter Protocol for Python.
%package -n python3-debugpy
Summary: %{summary}
Provides: python-debugpy
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-pbr
BuildRequires: python3-hatchling
%description -n python3-debugpy
debugpy is an implementation of the Debug Adapter Protocol for Python.
%prep
%autosetup -n debugpy-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-debugpy
%license LICENSE
%doc README.md
%{python3_sitearch}/debugpy-*.egg-info/
%{python3_sitearch}/debugpy/
%changelog
* Tue Aug 1 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 1.6.7-1
- Init package python-debugpy of version 1.6.7