dev-python/zconfig: Add python@ as co-maint.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-05-18 09:38:42 +02:00
parent aaf7052c9d
commit 9d784da53e
2 changed files with 4 additions and 3 deletions

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>
<stabilize-allarches/>
<upstream>
<remote-id type="github">zopefoundation/ZConfig</remote-id>

View File

@@ -3,7 +3,6 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@@ -30,7 +29,5 @@ BDEPEND="
DOCS=( CHANGES.rst README.rst )
PATCHES=( "${FILESDIR}"/${P}-py38.patch )
distutils_enable_tests unittest
distutils_enable_sphinx doc dev-python/sphinxcontrib-programoutput