!1 Init package python-jupyter-server-mathjax to version v0.2.6

From: @li-miaomiao_zhr 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2023-11-21 07:44:04 +00:00 committed by Gitee
commit e542288bfa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 49 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,49 @@
%global _empty_manifest_terminate_build 0
%global pypi_name jupyter_server_mathjax
%global _description %{expand:
MathJax resources as a Jupyter Server Extension.}
Name: python-%{pypi_name}
Version: 0.2.6
Release: 1
Summary: MathJax resources as a Jupyter Server Extension.
License: BSD 3-Clause
URL: http://jupyter.org/
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-jupyter-packaging
%description %_description
%package -n python3-%{pypi_name}
Summary: MathJax resources as a Jupyter Server Extension.
%{?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
%{python3_sitelib}/jupyter_server_mathjax/
%{python3_sitelib}/%{pypi_name}-%{version}.dist-info/
%{_usr}/etc/jupyter/jupyter_server_config.d/jupyter_server_mathjax.json
%changelog
* Thu Aug 17 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.2.6-1
- Package init