commit: d5fb2e8de654ddd68b3c2a61daf15e9562b26c3f Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Tue May 18 08:55:22 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 18 13:02:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fb2e8d
dev-python/smartypants: Mark ALLARCHES Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/20867 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/smartypants/metadata.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/dev-python/smartypants/metadata.xml b/dev-python/smartypants/metadata.xml index ae7568154bd..fbbcc3e4668 100644 --- a/dev-python/smartypants/metadata.xml +++ b/dev-python/smartypants/metadata.xml @@ -1,17 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> - <name>Steve Arnold</name> -</maintainer> -<longdescription lang="en"> + <maintainer type="person"> + <email>[email protected]</email> + <name>Steve Arnold</name> + </maintainer> + <stabilize-allarches/> + <longdescription lang="en"> smartypants does transformations of plain old ASCII straight quotes, plain dashes, and plain dots, into smart quotes, em-dashes, and proper ellipses. -</longdescription> -<upstream> - <remote-id type="pypi">smartypants</remote-id> - <remote-id type="github">leohemsted/smartypants.py</remote-id> -</upstream> + </longdescription> + <upstream> + <remote-id type="pypi">smartypants</remote-id> + <remote-id type="github">leohemsted/smartypants.py</remote-id> + </upstream> </pkgmetadata>
