blob: b2bc2ef5de50bddf5c8c057883f9196a4a01435c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>lordvan@gentoo.org</email>
<name>Thomas Raschbacher</name>
</maintainer>
<maintainer>
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
A Python package to parse and build CSS Cascading Style Sheets.
</longdescription>
<upstream>
<remote-id type="google-code">cssutils</remote-id>
<remote-id type="pypi">cssutils</remote-id>
<remote-id type="bitbucket">cthedot/cssutils</remote-id>
</upstream>
</pkgmetadata>
|