Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/keras-applications/
Date: Sun, 01 Aug 2021 13:19:47
Message-Id: 1627823948.06ca29b747730888edeab76753350eb5b2f171ed.perfinion@gentoo
1 commit: 06ca29b747730888edeab76753350eb5b2f171ed
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 12:34:11 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 13:19:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ca29b7
7
8 sci-libs/keras-applications: Add python3_9
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild b/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild
17 index 382cc9d362c..e640d34d62a 100644
18 --- a/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild
19 +++ b/sci-libs/keras-applications/keras-applications-1.0.8-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29 inherit distutils-r1
30
31 DESCRIPTION="Keras deep learning library reference implementations of deep learning models"