summaryrefslogtreecommitdiff
blob: 43bd0e9452eba436e2980eb95af65748e75144f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>gentoo@chymera.eu</email>
		<name>Horea Christian</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<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>
	<upstream>
		<remote-id type="github">regebro/svg.path</remote-id>
		<remote-id type="pypi">svg.path</remote-id>
	</upstream>
</pkgmetadata>