aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-12 17:33:38 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-14 16:25:04 +0200
commita29887b5827dd7107341e551287655ee62a5a44d (patch)
tree76be7342986b4b9cfee34f338e274fc44044de4f
parentnewmetadata: Add python@ by default, with a warning on tests (diff)
downloadgentoo-syntax-a29887b5827dd7107341e551287655ee62a5a44d.tar.gz
gentoo-syntax-a29887b5827dd7107341e551287655ee62a5a44d.tar.bz2
gentoo-syntax-a29887b5827dd7107341e551287655ee62a5a44d.zip
newmetadata: Put <stabilize-allarches/> for Python by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--plugin/newmetadata.vim1
1 files changed, 1 insertions, 0 deletions
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>'