gentoo/dev-python/yapf/metadata.xml
Horea Christian 292417b540
dev-python/yapf: new package.
A package which checks for good Python code style.

Signed-off-by: Horea Christian <horea.christ@gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10297
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2018-11-08 23:25:45 +01:00

19 lines
667 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
YAPF is based off of 'clang-format', developed by Daniel Jasper.
In essence, the algorithm takes the code and reformats it to the best
formatting that conforms to the style guide, even if the original code
didn't violate the style guide.
</longdescription>
</pkgmetadata>