File python-hatch-requirements-txt.spec of Package python-hatch-requirements-txt

#
# spec file for package python-hatch-requirements-txt
#
# Copyright (c) 2022 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-hatch-requirements-txt
Version:        0.2.0
Release:        0
Summary:        Hatch plugin to read project dependencies from requirements.txt
License:        MIT
Group:          Development/Languages/Python
URL:            https://github.com/repo-helper/hatch-requirements-txt
Source:         https://files.pythonhosted.org/packages/source/h/hatch-requirements-txt/hatch_requirements_txt-%{version}.tar.gz
#Source: https://github.com/repo-helper/hatch-requirements-txt/archive/refs/tags/v0.2.0.tar.gz
BuildRequires:  %{python_module base >= 3.7}
BuildRequires:  %{python_module hatchling >= 0.21.0}
BuildRequires:  %{python_module pip}
BuildRequires:  %{python_module wheel}
# SECTION test requirements
BuildRequires:  %{python_module coincidence}
BuildRequires:  %{python_module pkginfo}
BuildRequires:  %{python_module pytest}
# /SECTION
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildArch:      noarch
%python_subpackages

%description
Hatch plugin to read project dependencies from requirements.txt.

%prep
%setup -q -n hatch-requirements-txt-%{version}

%build
%pyproject_wheel

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

%check
%pytest

%files %{python_files}
%doc README.rst
%{python_sitelib}/hatch_requirements_txt/
%{python_sitelib}/hatch_requirements_txt-%{version}.dist-info/

%changelog

openSUSE Build Service is sponsored by