File python-strawberry-graphql-django.spec of Package python-strawberry-graphql-django

#
# spec file for package python-strawberry_django
#
# Copyright (c) 2024 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/
#


%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
%bcond_without test
%else
%define psuffix %{nil}
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name:           python-strawberry-graphql-django
Version:        0.62.0
Release:        0
Summary:        Strawberry GraphQL Django extension
License:        MIT
URL:            https://github.com/strawberry-graphql/strawberry-django
Source:         https://files.pythonhosted.org/packages/source/s/strawberry-graphql-django/strawberry_graphql_django-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module Django >= 3.2}
%if %{with test}
BuildRequires:  %{python_module pytest-django >= 3.8.0}
%endif
BuildRequires:  %{python_module base >= 3.9}
BuildRequires:  %{python_module pip}
BuildRequires:  %{python_module poetry-core >= 1.0.0}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module wheel}
BuildRequires:  fdupes
Requires:       python-Django >= 3.2
Requires:       python-strawberry-graphql >= 0.236.0
Requires:       python-asgiref >= 3.8
BuildArch:      noarch
%python_subpackages

%description
This package provides powerful tools to generate GraphQL types,
queries, mutations and resolvers from Django models.

%prep
%autosetup -p1 -n strawberry_graphql_django-%{version}

%build
%pyproject_wheel

%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%if %{with test}
%check
%pytest
%endif

%files %{python_files}
%{python_sitelib}/strawberry_django
%{python_sitelib}/strawberry_graphql_django-%{version}.dist-info

%changelog
openSUSE Build Service is sponsored by