24 lines
831 B
XML
24 lines
831 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>chutzpah@gentoo.org</email>
|
|
<name>Patrick McLean</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="cli">Install command line interface as well as python library</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
EditorConfig Python Core provides the same functionality as the
|
|
EditorConfig C Core. EditorConfig Python core can be used as a
|
|
command line program or as an importable library.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">editorconfig/editorconfig-core-test</remote-id>
|
|
<remote-id type="pypi">EditorConfig</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|