15
0

Accepting request 1089551 from devel:languages:python

- add sle15_python_module_pythons (jsc#PED-68)
- use pyproject macros to build

OBS-URL: https://build.opensuse.org/request/show/1089551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-capturer?expand=0&rev=6
This commit is contained in:
2023-05-29 20:47:58 +00:00
committed by Git OBS Bridge
2 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 29 11:02:20 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
- use pyproject macros to build
-------------------------------------------------------------------
Thu Aug 20 10:12:14 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-capturer
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-capturer
Version: 3.0
Release: 0
@@ -25,11 +25,12 @@ License: MIT
Group: Development/Languages/Python
URL: https://capturer.readthedocs.io
Source: https://files.pythonhosted.org/packages/source/c/capturer/capturer-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module humanfriendly >= 8.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 3.0.4}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module humanfriendly >= 8.0}
BuildRequires: %{python_module pytest >= 3.0.4}
Requires: python-humanfriendly >= 8.0
BuildArch: noarch
@@ -48,10 +49,10 @@ but definitely won't work on Windows (due to the use of the platform dependent
%setup -q -n capturer-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -61,6 +62,7 @@ export LANG=en_US.UTF-8
%files %{python_files}
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*
%{python_sitelib}/capturer
%{python_sitelib}/capturer-%{version}*-info
%changelog