14
0

Accepting request 1202220 from devel:languages:python

- It is sitearch not sitelib
- - Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1202220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyclipper?expand=0&rev=9
This commit is contained in:
2024-09-22 09:05:56 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 20 13:34:27 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- It is sitearch not sitelib
-------------------------------------------------------------------
Fri Sep 20 13:16:55 UTC 2024 - ecsos <ecsos@opensuse.org>
- - Add %{?sle15_python_module_pythons}
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 10 21:51:01 UTC 2023 - Dirk Müller <dmueller@suse.com> Sun Dec 10 21:51:01 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyclipper # spec file for package python-pyclipper
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# Copyright (c) 2020 Xu Zhao (i@xuzhao.net). # Copyright (c) 2020 Xu Zhao (i@xuzhao.net).
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -17,8 +17,8 @@
# #
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1 %define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pyclipper Name: python-pyclipper
Version: 1.3.0.post5 Version: 1.3.0.post5
Release: 0 Release: 0
@@ -54,7 +54,7 @@ library is based on Vatti's clipping algorithm.
%install %install
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitearch}
%check %check
%pytest_arch %pytest_arch