mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 21:18:09 -07:00
22 lines
702 B
XML
22 lines
702 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>xarthisius@gentoo.org</email>
|
|
<name>Kacper Kowalik</name>
|
|
</maintainer>
|
|
<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>
|