!1 Init package python-comm v0.1.3
From: @mengzhaoa Reviewed-by: @desert-sailor Signed-off-by: @desert-sailor
This commit is contained in:
commit
44a20b8bf6
BIN
comm-0.1.3.tar.gz
Normal file
BIN
comm-0.1.3.tar.gz
Normal file
Binary file not shown.
48
python-comm.spec
Normal file
48
python-comm.spec
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user