blob: fb53f3468601e206e331ac1dc07e49b3e90034ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<herd>openstack</herd>
<maintainer>
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<longdescription lang="en">
hacking is a set of flake8 plugins that test and enforce
the OpenStack Style Commandments, HACKING.rst
</longdescription>
<upstream>
<remote-id type="pypi">hacking</remote-id>
<remote-id type="github">openstack-dev/hacking</remote-id>
</upstream>
</pkgmetadata>
|