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 037B013835A for ; Wed, 2 Dec 2020 16:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F2DDE081E; Wed, 2 Dec 2020 16:54:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 28111E081E for ; Wed, 2 Dec 2020 16:54:48 +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 37477341070 for ; Wed, 2 Dec 2020 16:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B55F246F for ; Wed, 2 Dec 2020 16:54:44 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1606928081.9d20a0e1d9eba00a2768f396ebe8cdc451646de4.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/keras-applications/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/keras-applications/keras-applications-1.0.8.ebuild X-VCS-Directories: sci-libs/keras-applications/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9d20a0e1d9eba00a2768f396ebe8cdc451646de4 X-VCS-Branch: master Date: Wed, 2 Dec 2020 16:54:44 +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: e3aadbdc-b512-48b6-a355-a1cf119063e8 X-Archives-Hash: d0e15564849395ebd92ae40b97808c00 commit: 9d20a0e1d9eba00a2768f396ebe8cdc451646de4 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Dec 2 16:54:29 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Dec 2 16:54:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d20a0e1 sci-libs/keras-applications: Drop old Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> .../keras-applications-1.0.8.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/sci-libs/keras-applications/keras-applications-1.0.8.ebuild b/sci-libs/keras-applications/keras-applications-1.0.8.ebuild deleted file mode 100644 index 97ad5b05486..00000000000 --- a/sci-libs/keras-applications/keras-applications-1.0.8.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{3_6,3_7} ) -inherit distutils-r1 - -DESCRIPTION="Keras deep learning library reference implementations of deep learning models" -HOMEPAGE="https://keras.io/applications/" -SRC_URI="https://github.com/keras-team/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]"