!1 Init package python-jupyter-lsp of version 2.2.0

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

BIN
jupyter-lsp-2.2.0.tar.gz Normal file

Binary file not shown.

50
python-jupyter-lsp.spec Normal file
View File

@ -0,0 +1,50 @@
Name: python-jupyter-lsp
Version: 2.2.0
Release: 1
Summary: Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
License: BSD-3-Clause
URL: https://pypi.org/project/jupyter-lsp/
Source: %{url}/archive/%{version}/jupyter-lsp-%{version}.tar.gz
BuildArch: noarch
%global _description %{expand:
Multi-Language Server WebSocket proxy for your Jupyter notebook or lab server.
For Python 3.6+.}
%description %_description
%package -n python3-jupyter-lsp
Summary: %{summary}
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
Requires: python-jupyter-filesystem
%description -n python3-jupyter-lsp %_description
%prep
%autosetup -n jupyter-lsp-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-jupyter-lsp
%license LICENSE
%doc README.md
%{python3_sitelib}/jupyter_lsp-*.dist-info/
%{python3_sitelib}/jupyter_lsp/
%{_prefix}/etc/jupyter
%changelog
* Mon Jul 31 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 2.2.0-1
- Initial package python3-jupyter-lsp version 2.2.0.