python-comm/python-comm.spec

50 lines
1.2 KiB
RPMSpec
Raw Normal View History

2023-07-24 01:47:58 +00:00
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
%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}/__pycache__/
#%{python3_sitelib}/autodoc_traits.py
%changelog
* Tue Aug 1 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.1.3-1
- Init package python-comm of version 0.1.3