Michał Górny 0b2c8f8bb0
*/*: Reassign dolsen's packages
Bug: https://bugs.gentoo.org/386853
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-09-13 17:33:36 +02:00

23 lines
792 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<maintainer>
<email>rb@dustyfeet.com</email>
<name>Rocky Bernstein</name>
</maintainer>
<remote-id type="pypi">spark_parser</remote-id>
<remote-id type="github">rocky/python-spark</remote-id>
</upstream>
<longdescription>SPARK stands for Scanning, Parsing, and Rewriting Kit.
It uses Jay Earlys algorithm for parsing context free grammars, and
comes with some generic Abstract Syntax Tree routines. There is also a
prototype scanner which does its job by combining Python regular
expressions.
</longdescription>
</pkgmetadata>