public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/keras-preprocessing/
Date: Mon, 29 Apr 2019 14:24:49 +0000 (UTC)	[thread overview]
Message-ID: <1556547798.567b0f68696421c6dfb52dcedf6ac060f8d6e62b.perfinion@gentoo> (raw)

commit:     567b0f68696421c6dfb52dcedf6ac060f8d6e62b
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 14:14:33 2019 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 14:23:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567b0f68

sci-libs/keras-preprocessing: drop old

Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sci-libs/keras-preprocessing/Manifest              |  3 ---
 .../keras-preprocessing-1.0.2.ebuild               | 22 ----------------------
 .../keras-preprocessing-1.0.3.ebuild               | 22 ----------------------
 .../keras-preprocessing-1.0.5.ebuild               | 22 ----------------------
 4 files changed, 69 deletions(-)

diff --git a/sci-libs/keras-preprocessing/Manifest b/sci-libs/keras-preprocessing/Manifest
index ca4278d2ce1..06698b535be 100644
--- a/sci-libs/keras-preprocessing/Manifest
+++ b/sci-libs/keras-preprocessing/Manifest
@@ -1,4 +1 @@
-DIST keras-preprocessing-1.0.2.tar.gz 34762 BLAKE2B 3b4766aa48d6e6cfd50817af97c8f2faf9ae7e78007f7dddcbf1f4ded072657a5b94ac4b563d090dd8a8437a249b64fea61a1cd5f680767f14611fa6fe92dd3a SHA512 d5a558c3d9741c298ea3737bfb04788bd2cbecefe14aa53e0f6ccde891ad9304ec673a888dc53a2f954c0b718ce31d9d35095d3f21e15d73248acfc8105457d9
-DIST keras-preprocessing-1.0.3.tar.gz 36360 BLAKE2B 4a5d8e8d1211434b212a509acd563ef38f043ffc2f856019205e5e9b6806303c824bdfd19009a38a19ca961a9ece7719dcecf41f494b19da11084d5fa733e807 SHA512 98501a96eeca29d13a50f418b8d7417911cba50f0a3097b9576684a78c60441b93296ac3fb544f951f40990f5c8b7c0a15e9da3ac336119b0234caec8d182f4c
-DIST keras-preprocessing-1.0.5.tar.gz 39776 BLAKE2B 459318d4bdece8176f7a268da3070c71f8fa44a2425acd6dd3d4cc2c023a4a6398c3298f29c7ea2d273353e6898eb9218043451a7817e618ecc2eb6e38bc74e9 SHA512 64b5e7f2fea0ec21bb43853b998f8e628185e82846c12320d6c60bb7bd9e508dd2497108c04040e2d8bbebc3b7b7cac3fbb08354bb31a4b155c5ed2bc5dbb98d
 DIST keras-preprocessing-1.0.9.tar.gz 46476 BLAKE2B af80a6647bb56f8c4dba93120bc2b70db36d2c6a0e36c3be9a4843e5c36c9ffe50db1cd9396eecd47f6c0595c110825d70d2e6b28a29a0a199b5cfcc499e4440 SHA512 93ef9b294638bfeaea82170b323f08b261a2519f5ee8b9aac7d88e5b32c6486646d91075cea71bfbc27780c8af55125319873361f0431d48b451e574d1e7a400

diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.2.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.2.ebuild
deleted file mode 100644
index 930bd5dcf26..00000000000
--- a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Easy data preprocessing and data augmentation for deep learning models"
-HOMEPAGE="https://keras.io/"
-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}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.3.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.3.ebuild
deleted file mode 100644
index fb4aa8c7c7c..00000000000
--- a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python{3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Easy data preprocessing and data augmentation for deep learning models"
-HOMEPAGE="https://keras.io/"
-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}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.5.ebuild b/sci-libs/keras-preprocessing/keras-preprocessing-1.0.5.ebuild
deleted file mode 100644
index 1299a0693b5..00000000000
--- a/sci-libs/keras-preprocessing/keras-preprocessing-1.0.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python{3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="Easy data preprocessing and data augmentation for deep learning models"
-HOMEPAGE="https://keras.io/"
-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}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"


             reply	other threads:[~2019-04-29 14:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-29 14:24 Jason Zaman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-29 20:19 [gentoo-commits] repo/gentoo:master commit in: sci-libs/keras-preprocessing/ Sam James
2023-03-25 17:19 Michał Górny
2022-12-07 19:43 David Seifert
2022-06-26  2:45 Jason Zaman
2021-08-01 13:19 Jason Zaman
2021-02-18 18:57 David Seifert
2021-02-18  8:39 Sam James
2021-02-18  8:35 Sam James
2021-01-17 11:52 David Seifert
2020-12-02 16:58 Mikle Kolyada
2020-12-02 16:58 Mikle Kolyada
2020-11-05  5:02 Jason Zaman
2020-09-25 11:55 Benda XU
2020-02-22  7:39 Jason Zaman
2020-01-16  6:39 Michał Górny
2019-09-13 14:22 Jason Zaman
2019-04-29 14:24 Jason Zaman
2019-02-18 13:54 Jason Zaman
2018-11-17 17:32 Jason Zaman
2018-09-28 10:24 Jason Zaman
2018-08-13 11:35 Jason Zaman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1556547798.567b0f68696421c6dfb52dcedf6ac060f8d6e62b.perfinion@gentoo \
    --to=perfinion@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox