From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91BD0138350 for ; Thu, 16 Jan 2020 06:39:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5801E0917; Thu, 16 Jan 2020 06:39:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A5DEE0916 for ; Thu, 16 Jan 2020 06:39:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A54FA34E105 for ; Thu, 16 Jan 2020 06:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 613BAC8 for ; Thu, 16 Jan 2020 06:39:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579156696.fee6ec1ac792ae5e3ad615c6e22d48482faebb5a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/keras-preprocessing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild sci-libs/keras-preprocessing/keras-preprocessing-1.1.0.ebuild X-VCS-Directories: sci-libs/keras-preprocessing/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fee6ec1ac792ae5e3ad615c6e22d48482faebb5a X-VCS-Branch: master Date: Thu, 16 Jan 2020 06:39:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c2cb2a8-dc2b-4bae-93c4-7809c38375af X-Archives-Hash: 20b2fc49fd61908d912c14d5f5258ed5 commit: fee6ec1ac792ae5e3ad615c6e22d48482faebb5a Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 06:32:21 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 06:38:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee6ec1a sci-libs/keras-preprocessing: Remove Python 2 Signed-off-by: Michał Górny gentoo.org> sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild | 2 +- sci-libs/keras-preprocessing/keras-preprocessing-1.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild index f75f64631d3..58c165ae501 100644 --- a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild +++ b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Easy data preprocessing and data augmentation for deep learning models" diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.1.0.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.1.0.ebuild index 90f33c01b7d..e40aaa9f033 100644 --- a/sci-libs/keras-preprocessing/keras-preprocessing-1.1.0.ebuild +++ b/sci-libs/keras-preprocessing/keras-preprocessing-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Easy data preprocessing and data augmentation for deep learning models"