diff --git a/notebook-7.0.2.tar.gz b/notebook-7.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..52288c419c1d8e0e0ec4832bca9dfb653ba92e3b Binary files /dev/null and b/notebook-7.0.2.tar.gz differ diff --git a/python-notebook.spec b/python-notebook.spec new file mode 100644 index 0000000000000000000000000000000000000000..b6af6e8314412cd4e698ed245b108aa48c59aed3 --- /dev/null +++ b/python-notebook.spec @@ -0,0 +1,50 @@ +%global _empty_manifest_terminate_build 0 +%global pypi_name notebook + +%global _description %{expand: +The Jupyter Notebook is a web application that allows you to create and \ +share documents that contain live code, equations, visualizations, and \ +explanatory text. The Notebook has support for multiple programming \ +languages, sharing, and interactive widgets.} + +Name: python-%{pypi_name} +Version: 7.0.2 +Release: 1 +Summary: A web-based notebook environment for interactive computing +License: BSD-3-Clause +URL: https://github.com/jupyter/notebook +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-setuptools_scm +BuildRequires: python3-hatchling +BuildRequires: python3-jupyterlab + +%description %_description + +%package -n python3-%{pypi_name} +Summary: A web-based notebook environment for interactive computing +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} %_description + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.md + +%changelog +* Thu Aug 10 2023 li-miaomiao_zhr - 7.0.2-1 +- Package init