public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH] portage.xml.metadata: Include maintainer type per GLEP 67
@ 2016-01-12 13:17 Michał Górny
  2016-01-12 13:25 ` Alexander Berntsen
  2016-01-15 13:43 ` Michał Górny
  0 siblings, 2 replies; 3+ messages in thread
From: Michał Górny @ 2016-01-12 13:17 UTC (permalink / raw
  To: gentoo-portage-dev; +Cc: Michał Górny

---
 pym/portage/xml/metadata.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pym/portage/xml/metadata.py b/pym/portage/xml/metadata.py
index fcd9dc0..33b9779 100644
--- a/pym/portage/xml/metadata.py
+++ b/pym/portage/xml/metadata.py
@@ -80,6 +80,8 @@ class _Maintainer(object):
 	@ivar name: Maintainer's name. Used for both Gentoo and upstream.
 	@type description: str or None
 	@ivar description: Description of what a maintainer does. Gentoo only.
+	@type maint_type: str or None
+	@ivar maint_type: GLEP67 maintainer type (project or person). Gentoo only.
 	@type restrict: str or None
 	@ivar restrict: e.g. >=portage-2.2 means only maintains versions
 		of Portage greater than 2.2. Should be DEPEND string with < and >
@@ -92,6 +94,7 @@ class _Maintainer(object):
 		self.email = None
 		self.name = None
 		self.description = None
+		self.maint_type = node.get('type')
 		self.restrict = node.get('restrict')
 		self.status = node.get('status')
 		for attr in node:
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [gentoo-portage-dev] [PATCH] portage.xml.metadata: Include maintainer type per GLEP 67
  2016-01-12 13:17 [gentoo-portage-dev] [PATCH] portage.xml.metadata: Include maintainer type per GLEP 67 Michał Górny
@ 2016-01-12 13:25 ` Alexander Berntsen
  2016-01-15 13:43 ` Michał Górny
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Berntsen @ 2016-01-12 13:25 UTC (permalink / raw
  To: gentoo-portage-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

LGTM.

- -- 
Alexander
bernalex@gentoo.org
https://secure.plaimi.net/~alexander
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJWlP7QAAoJENQqWdRUGk8BbDcP/R/nMpd6kvrRuggoaqFLB50R
iP9QOw5MfL/IdjFMB770Zjlc+oVyu5BZMr2HnFjeeIxzBUgkWcoZN6AoIMvJ1LNb
vpKmCfGRoEgR2vFJqoWzuBXxJTkguwnQ2mN/pr64YdMtJy8EBE0bqeS6wa3f66P/
0J4mPmQAjTXAXN0iZtE5rzkOHcI5wbQgXnJ1tyCzrgU2KYAsIXo+H7uTPnBFH3ok
nxzlZmyie7rTSr/9X1+h3Jvi2++tD25FdgoY4FCP6qIvN2HPysNVq42ikD4jsucw
PP0CDy8lTurfsr2NQAf4Sx9xckjNMXQALHkUFemLbcszsCTlLgQE6XA9/+baSSrp
errJpTlRyHt/MoRx7Og/hpaBhHtnQp0sUyRDtYdk3G0V4RS0+s9ZMDa0IrNC6J3X
/ruRlr4NrHX6rSJ5NU3IFMehV7qJYAA7I7MLOJPBeWiBkpensjUZUaXKbDRqLOIW
7y7H8po1DspEk3mrxcsLeTJEFLvDZ8RM1lPtoTNIRwVfGtQgC/rNYHiuoxf1AC++
/T+4GjWzgaHKUka/u1QsxTCnXu2OMEH8h3unOJpYdCOOoKa6S9CsfZMiYLtK805L
7b3lwbkiNTdQY3zbrvv82nyEQVp9TqIy83utA/dLdchIjsBqJShaLsZv8fWgiDcO
WXDeWBK6cQ0xSocnNJxK
=iFdH
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-portage-dev] [PATCH] portage.xml.metadata: Include maintainer type per GLEP 67
  2016-01-12 13:17 [gentoo-portage-dev] [PATCH] portage.xml.metadata: Include maintainer type per GLEP 67 Michał Górny
  2016-01-12 13:25 ` Alexander Berntsen
@ 2016-01-15 13:43 ` Michał Górny
  1 sibling, 0 replies; 3+ messages in thread
From: Michał Górny @ 2016-01-15 13:43 UTC (permalink / raw
  To: gentoo-portage-dev

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

On Tue, 12 Jan 2016 14:17:25 +0100
Michał Górny <mgorny@gentoo.org> wrote:

> ---
>  pym/portage/xml/metadata.py | 3 +++
>  1 file changed, 3 insertions(+)

Pushed.

-- 
Best regards,
Michał Górny
<http://dev.gentoo.org/~mgorny/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 949 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-15 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12 13:17 [gentoo-portage-dev] [PATCH] portage.xml.metadata: Include maintainer type per GLEP 67 Michał Górny
2016-01-12 13:25 ` Alexander Berntsen
2016-01-15 13:43 ` Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox