forked from pool/python-Pygments
Compare commits
18 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 710dcf7144 | |||
| fb6fd9bc45 | |||
| 38b665f89c | |||
| 709380b11c | |||
| 157f195a11 | |||
| 26c9019df4 | |||
| f8eedab652 | |||
|
|
dcf7ab8331 | ||
|
|
625bb98fb6 | ||
| 4b04594242 | |||
| 1e3a45b8ac | |||
| 3611a3bc52 | |||
| 965a93db19 | |||
| 6c476ed6d2 | |||
| f544e30964 | |||
| 3473806d2f | |||
| e3c91fb8b2 | |||
| ceb19f606c |
3
_multibuild
Normal file
3
_multibuild
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<multibuild>
|
||||||
|
<package>test</package>
|
||||||
|
</multibuild>
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 12:29:34 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Build tests with _multibuild to avoid cycles with pytest dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 10 02:55:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Thu Jul 10 02:55:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Pygments
|
# spec file for package python-Pygments
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -16,14 +16,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
#
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
|
%if "%{flavor}" == "test"
|
||||||
|
%define psuffix -test
|
||||||
|
%bcond_without test
|
||||||
|
%else
|
||||||
|
%define psuffix %{nil}
|
||||||
|
%bcond_with test
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
%else
|
%else
|
||||||
%bcond_with libalternatives
|
%bcond_with libalternatives
|
||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Pygments
|
Name: python-Pygments%{psuffix}
|
||||||
Version: 2.19.2
|
Version: 2.19.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A syntax highlighting package written in Python
|
Summary: A syntax highlighting package written in Python
|
||||||
@@ -37,8 +45,10 @@ Patch0: skip-wcag-contrast-ratio.patch
|
|||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module hatchling}
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest >= 7}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module pytest >= 7}
|
||||||
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
#!BuildIgnore: ca-certificates:p11-kit
|
#!BuildIgnore: ca-certificates:p11-kit
|
||||||
@@ -72,6 +82,7 @@ source code. Highlights are:
|
|||||||
# Remove unneeded executable bit
|
# Remove unneeded executable bit
|
||||||
chmod -x pygments/formatters/_mapping.py pygments/lexers/gsql.py
|
chmod -x pygments/formatters/_mapping.py pygments/lexers/gsql.py
|
||||||
|
|
||||||
|
%if !%{with test}
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
@@ -83,7 +94,9 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
|
|||||||
%{python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
|
%{python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
|
||||||
%fdupes %{buildroot}%{$python_sitelib}
|
%fdupes %{buildroot}%{$python_sitelib}
|
||||||
}
|
}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
# skip test_guess_lexer_modula2 as we have to remove it's depent artifacts
|
# skip test_guess_lexer_modula2 as we have to remove it's depent artifacts
|
||||||
# in exmplefiles because of potential licensing concerns
|
# in exmplefiles because of potential licensing concerns
|
||||||
@@ -91,7 +104,9 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
|
|||||||
# skip random input tests as they get stuck (missing entropy?)
|
# skip random input tests as they get stuck (missing entropy?)
|
||||||
# test_lexer_classes breaks with pytest 8.4.
|
# test_lexer_classes breaks with pytest 8.4.
|
||||||
%pytest -k "not (test_guess_lexer_modula2 or test_random_input or test_lexer_classes)"
|
%pytest -k "not (test_guess_lexer_modula2 or test_random_input or test_lexer_classes)"
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if !%{with test}
|
||||||
%pre
|
%pre
|
||||||
# If libalternatives is used: Removing old update-alternatives entries.
|
# If libalternatives is used: Removing old update-alternatives entries.
|
||||||
%python_libalternatives_reset_alternative pygmentize
|
%python_libalternatives_reset_alternative pygmentize
|
||||||
@@ -109,5 +124,6 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
|
|||||||
%python_alternative %{_mandir}/man1/pygmentize.1%{ext_man}
|
%python_alternative %{_mandir}/man1/pygmentize.1%{ext_man}
|
||||||
%{python_sitelib}/pygments
|
%{python_sitelib}/pygments
|
||||||
%{python_sitelib}/pygments-%{version}*-info
|
%{python_sitelib}/pygments-%{version}*-info
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user