diff --git a/comm-0.1.3.tar.gz b/comm-0.1.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7f19c88a0665ed55035b097d8517e5a20f8b5793 Binary files /dev/null and b/comm-0.1.3.tar.gz differ diff --git a/python-comm.spec b/python-comm.spec new file mode 100644 index 0000000000000000000000000000000000000000..e48050448fd81c5de6521298227bb7d0ba9ebf31 --- /dev/null +++ b/python-comm.spec @@ -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 - 0.1.3-1 +- Init package python-comm of version 0.1.3