diff --git a/jupyter_packaging-0.12.3.tar.gz b/jupyter_packaging-0.12.3.tar.gz new file mode 100644 index 0000000..d3f3b6b Binary files /dev/null and b/jupyter_packaging-0.12.3.tar.gz differ diff --git a/jupyter_packaging.spec b/jupyter_packaging.spec new file mode 100644 index 0000000..9170738 --- /dev/null +++ b/jupyter_packaging.spec @@ -0,0 +1,46 @@ +%define debug_package %{nil} +%global pypi_name jupyter_packaging + +Name: jupyter-packaging +Version: 0.12.3 +Release: 1 +Summary: Tools to help build and install Jupyter Python packages +License: BSD-3-Clause +URL: https://pypi.org/project/jupyter-packaging/ +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz + + +%description +Tools to help build and install Jupyter Python packages that require a pre-build step that may include JavaScript build steps. + +%package -n python3-jupyter-packaging +Summary: Tools to help build and install Jupyter Python packages +BuildRequires: python3-devel python3-setuptools python3-setuptools_scm python3-pip python3-wheel python3-hatchling + + +%{?python_provide:%python_provide python3-%{name}} + +%description -n python3-jupyter-packaging +Tools to help build and install Jupyter Python packages that require a pre-build step that may include JavaScript build steps. +%prep +%autosetup -n %{pypi_name}-%{version} -p1 + +%build +%pyproject_build + +%install +%pyproject_install + + + +%files -n python3-jupyter-packaging +%doc README.md +%license LICENSE +%{python3_sitelib}/jupyter_packaging/* +%{python3_sitelib}/jupyter_packaging-*dist-info/* + +%changelog +* Fri Jul 28 2023 xlhans - 0.12.3-1 +- Package init + +