Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pelican/
Date: Wed, 29 Jan 2020 02:58:15
Message-Id: 1580266684.306fa1b5d47b79323b4ad84bd431806297b640a6.prometheanfire@gentoo
1 commit: 306fa1b5d47b79323b4ad84bd431806297b640a6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 29 02:56:24 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 02:58:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306fa1b5
7
8 app-text/pelican: add python3_7
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-text/pelican/pelican-4.2.0.ebuild | 2 +-
14 app-text/pelican/pelican-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-text/pelican/pelican-4.2.0.ebuild b/app-text/pelican/pelican-4.2.0.ebuild
18 index 95251b6cc3f..7fbac241acb 100644
19 --- a/app-text/pelican/pelican-4.2.0.ebuild
20 +++ b/app-text/pelican/pelican-4.2.0.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
26 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
27
28 inherit distutils-r1
29
30
31 diff --git a/app-text/pelican/pelican-9999.ebuild b/app-text/pelican/pelican-9999.ebuild
32 index ad109252657..00b64012eef 100644
33 --- a/app-text/pelican/pelican-9999.ebuild
34 +++ b/app-text/pelican/pelican-9999.ebuild
35 @@ -1,8 +1,8 @@
36 # Copyright 1999-2020 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=6
40 -PYTHON_COMPAT=( python{2_7,3_6} )
41 +EAPI=7
42 +PYTHON_COMPAT=( python{2_7,3_6,3_7} )
43
44 inherit distutils-r1 git-r3