summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-12-02 19:54:29 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-12-02 19:54:41 +0300
commit9d20a0e1d9eba00a2768f396ebe8cdc451646de4 (patch)
tree6d0ec0cc715bfe0b6f79125f8127acdf94082bf1 /sci-libs/keras-applications
parentsci-libs/keras-applications: merge stable keywords (py3.8) (diff)
downloadgentoo-9d20a0e1d9eba00a2768f396ebe8cdc451646de4.tar.gz
gentoo-9d20a0e1d9eba00a2768f396ebe8cdc451646de4.tar.bz2
gentoo-9d20a0e1d9eba00a2768f396ebe8cdc451646de4.zip
sci-libs/keras-applications: Drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sci-libs/keras-applications')
-rw-r--r--sci-libs/keras-applications/keras-applications-1.0.8.ebuild20
1 files changed, 0 insertions, 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 97ad5b054868..000000000000
--- 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}]"