diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-12 17:33:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-14 16:25:04 +0200 |
commit | a29887b5827dd7107341e551287655ee62a5a44d (patch) | |
tree | 76be7342986b4b9cfee34f338e274fc44044de4f /plugin/newmetadata.vim | |
parent | newmetadata: Add python@ by default, with a warning on tests (diff) | |
download | gentoo-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>
Diffstat (limited to 'plugin/newmetadata.vim')
-rw-r--r-- | plugin/newmetadata.vim | 1 |
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>' |