2 Commits

2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 19 12:50:48 UTC 2025 - Dirk Müller <dmueller@suse.com>
- switch to PEP517 build
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 17 11:02:29 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com> Thu Aug 17 11:02:29 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-appdirs # spec file for package python-appdirs
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,6 @@
# in order to avoid rewriting for subpackage generator # in order to avoid rewriting for subpackage generator
%define mypython python %define mypython python
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-appdirs Name: python-appdirs
Version: 1.4.4 Version: 1.4.4
@@ -28,7 +27,9 @@ License: MIT
URL: https://github.com/ActiveState/appdirs URL: https://github.com/ActiveState/appdirs
Source: https://files.pythonhosted.org/packages/source/a/appdirs/appdirs-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/a/appdirs/appdirs-%{version}.tar.gz
BuildRequires: %{python_module base} BuildRequires: %{python_module base}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
@@ -55,10 +56,10 @@ help you choose an appropriate:
sed -r -i '1s/^#!.*$//' appdirs.py sed -r -i '1s/^#!.*$//' appdirs.py
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand fdupes %{buildroot}%{$python_sitelib} %python_expand fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -69,6 +70,6 @@ sed -r -i '1s/^#!.*$//' appdirs.py
%doc CHANGES.rst README.rst %doc CHANGES.rst README.rst
%pycache_only %{python_sitelib}/__pycache__/* %pycache_only %{python_sitelib}/__pycache__/*
%{python_sitelib}/appdirs.py* %{python_sitelib}/appdirs.py*
%{python_sitelib}/appdirs-%{version}-py%{python_version}.egg-info %{python_sitelib}/appdirs-%{version}.dist-info
%changelog %changelog