diff --git a/jupyter-lsp-2.2.0.tar.gz b/jupyter-lsp-2.2.0.tar.gz new file mode 100644 index 0000000..790691d Binary files /dev/null and b/jupyter-lsp-2.2.0.tar.gz differ diff --git a/python-jupyter-lsp.spec b/python-jupyter-lsp.spec new file mode 100644 index 0000000..6c3af7a --- /dev/null +++ b/python-jupyter-lsp.spec @@ -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 - 2.2.0-1 +- Initial package python3-jupyter-lsp version 2.2.0. \ No newline at end of file