forked from pool/python-pygal
Compare commits
27 Commits
Author | SHA256 | Date | |
---|---|---|---|
72745f2ab7 | |||
62e1ca04f7 | |||
e5ecd83e47 | |||
cebef0a4c1 | |||
3010d2dcaa | |||
3ae2ac4b42 | |||
f98287c3d6 | |||
d0af6bd826 | |||
5ae7b419f5 | |||
d0cbcf765d | |||
a61c1e39ff | |||
5af1fbfdde | |||
|
5a2a576617 | ||
ef00931dfa | |||
452e10a95b | |||
|
b805ee04d7 | ||
a8063381b7 | |||
257931ff67 | |||
3011289e7c | |||
123b579741 | |||
|
3b996b0eae | ||
ddb3ef2147 | |||
|
020473c71e | ||
510eebe2ab | |||
72435d0218 | |||
6ddae161c8 | |||
|
5fa4b26a46 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c5da33f1041e8b30cbc980f8a34910d9edc584b833240298f6a25df65425289
|
|
||||||
size 81840
|
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 11 05:53:51 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Switch to pyproject macros.
|
||||||
|
- No more greedy globs in %files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 31 11:57:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Aug 31 11:57:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pygal
|
# spec file for package python-pygal
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 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
|
||||||
@@ -29,8 +29,10 @@ BuildRequires: %{python_module CairoSVG}
|
|||||||
BuildRequires: %{python_module Flask}
|
BuildRequires: %{python_module Flask}
|
||||||
BuildRequires: %{python_module importlib-metadata}
|
BuildRequires: %{python_module importlib-metadata}
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pyquery}
|
BuildRequires: %{python_module pyquery}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-importlib-metadata
|
Requires: python-importlib-metadata
|
||||||
@@ -55,10 +57,10 @@ It supports various chart types and CSS styling.
|
|||||||
sed -Ei 's:.pytest-runner.,?::' setup.py
|
sed -Ei 's:.pytest-runner.,?::' setup.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}
|
||||||
|
|
||||||
mv %{buildroot}%{_bindir}/pygal_gen.py %{buildroot}%{_bindir}/pygal_gen
|
mv %{buildroot}%{_bindir}/pygal_gen.py %{buildroot}%{_bindir}/pygal_gen
|
||||||
@@ -77,6 +79,7 @@ mv %{buildroot}%{_bindir}/pygal_gen.py %{buildroot}%{_bindir}/pygal_gen
|
|||||||
%doc README
|
%doc README
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%python_alternative %{_bindir}/pygal_gen
|
%python_alternative %{_bindir}/pygal_gen
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/pygal
|
||||||
|
%{python_sitelib}/pygal-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user