Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cbor/
Date: Sat, 09 May 2020 00:51:18
Message-Id: 1588985450.be706362bbd4efb09fee4d11a50c284332f17618.dolsen@gentoo
1 commit: be706362bbd4efb09fee4d11a50c284332f17618
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 01:18:38 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 00:50:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be706362
7
8 dev-python/cbor: Add python 3.7, 3.8 to PYTHON_COMPAT
9
10 There are no tests, but all autobahn tests pass for all pythons.
11 metadata.xml: take maintainership
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
15
16 dev-python/cbor/cbor-1.0.0.ebuild | 2 +-
17 dev-python/cbor/metadata.xml | 5 ++++-
18 2 files changed, 5 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-python/cbor/cbor-1.0.0.ebuild b/dev-python/cbor/cbor-1.0.0.ebuild
21 index a1d031b6ce9..11a29f2d6cf 100644
22 --- a/dev-python/cbor/cbor-1.0.0.ebuild
23 +++ b/dev-python/cbor/cbor-1.0.0.ebuild
24 @@ -2,7 +2,7 @@
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python3_6 )
29 +PYTHON_COMPAT=( python3_{6,7,8} )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/cbor/metadata.xml b/dev-python/cbor/metadata.xml
35 index 6553857cf75..b680056119d 100644
36 --- a/dev-python/cbor/metadata.xml
37 +++ b/dev-python/cbor/metadata.xml
38 @@ -1,7 +1,10 @@
39 <?xml version="1.0" encoding="UTF-8"?>
40 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
41 <pkgmetadata>
42 - <!-- maintainer-needed -->
43 + <maintainer type="person">
44 + <email>dolsen@g.o</email>
45 + <name>Brian Dolbec</name>
46 + </maintainer>
47 <upstream>
48 <maintainer>
49 <email>bolson@××××××.org</email>