!1 Init package python-comm v0.1.3

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

BIN
comm-0.1.3.tar.gz Normal file

Binary file not shown.

48
python-comm.spec Normal file
View File

@ -0,0 +1,48 @@
Name: python-comm
Version: 0.1.3
Release: 1
Summary: Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
License: BSD 3-Clause License
URL: https://github.com/ipython/comm
Source0: %{url}/archive/%{version}/comm-%{version}.tar.gz
BuildArch: noarch
%description
Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
%package -n python3-comm
Summary: %{summary}
Provides: python-comm
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%description -n python3-comm
Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
%prep
%autosetup -n comm-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-comm
%license LICENSE
%doc README.md
%{python3_sitelib}/comm-*dist-info/
%{python3_sitelib}/comm/
%changelog
* Tue Aug 1 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.1.3-1
- Init package python-comm of version 0.1.3