Summary: Server components for JupyterLab like applications Name: python-jupyterlab-server Version: 1.0.6 Release: 1%{?dist} License: BSD URL: https://jupyter.org Source0: https://files.pythonhosted.org/packages/source/j/jupyterlab-server/jupyterlab_server-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(jinja2) >= 2.10 BuildRequires: python3dist(json5) BuildRequires: python3dist(jsonschema) >= 3.0.1 BuildRequires: python3dist(notebook) >= 4.2.0 BuildRequires: python3dist(pytest) BuildRequires: python3dist(requests) BuildRequires: python3dist(setuptools) %global _description\ A set of server components for JupyterLab and JupyterLab like applications %description %{_description} %package -n python3-jupyterlab-server Summary: %{summary} %{?python_provide:%python_provide python3- jupyterlab-server} Requires: python3dist(jinja2) >= 2.10 Requires: python3dist(json5) Requires: python3dist(jsonschema) >= 3.0.1 Requires: python3dist(notebook) >= 4.2.0 Requires: python3dist(pytest) Requires: python3dist(requests) %description -n python3-jupyterlab-server %{_description} %prep %autosetup -n jupyterlab_server-%{version} # Remove bundled egg-info rm -rf *.egg-info %build %py3_build %install %py3_install %check #{__python3} setup.py test %files -n python3-jupyterlab-server %license LICENSE %doc README.md %{python3_sitelib}/jupyterlab_server %{python3_sitelib}/jupyterlab_server-%{version}-py?.?.egg-info %changelog * Wed Oct 02 2019 Terje Rosten - 1.0.6-1 - Initial package