File python-vega.spec of Package python-vega
#
# spec file for package python-vega
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python-vega
Version: 4.1.0
Release: 0
Summary: An IPython/Jupyter widget for Vega 3 and Vega-Lite 2
License: BSD-3-Clause
URL: https://github.com/vega/ipyvega/
Source: https://files.pythonhosted.org/packages/source/v/vega/vega-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: jupyter-notebook-filesystem
BuildRequires: python-rpm-macros
Requires: python-ipytablewidgets >= 0.3.0
Requires: python-jupyter >= 1.0.0
Requires: python-pandas >= 1.5.0
Recommends: python-ipywidgets
Recommends: python-jupyterlab
Provides: python-jupyter_vega = %{version}-%{release}
Obsoletes: python-jupyter_vega < %{version}-%{release}
BuildArch: noarch
%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3"
# notebook >= 5.3 does not need to install a separate nbextension
Provides: jupyter-vega = %{version}-%{release}
Obsoletes: jupyter-vega < %{version}-%{release}
%endif
# SECTION test requirements
BuildRequires: %{python_module ipytablewidgets >= 0.3.0}
BuildRequires: %{python_module ipywidgets}
BuildRequires: %{python_module jupyterlab}
BuildRequires: %{python_module jupyter}
BuildRequires: %{python_module pandas >= 1.5.0}
BuildRequires: %{python_module pytest >= 7.2}
# /SECTION
%python_subpackages
%description
IPython/Jupyter notebook module for Vega and Vega-Lite,
Polestar, and Voyager. Notebooks with embedded visualizations
can be viewed on github and nbviewer.
%prep
%setup -q -n vega-%{version}
sed -i s/poetry.masonry/poetry.core.masonry/ pyproject.toml
%build
%pyproject_wheel
%install
%pyproject_install
%fdupes %{buildroot}%{_jupyter_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# altair 5 not compatible with vega
ignoretests="--ignore vega/tests/test_entrypoint.py"
%pytest $ignoretests
%files %{python_files}
%license LICENSE
%exclude %{_bindir}/test
%{python_sitelib}/vega/
%{python_sitelib}/vega-%{version}*-info
%changelog