mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 04:47:28 -07:00
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
16 lines
598 B
XML
16 lines
598 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<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>
|
|
</upstream>
|
|
</pkgmetadata>
|