dev-python/lark-parser: Add python@ as co-maint.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-05-04 13:42:30 +02:00
parent a62eb96ade
commit 20a58bd2db
2 changed files with 5 additions and 1 deletions

View File

@@ -25,5 +25,5 @@ BDEPEND="
)"
python_test() {
"${EPYTHON}" -m tests || die "Tests fail with ${EPYTHON}"
"${EPYTHON}" -m tests -v || die "Tests fail with ${EPYTHON}"
}

View File

@@ -9,6 +9,10 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">lark-parser</remote-id>
<remote-id type="github">lark-parser/lark</remote-id>