summaryrefslogtreecommitdiff
blob: 70597073fdfdeb9355a13d1dbf44f91115597e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>