Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/keras-applications/
Date: Wed, 02 Dec 2020 16:54:49
Message-Id: 1606928081.9d20a0e1d9eba00a2768f396ebe8cdc451646de4.zlogene@gentoo
1 commit: 9d20a0e1d9eba00a2768f396ebe8cdc451646de4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 16:54:29 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 16:54:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d20a0e1
7
8 sci-libs/keras-applications: Drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 .../keras-applications-1.0.8.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/sci-libs/keras-applications/keras-applications-1.0.8.ebuild b/sci-libs/keras-applications/keras-applications-1.0.8.ebuild
17 deleted file mode 100644
18 index 97ad5b05486..00000000000
19 --- a/sci-libs/keras-applications/keras-applications-1.0.8.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python{3_6,3_7} )
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Keras deep learning library reference implementations of deep learning models"
31 -HOMEPAGE="https://keras.io/applications/"
32 -SRC_URI="https://github.com/keras-team/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
40 -DEPEND="${RDEPEND}
41 - dev-python/setuptools[${PYTHON_USEDEP}]"