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/sexpdata/
Date: Fri, 24 Apr 2020 21:41:26
Message-Id: 1587764467.b48359be8173f4fa7993c2708465290281fdfc19.dolsen@gentoo
1 commit: b48359be8173f4fa7993c2708465290281fdfc19
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 19:23:38 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 21:41:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48359be
7
8 dev-python/sexpdata: Add python 3.7, 3.8
9
10 Update maintainer
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
14
15 dev-python/sexpdata/metadata.xml | 5 ++++-
16 dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 2 +-
17 2 files changed, 5 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-python/sexpdata/metadata.xml b/dev-python/sexpdata/metadata.xml
20 index 9f415dca82a..4c2e02398eb 100644
21 --- a/dev-python/sexpdata/metadata.xml
22 +++ b/dev-python/sexpdata/metadata.xml
23 @@ -1,7 +1,10 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 - <!--maintainer-needed-->
28 + <maintainer type="project">
29 + <email>layman@g.o</email>
30 + <name>Gentoo Layman team</name>
31 + </maintainer>
32 <upstream>
33 <remote-id type="github">tkf/sexpdata</remote-id>
34 </upstream>
35
36 diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
37 index b0baea02ce4..99c85b495e5 100644
38 --- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
39 +++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild
40 @@ -3,7 +3,7 @@
41
42 EAPI=6
43
44 -PYTHON_COMPAT=(python3_6)
45 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
46
47 inherit distutils-r1