Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyparsing/
Date: Sat, 30 Sep 2017 00:00:24
Message-Id: 1506729591.f541767a362fdd711dc35bc7c618f4cfab541a0c.prometheanfire@gentoo
1 commit: f541767a362fdd711dc35bc7c618f4cfab541a0c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 29 23:47:35 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 29 23:59:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f541767a
7
8 dev-python/pyparsing: fixing metadata
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-python/pyparsing/metadata.xml | 20 ++++++++++----------
13 1 file changed, 10 insertions(+), 10 deletions(-)
14
15 diff --git a/dev-python/pyparsing/metadata.xml b/dev-python/pyparsing/metadata.xml
16 index f838a6be1bd..9a57fea5295 100644
17 --- a/dev-python/pyparsing/metadata.xml
18 +++ b/dev-python/pyparsing/metadata.xml
19 @@ -1,19 +1,19 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>python@g.o</email>
25 - <name>Python</name>
26 - </maintainer>
27 - <longdescription lang="en">
28 + <maintainer type="project">
29 + <email>python@g.o</email>
30 + <name>Python</name>
31 + </maintainer>
32 + <longdescription lang="en">
33 The pyparsing module is an alternative approach to creating and
34 executing simple grammars, vs. the traditional lex/yacc approach, or the
35 use of regular expressions. The pyparsing module provides a library of
36 classes that client code uses to construct the grammar directly in
37 Python code.
38 - </longdescription>
39 - <upstream>
40 - <remote-id type="sourceforge">pyparsing</remote-id>
41 - <remote-id type="pypi">pyparsing</remote-id>
42 - </upstream>
43 + </longdescription>
44 + <upstream>
45 + <remote-id type="sourceforge">pyparsing</remote-id>
46 + <remote-id type="pypi">pyparsing</remote-id>
47 + </upstream>
48 </pkgmetadata>