summaryrefslogtreecommitdiff
path: root/dev-python/pyparsing/metadata.xml
blob: 6f8ad375aff0199e04e72de4c8c388cd500c33d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>python@gentoo.org</email>
  <name>Python</name>
 </maintainer>
 <longdescription lang="en">
		The pyparsing module is an alternative approach to creating and
		executing simple grammars, vs. the traditional lex/yacc approach, or the
		use of regular expressions. The pyparsing module provides a library of
		classes that client code uses to construct the grammar directly in
		Python code.
	</longdescription>
 <upstream>
  <remote-id type="sourceforge">pyparsing</remote-id>
  <remote-id type="pypi">pyparsing</remote-id>
  <remote-id type="github">pyparsing/pyparsing</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
 <stabilize-allarches/>
</pkgmetadata>