Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/
Date: Tue, 18 May 2021 13:03:02
Message-Id: 1621342971.d5fb2e8de654ddd68b3c2a61daf15e9562b26c3f.mgorny@gentoo
1 commit: d5fb2e8de654ddd68b3c2a61daf15e9562b26c3f
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue May 18 08:55:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 13:02:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fb2e8d
7
8 dev-python/smartypants: Mark ALLARCHES
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Closes: https://github.com/gentoo/gentoo/pull/20867
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/smartypants/metadata.xml | 21 +++++++++++----------
15 1 file changed, 11 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-python/smartypants/metadata.xml b/dev-python/smartypants/metadata.xml
18 index ae7568154bd..fbbcc3e4668 100644
19 --- a/dev-python/smartypants/metadata.xml
20 +++ b/dev-python/smartypants/metadata.xml
21 @@ -1,17 +1,18 @@
22 <?xml version="1.0" encoding="UTF-8"?>
23 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 -<maintainer type="person">
26 - <email>nerdboy@g.o</email>
27 - <name>Steve Arnold</name>
28 -</maintainer>
29 -<longdescription lang="en">
30 + <maintainer type="person">
31 + <email>nerdboy@g.o</email>
32 + <name>Steve Arnold</name>
33 + </maintainer>
34 + <stabilize-allarches/>
35 + <longdescription lang="en">
36 smartypants does transformations of plain old ASCII straight quotes,
37 plain dashes, and plain dots, into smart quotes, em-dashes, and
38 proper ellipses.
39 -</longdescription>
40 -<upstream>
41 - <remote-id type="pypi">smartypants</remote-id>
42 - <remote-id type="github">leohemsted/smartypants.py</remote-id>
43 -</upstream>
44 + </longdescription>
45 + <upstream>
46 + <remote-id type="pypi">smartypants</remote-id>
47 + <remote-id type="github">leohemsted/smartypants.py</remote-id>
48 + </upstream>
49 </pkgmetadata>