From 0e36b6906dd20fcf5e07fa977b85b095bf5fd093a56a26a15063c5a36f71b3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 28 May 2025 11:37:37 +0000 Subject: [PATCH] - Convert to pip-based build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanreadable?expand=0&rev=7 --- python-humanreadable.changes | 5 +++++ python-humanreadable.spec | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/python-humanreadable.changes b/python-humanreadable.changes index 1598219..f183018 100644 --- a/python-humanreadable.changes +++ b/python-humanreadable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 28 11:37:23 UTC 2025 - Markéta Machová + +- Convert to pip-based build + ------------------------------------------------------------------- Thu Dec 7 22:53:31 UTC 2023 - Dirk Müller diff --git a/python-humanreadable.spec b/python-humanreadable.spec index e02d9f8..0381967 100644 --- a/python-humanreadable.spec +++ b/python-humanreadable.spec @@ -1,7 +1,7 @@ # # spec file for package python-humanreadable # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-humanreadable Version: 0.4.0 Release: 0 @@ -26,16 +24,18 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/thombashi/humanreadable Source: https://files.pythonhosted.org/packages/source/h/humanreadable/humanreadable-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-setuptools >= 61 +Requires: python-typepy >= 1.2.0 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module typepy >= 1.2.0} # /SECTION -BuildRequires: fdupes -Requires: python-setuptools >= 61 -Requires: python-typepy >= 1.2.0 -BuildArch: noarch %python_subpackages %description @@ -46,10 +46,10 @@ values to Python values. %setup -q -n humanreadable-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check