diff --git a/jupyterlite-0.4.4.tar.gz b/jupyterlite-0.4.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..285258eef02c15548f8932c5eaf0493f76cdbfeb Binary files /dev/null and b/jupyterlite-0.4.4.tar.gz differ diff --git a/python-jupyterlite.spec b/python-jupyterlite.spec new file mode 100644 index 0000000000000000000000000000000000000000..b614610dc4eb265572815decdbec70d183790397 --- /dev/null +++ b/python-jupyterlite.spec @@ -0,0 +1,53 @@ +%global pypi_name jupyterlite + +Name: python-%{pypi_name} +Version: 0.4.4 +Release: 1 +Summary: A JupyterLab distribution that runs entirely in the browser built from the ground-up using JupyterLab components and extensions. + +License: BSD-3-Clause +URL: https://github.com/jupyterlite/jupyterlite +Source0: https://files.pythonhosted.org/packages/1a/f5/e45c5a51cdeb26f5fd14afe40eb9a063d8ba9e5a26fe927877c31e8c0a98/jupyterlite-0.4.4.tar.gz + +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling + + +%description +JupyterLite is a JupyterLab distribution that runs entirely in the browser built from +the ground-up using JupyterLab components and extensions. + + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +JupyterLite is a JupyterLab distribution that runs entirely in the browser built from +the ground-up using JupyterLab components and extensions. + + +%prep +%autosetup -n jupyterlite-%{version} -p1 + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.md +%{python3_sitelib}/jupyterlite +%{python3_sitelib}/jupyterlite-*.dist-info/ + + +%changelog +* Fri Dec 06 2024 Dongxing Wang - 0.4.4-1 +- Initial package.