forked from pool/python-pyclipper
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyclipper
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2020 Xu Zhao (i@xuzhao.net).
|
||||
#
|
||||
# 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
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pyclipper
|
||||
Version: 1.3.0.post5
|
||||
Release: 0
|
||||
@@ -54,7 +54,7 @@ library is based on Vatti's clipping algorithm.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
%pytest_arch
|
||||
|
||||
Reference in New Issue
Block a user