14
0

Accepting request 1285473 from devel:languages:python

- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1285473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-svgwrite?expand=0&rev=11
This commit is contained in:
2025-06-13 16:48:06 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 13 12:15:47 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Fri Jan 5 12:40:40 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-svgwrite
#
# 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
@@ -24,7 +24,9 @@ Summary: Python module for creating SVG drawings
License: MIT
URL: https://github.com/mozman/svgwrite
Source: https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
@@ -45,10 +47,10 @@ find svgwrite -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} \; -exec sed -i 's/\
sed -i 's/\r$//' LICENSE.TXT NEWS.rst README.rst
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -59,6 +61,7 @@ sed -i 's/\r$//' LICENSE.TXT NEWS.rst README.rst
%files %{python_files}
%doc NEWS.rst README.rst
%license LICENSE.TXT
%{python_sitelib}/*
%{python_sitelib}/svgwrite
%{python_sitelib}/svgwrite-%{version}*-info
%changelog