File python-strawberry-graphql.spec of Package python-strawberry-graphql
#
# spec file for package python-strawberry-graphql
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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/
#
%define _modname strawberry_graphql
%{?sle15_python_module_pythons}
Name: python-strawberry-graphql
Version: 0.282.0
Release: 0
Summary: A library for creating GraphQL APIs
License: MIT
URL: https://strawberry.rocks
Source0: https://files.pythonhosted.org/packages/source/s/strawberry-graphql/%{_modname}-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1.6}
BuildRequires: %{python_module pytest}
BuildRequires: python-rpm-macros
%if %{with test}
# SECTION test requirements
BuildRequires: %{python_module pytest}
#/SECTION
%endif
BuildRequires: fdupes
Requires: python-graphql-core
Requires: python-lia-web
Requires: python-packaging
Requires: python-python-dateutil
Requires: python-typing-extensions
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages
%description
Python GraphQL library based on dataclasses
%prep
%autosetup -p1 -n %{_modname}-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/strawberry
%python_expand %fdupes %{buildroot}%{$python_sitelib}
#%%check
#%%pytest
%post
%python_install_alternative strawberry
%postun
%python_uninstall_alternative strawberry
%files %{python_files}
%python_alternative %{_bindir}/strawberry
%{python_sitelib}/strawberry
%{python_sitelib}/%{_modname}-%{version}.dist-info
%changelog