From 22d79be81fe0d813e9acb24bda30bce72a08d6b768bebd32e4165fe5adc32f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 26 May 2025 11:35:44 +0000 Subject: [PATCH] Accepting request 1280120 from home:mcalabkova:branches:devel:languages:python - Convert to pip-based build OBS-URL: https://build.opensuse.org/request/show/1280120 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-curlylint?expand=0&rev=6 --- python-curlylint.changes | 5 +++++ python-curlylint.spec | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/python-curlylint.changes b/python-curlylint.changes index f15e77f..0e1a81c 100644 --- a/python-curlylint.changes +++ b/python-curlylint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 26 10:57:52 UTC 2025 - Markéta Machová + +- Convert to pip-based build + ------------------------------------------------------------------- Tue Sep 27 15:26:50 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-curlylint.spec b/python-curlylint.spec index 4c4de2b..a2a558e 100644 --- a/python-curlylint.spec +++ b/python-curlylint.spec @@ -1,7 +1,7 @@ # # spec file for package python-curlylint # -# Copyright (c) 2022 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-curlylint Version: 0.13.1 Release: 0 @@ -25,7 +23,9 @@ Summary: HTML templates linting for Jinja, Nunjucks, Django templates, Tw License: MIT URL: https://github.com/thibaudcolas/curlylint Source: https://files.pythonhosted.org/packages/source/c/curlylint/curlylint-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-attrs >= 17.2.0 @@ -51,10 +51,10 @@ HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid. %setup -q -n curlylint-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/curlylint %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -71,6 +71,7 @@ HTML templates linting for Jinja, Nunjucks, Django templates, Twig, Liquid. %doc README.md %license LICENSE %python_alternative %{_bindir}/curlylint -%{python_sitelib}/* +%{python_sitelib}/curlylint +%{python_sitelib}/curlylint-%{version}*-info %changelog