Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyramid/
Date: Thu, 26 Apr 2018 19:19:28
Message-Id: 1524770350.6d0c2f716e7635ab8e8a7efb4c1d29026304fb40.mgorny@gentoo
1 commit: 6d0c2f716e7635ab8e8a7efb4c1d29026304fb40
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 24 16:24:11 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 19:19:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0c2f71
7
8 dev-python/pyramid: Remove python@ from maintainers
9
10 The package has only one reverse dependency: dev-python/pyjade, which
11 in turn is only required by buildbot. The current version is stale
12 but bumping it would probably break the only reverse dependency.
13 The open bug also indicates that the last version bump was probably
14 done without properly updating the ebuild.
15
16 dol-sen has volunteered to take it.
17
18 dev-python/pyramid/metadata.xml | 6 +++---
19 1 file changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/dev-python/pyramid/metadata.xml b/dev-python/pyramid/metadata.xml
22 index 4302a8f965d..84db2104ecb 100644
23 --- a/dev-python/pyramid/metadata.xml
24 +++ b/dev-python/pyramid/metadata.xml
25 @@ -1,9 +1,9 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <maintainer type="project">
30 - <email>python@g.o</email>
31 - <name>Python</name>
32 + <maintainer type="person">
33 + <email>dolsen@g.o</email>
34 + <name>Brian Dolbec</name>
35 </maintainer>
36 <upstream>
37 <remote-id type="pypi">pyramid</remote-id>