blob: 5ca20d7e70a980d3fb7cb593a00336ae50d7aaa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dev@liguros.net</email>
<name>Development</name>
</maintainer>
<longdescription>autopep8 formats Python code based on the output of the pep8 utility</longdescription>
<upstream>
<remote-id type="pypi">autopep8</remote-id>
<remote-id type="github">hhatto/autopep8</remote-id>
</upstream>
<origin>ports</origin>
</pkgmetadata>
|