Accepting request 703764 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Split jupyter components into own subpackage. OBS-URL: https://build.opensuse.org/request/show/703764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter_console?expand=0&rev=16
This commit is contained in:
parent
5ee255bcd1
commit
88a2de357f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 17 18:46:30 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Split jupyter components into own subpackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 16 01:56:19 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
Tue Oct 16 01:56:19 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jupyter_console
|
# spec file for package python-jupyter_console
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,21 +20,22 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-jupyter_console
|
Name: python-jupyter_console
|
||||||
Version: 6.0.0
|
Version: 6.0.0
|
||||||
|
%define doc_ver 6.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter terminal console
|
Summary: Jupyter terminal console
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/jupyter/jupyter_console
|
Url: https://github.com/jupyter/jupyter_console
|
||||||
Source0: https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz
|
||||||
Source1: https://media.readthedocs.org/pdf/jupyter-console/v%{version}/jupyter-console.pdf
|
Source1: https://media.readthedocs.org/pdf/jupyter-console/v%{doc_ver}/jupyter-console.pdf
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-jupyter_client
|
Requires: python-jupyter_client
|
||||||
Requires: python-jupyter_ipykernel
|
Requires: python-ipykernel
|
||||||
Requires: python-jupyter_ipython
|
Requires: python-ipython
|
||||||
Requires: python-prompt_toolkit >= 2
|
Requires: python-prompt_toolkit >= 2
|
||||||
|
Requires: jupyter-jupyter_console = %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -43,16 +44,31 @@ BuildArch: noarch
|
|||||||
A terminal-based console frontend for Jupter kernels.
|
A terminal-based console frontend for Jupter kernels.
|
||||||
This code is based on the single-process IPython terminal.
|
This code is based on the single-process IPython terminal.
|
||||||
|
|
||||||
%package -n %{name}-doc
|
This package provides the python components.
|
||||||
Summary: Documentation for %{name}
|
|
||||||
Group: Documentation/Other
|
|
||||||
Provides: %{python_module jupyter_console-doc = %{version}}
|
|
||||||
|
|
||||||
%description -n %{name}-doc
|
%package -n jupyter-jupyter_console
|
||||||
|
Summary: Jupyter terminal console
|
||||||
|
Requires: python3-jupyter_console = %{version}
|
||||||
|
|
||||||
|
%description -n jupyter-jupyter_console
|
||||||
A terminal-based console frontend for Jupter kernels.
|
A terminal-based console frontend for Jupter kernels.
|
||||||
This code is based on the single-process IPython terminal.
|
This code is based on the single-process IPython terminal.
|
||||||
|
|
||||||
This package provides the help files for %{name}.
|
This package provides the jupyter components.
|
||||||
|
|
||||||
|
%package -n jupyter-jupyter_console-doc
|
||||||
|
Summary: Documentation for jupyter-jupyter_console
|
||||||
|
Group: Documentation/Other
|
||||||
|
Provides: python-jupyter_console-doc = %{version}
|
||||||
|
Obsoletes: python-jupyter_console-doc <= %{version}
|
||||||
|
Provides: %{python_module jupyter_console-doc = %{version}}
|
||||||
|
Obsoletes: %{python_module jupyter_console-doc <= %{version}}
|
||||||
|
|
||||||
|
%description -n jupyter-jupyter_console-doc
|
||||||
|
A terminal-based console frontend for Jupter kernels.
|
||||||
|
This code is based on the single-process IPython terminal.
|
||||||
|
|
||||||
|
This package provides the help files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jupyter_console-%{version}
|
%setup -q -n jupyter_console-%{version}
|
||||||
@ -72,10 +88,13 @@ cp %{SOURCE1} .
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CONTRIBUTING.md README.md
|
%doc CONTRIBUTING.md README.md
|
||||||
%license COPYING.md
|
%license COPYING.md
|
||||||
%{_bindir}/jupyter-console
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%files -n %{name}-doc
|
%files -n jupyter-jupyter_console
|
||||||
|
%license COPYING.md
|
||||||
|
%{_bindir}/jupyter-console
|
||||||
|
|
||||||
|
%files -n jupyter-jupyter_console-doc
|
||||||
%license COPYING.md
|
%license COPYING.md
|
||||||
%doc jupyter-console.pdf
|
%doc jupyter-console.pdf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user