commit:     a29887b5827dd7107341e551287655ee62a5a44d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 15:33:38 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 14:25:04 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=a29887b5

newmetadata: Put <stabilize-allarches/> for Python by default

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 plugin/newmetadata.vim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugin/newmetadata.vim b/plugin/newmetadata.vim
index 6adce44..d73c840 100644
--- a/plugin/newmetadata.vim
+++ b/plugin/newmetadata.vim
@@ -91,6 +91,7 @@ fun! <SID>MakeNewMetadata()
         endif
         put ='</maintainer>'
         if l:category ==# "dev-python"
+            put ='<stabilize-allarches/>'
             put ='<upstream>'
             put ='<remote-id type=\"pypi\">' . l:package . '</remote-id>'
             put ='</upstream>'

Reply via email to