Benjamin Greiner 2022-12-25 21:29:39 +00:00 committed by Git OBS Bridge
parent 75781b23dd
commit 621c1e390a

View File

@ -18,32 +18,31 @@
# This si with alts/libalternatives only and has never been something else
%bcond_without libalternatives
Name: python-hatch-jupyter-builder
Version: 0.8.2
Release: 0
Summary: A hatch plugin to help build Jupyter packages
License: BSD-3-Clause
URL: https://github.com/jupyterlab/hatch-jupyter-builder
Source: https://files.pythonhosted.org/packages/source/h/hatch-jupyter-builder/hatch_jupyter_builder-0.8.2.tar.gz
Source: https://files.pythonhosted.org/packages/source/h/hatch_jupyter_builder/hatch_jupyter_builder-0.8.2.tar.gz
# PATCH-FIX-OPENSUSE hatch-test-nonisolated.patch code@bnavigator.de
Patch1: hatch-test-nonisolated.patch
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module hatchling >= 1.5}
BuildRequires: fdupes
BuildRequires: %{python_module pip}
BuildRequires: alts
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: alts
Requires: python-hatchling >= 1.5
# SECTION test
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module build}
BuildRequires: %{python_module hatch}
BuildRequires: %{python_module tomli}
# /SECTION
Provides: python-hatch_jupyter_builder = %{version}-%{release}
BuildArch: noarch
# SECTION test
BuildRequires: %{python_module build}
BuildRequires: %{python_module hatch}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tomli}
# /SECTION
%python_subpackages
%description