commit: 6d0c2f716e7635ab8e8a7efb4c1d29026304fb40 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 24 16:24:11 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 26 19:19:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0c2f71
dev-python/pyramid: Remove python@ from maintainers The package has only one reverse dependency: dev-python/pyjade, which in turn is only required by buildbot. The current version is stale but bumping it would probably break the only reverse dependency. The open bug also indicates that the last version bump was probably done without properly updating the ebuild. dol-sen has volunteered to take it. dev-python/pyramid/metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyramid/metadata.xml b/dev-python/pyramid/metadata.xml index 4302a8f965d..84db2104ecb 100644 --- a/dev-python/pyramid/metadata.xml +++ b/dev-python/pyramid/metadata.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> + <maintainer type="person"> + <email>[email protected]</email> + <name>Brian Dolbec</name> </maintainer> <upstream> <remote-id type="pypi">pyramid</remote-id>
