6 Star 0 Fork 6

src-openEuler/python-debugpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-debugpy.spec 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
大漠行舟 提交于 2024-11-04 11:35 . Update package to version 1.8.7
Name: python-debugpy
Version: 1.8.7
Release: 1
Summary: An implementation of the Debug Adapter Protocol for Python
License: MIT
URL: https://github.com/microsoft/debugpy
Source0: %{url}/archive/v%{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
%{_bindir}/debugpy
%{python3_sitearch}/debugpy-*.egg-info/
%{python3_sitearch}/debugpy/
%changelog
* Mon Nov 4 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 1.8.7-1
- Update package to version 1.8.7
Remove the EPL from the list of licenses
Add extensions recommendations and remove settings
Switch linter from flake8 to ruff
Set linter step to continue on error
Fix DeprecationWarning in Python 3.12 due to use of co_lnotab
* Tue Aug 1 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 1.6.7-1
- Init package python-debugpy of version 1.6.7
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-debugpy.git
git@gitee.com:src-openeuler/python-debugpy.git
src-openeuler
python-debugpy
python-debugpy
master

搜索帮助