summaryrefslogtreecommitdiff
blob: 40d7427cf17f07ef0286d34900773bb11ab59c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>vim@gentoo.org</email>
		<name>Gentoo Vim Project</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>