[packages/vim-syntax-spec] py3_(build|install)_pyproject

arekm arekm at pld-linux.org
Sat Feb 8 14:46:02 CET 2025


commit 5b15dafca9269a3172d2c3765e942d7d1de059f5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Feb 8 14:00:43 2025 +0100

    py3_(build|install)_pyproject

 spec.vim             | 3 ++-
 vim-syntax-spec.spec | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/vim-syntax-spec.spec b/vim-syntax-spec.spec
index ffc4b3d..324041c 100644
--- a/vim-syntax-spec.spec
+++ b/vim-syntax-spec.spec
@@ -1,7 +1,7 @@
 Summary:	Vim syntax: RPM specfiles
 Summary(pl.UTF-8):	Składania dla Vima: pliki RPM spec
 Name:		vim-syntax-spec
-Version:	1.130
+Version:	1.131
 Release:	1
 License:	Charityware
 Group:		Applications/Editors/Vim
diff --git a/spec.vim b/spec.vim
index b665065..a326b3a 100644
--- a/spec.vim
+++ b/spec.vim
@@ -90,6 +90,7 @@ syn match   specMacro contained '%\(\(openldap_schema\|webapp\)_\(un\)\?register
 syn match   specMacro contained '%\(pear_package_\(setup\|install\)\)'
 syn match   specMacro contained '%\(py_o\?comp\|py_postclean\|py_lint\)'
 syn match   specMacro contained '%\(py3\?_build\|py3\?_install\)'
+syn match   specMacro contained '%\(py3_build_pyproject\|py3_install_pyproject\)'
 syn match   specMacro contained '%\(build\|install\)_kernel_modules'
 syn match   specMacro contained '%ant'
 syn match   specMacro contained '%\(php\|php4\)_webserver_restart'
@@ -214,7 +215,7 @@ syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e
 " %% Scripts Section %%
 syn region specScriptArea matchgroup=specSection
 	\ start='^%\(prep\|build\|install\|clean\|pre\|postun\|preun\|post\|triggerprein\|triggerin\|triggerun\|triggerpostun\|pretrans\|posttrans\|verifyscript\|check\)\>'
-	\ skip='^%{\|^%\(\(un\)\?\(define\|global\)\|patch\d*\|configure2_13\|configure\|ant\|GNUconfigure\|setup\|find_lang\|makeinstall\|cmake\|scons\|waf\|useradd\|groupadd\|addusertogroup\|banner\|service\|env_update\|py_o\?comp\|py_postclean\|py_lint\|py3\?_build\|py3\?_install\|\(openldap_schema\|webapp\)_\(un\)\?register\|depmod\|pear_package_\(setup\|install\)\|\(build\|install\)_kernel_modules\|php_webserver_restart\|php4_webserver_restart\|update_browser_plugins\|gconf_schema_\(un\)?install\|glib_compile_schemas\|scrollkeeper_update_post\(un\)?\|update_icon_cache\|update_mime_database\|undos\|nagios_nrpe\|cacti_import_template\)\>'
+	\ skip='^%{\|^%\(\(un\)\?\(define\|global\)\|patch\d*\|configure2_13\|configure\|ant\|GNUconfigure\|setup\|find_lang\|makeinstall\|cmake\|scons\|waf\|useradd\|groupadd\|addusertogroup\|banner\|service\|env_update\|py_o\?comp\|py_postclean\|py_lint\|py3\?_build\|py3\?_install\|py3_build_pyproject\|py3_install_pyproject\|\(openldap_schema\|webapp\)_\(un\)\?register\|depmod\|pear_package_\(setup\|install\)\|\(build\|install\)_kernel_modules\|php_webserver_restart\|php4_webserver_restart\|update_browser_plugins\|gconf_schema_\(un\)?install\|glib_compile_schemas\|scrollkeeper_update_post\(un\)?\|update_icon_cache\|update_mime_database\|undos\|nagios_nrpe\|cacti_import_template\)\>'
 	\ end='^%'me=e-1
 	\ contains=specSpecialVariables,specVariables, at specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2,specSectionMacroBcondArea
 " XXX don't forget to update specMacro when updating specScriptArea skip definition
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim-syntax-spec.git/commitdiff/5b15dafca9269a3172d2c3765e942d7d1de059f5



More information about the pld-cvs-commit mailing list