summaryrefslogtreecommitdiff
blob: a67e512c05d7e03b353bc54b57a63f04d0b0e7e4 (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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>vim</herd>
	<maintainer>
		<email>xarthisius@gentoo.org</email>
		<name>Kacper Kowalik</name>
	</maintainer>
	<longdescription>
		Python-mode is a vim plugin that allows you to use the pylint, rope,
		pydoc, pyflakes, pep8, mccabe libraries in vim to provide features like
		python code looking for bugs, refactoring and some other useful
		things.
	</longdescription>
	<upstream>
		<remote-id type="github">klen/python-mode</remote-id>
	</upstream>
</pkgmetadata>