From 56a51fda6ba43cd41f4dc55e81358560523b214f03870c706b17674778a2d84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 3 Jun 2025 11:40:50 +0000 Subject: [PATCH] - Convert to pip-based build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plaster-pastedeploy?expand=0&rev=12 --- python-plaster-pastedeploy.changes | 5 +++++ python-plaster-pastedeploy.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/python-plaster-pastedeploy.changes b/python-plaster-pastedeploy.changes index 5bdcfc6..b5fa1ec 100644 --- a/python-plaster-pastedeploy.changes +++ b/python-plaster-pastedeploy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 3 11:40:23 UTC 2025 - Markéta Machová + +- Convert to pip-based build + ------------------------------------------------------------------- Fri Jun 9 05:33:35 UTC 2023 - ecsos diff --git a/python-plaster-pastedeploy.spec b/python-plaster-pastedeploy.spec index a9a72e0..ac2da4a 100644 --- a/python-plaster-pastedeploy.spec +++ b/python-plaster-pastedeploy.spec @@ -1,7 +1,7 @@ # # spec file for package python-plaster-pastedeploy # -# 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 @@ -26,9 +26,11 @@ Group: Development/Languages/Python URL: https://github.com/Pylons/plaster_pastedeploy Source0: https://files.pythonhosted.org/packages/source/p/plaster_pastedeploy/plaster_pastedeploy-%{version}.tar.gz BuildRequires: %{python_module PasteDeploy >= 2.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module plaster >= 0.5} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PasteDeploy >= 2.0 @@ -48,10 +50,10 @@ plaster.protocols.IWSGIProtocol interface. rm -rf src/plaster_pastedeploy.egg-info %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -60,6 +62,7 @@ rm -rf src/plaster_pastedeploy.egg-info %files %{python_files} %doc CHANGES.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/plaster[-_]pastedeploy +%{python_sitelib}/plaster[-_]pastedeploy-%{version}*-info %changelog