forked from pool/python-Pygments
- add buildignores to avoid bootstrap buildcycle
p11-kit/gtk-doc/python-Pygments which comes via pip/ca-certificates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=115
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 14:24:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add buildignores to avoid bootstrap buildcycle
|
||||
p11-kit/gtk-doc/python-Pygments which comes via
|
||||
pip/ca-certificates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 14:52:55 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
%else
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Pygments
|
||||
Version: 2.18.0
|
||||
@@ -31,7 +30,7 @@ Summary: A syntax highlighting package written in Python
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://pygments.org
|
||||
Source: https://files.pythonhosted.org/packages/source/P/Pygments/pygments-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pygments/pygments-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM skip-wcag-contrast-ratio.patch gh#pygments/pygments!2564 mcepl@suse.com
|
||||
# Don't make wcag-contrast-ratio mandatory for testing
|
||||
Patch0: skip-wcag-contrast-ratio.patch
|
||||
@@ -42,16 +41,18 @@ BuildRequires: %{python_module pytest >= 7}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros >= 20210929
|
||||
#!BuildIgnore: ca-certificates:p11-kit
|
||||
#!BuildIgnore: ca-certificates:p11-kit-tools
|
||||
Provides: python-pygments = %{version}
|
||||
Obsoletes: python-pygments < %{version}
|
||||
BuildArch: noarch
|
||||
%if %{with libalternatives}
|
||||
Requires: alts
|
||||
BuildRequires: alts
|
||||
Requires: alts
|
||||
%else
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
%endif
|
||||
Provides: python-pygments = %{version}
|
||||
Obsoletes: python-pygments < %{version}
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user