mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-01 10:57:28 -08:00
19 lines
605 B
XML
19 lines
605 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
The svg.path package provides a collection of Python objects that
|
|
implement the different path commands in SVG, as well as a parser for
|
|
SVG path definitions.
|
|
</longdescription>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="github">regebro/svg.path</remote-id>
|
|
<remote-id type="pypi">svg.path</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|