File python-gwtrigfind.spec of Package python-gwtrigfind

#
# spec file for package python-gwtrigfind
#
# Copyright (c) 2020 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 modname gwtrigfind
Name:           python-gwtrigfind
Version:        0.8.0
Release:        0
Summary:        Utility to find files archived by GW event trigger generators
License:        GPL-3.0-only
URL:            https://github.com/gwpy/gwtrigfind
Source:         https://files.pythonhosted.org/packages/source/g/gwtrigfind/gwtrigfind-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module pip}
BuildRequires:  %{python_module wheel}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-astropy
Requires:       python-ligo-segments
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch:      noarch
# SECTION test requirements
BuildRequires:  %{python_module astropy}
BuildRequires:  %{python_module ligo-segments}
BuildRequires:  %{python_module pytest}
# python2 tests only
%if 0%{?suse_version} < 1550
BuildRequires:  python-mock
%endif
# /SECTION
%python_subpackages

%description
Utility to find files archived by GW event trigger generators

%prep
%autosetup -p1 -n gwtrigfind-%{version}
sed -Ei "1{/^#!\/usr\/bin\/python/d}" gwtrigfind/__main__.py

%build
%pyproject_wheel

%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/gwtrigfind
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%pytest

%post
%python_install_alternative gwtrigfind

%postun
%python_uninstall_alternative gwtrigfind

%files %{python_files}
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/gwtrigfind
%{python_sitelib}/%{modname}/
%{python_sitelib}/%{modname}-%{version}*-info/

%changelog
openSUSE Build Service is sponsored by