public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano/
Date: Sun, 29 Dec 2019 08:53:24 +0000 (UTC)	[thread overview]
Message-ID: <1577609571.e0ae1ad6161b2ac93d2399a98b432d7eb72e9ac0.soap@gentoo> (raw)

commit:     e0ae1ad6161b2ac93d2399a98b432d7eb72e9ac0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 08:52:51 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 08:52:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ae1ad6

dev-python/theano: Remove old

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/theano/Manifest            |  2 --
 dev-python/theano/theano-0.8.2.ebuild | 53 -----------------------------------
 dev-python/theano/theano-0.9.0.ebuild | 53 -----------------------------------
 3 files changed, 108 deletions(-)

diff --git a/dev-python/theano/Manifest b/dev-python/theano/Manifest
index eb87e216677..66c0e87d90b 100644
--- a/dev-python/theano/Manifest
+++ b/dev-python/theano/Manifest
@@ -1,4 +1,2 @@
 DIST Theano-0.7.0.tar.gz 1985387 BLAKE2B 00d547d5d1f6bb4049a1db71442381ae3803be683975ccca7536b8971e066ac1d09a4fc93a7f70693ae052bbf681e0c59a8b30a326f862f870e10422b438f979 SHA512 6e6bf9afdebf3c281d71f5ceda73792e0a52b403b18776a639665767ac73ac4920b5042e29d656d517b8f023e5f9cd5a27086e0456dc40c42abf6f3569da3f06
-DIST Theano-0.8.2.tar.gz 2914631 BLAKE2B d136630d689101e9ae47984cd13289b03943276ed0aa606478169d4334a302448f5a2c31d65b1e6d571648772d6f0760cc004f2eefd86d41d72f2b0270017763 SHA512 d7bad7ed4c9453470b66df2ada4587fbe9effc134c0604d11576630a613568386d41aa7dd4a77f8b7a1eb6d8a2f76a8e809b1ac3ae18c85a0c55ba4a059b865e
-DIST Theano-0.9.0.tar.gz 3116713 BLAKE2B bf38d3c504909caa7aaf8e704a6afc86ab56810199190a0a6beb86ff5e0f9a75c8681dee1f1411ddcfa40739576e4d725c2423e74a32e796987fbd4b09ffde76 SHA512 e0e59256d2442f929fb120b4b21cab735e0a8ba087c4ea7d7caeabe8fa30cc19a46181fe1b4e268e778344fb3506eb20d8090dfc8d2a499c1bf84b07352686ab
 DIST Theano-1.0.4.tar.gz 2840691 BLAKE2B 7f89caee3dd50d75ff09693fde7926f2b7da0f94758ef932f207feea29d74d38ed56591e6ebe0b46cfa043d5fb46d5b97028171acdfd324a01eb7b904169b4ac SHA512 3cc7f9dbb606c3c997c8651c34dd861721d5a8b99d06ed0887306d5a5ad0d7e402fbe29dcb5ad2f513b3bf75966e41a2854ebdf9a4fb212607345f84f367de8c

diff --git a/dev-python/theano/theano-0.8.2.ebuild b/dev-python/theano/theano-0.8.2.ebuild
deleted file mode 100644
index de0279333ae..00000000000
--- a/dev-python/theano/theano-0.8.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit distutils-r1 versionator
-
-MYPN=Theano
-MYP=${MYPN}-$(replace_version_separator 3 '')
-
-DESCRIPTION="Define and optimize multi-dimensional arrays mathematical expressions"
-HOMEPAGE="https://github.com/Theano/Theano"
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-	   dev-python/flake8[${PYTHON_USEDEP}]
-	   dev-python/nose[${PYTHON_USEDEP}]
-	   dev-python/nose-parameterized[${PYTHON_USEDEP}]
-	   dev-python/pyflakes[${PYTHON_USEDEP}]
-	)"
-S="${WORKDIR}/${MYP}"
-
-python_prepare_all() {
-	# remove bundled six
-	find -type f -name "*.py" -exec \
-		 sed -e 's:theano.compat.six:six:g' -i '{}' + || die
-	rm ${PN}/compat/six.py || die
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	nosetests --verbosity=3 || die
-}
-
-pkg_postinst() {
-	optfeature "Make picture of Theano computation graph" dev-python/pydot-ng
-	optfeature "Required for GPU/CPU code generation" dev-python/pygpu
-}

diff --git a/dev-python/theano/theano-0.9.0.ebuild b/dev-python/theano/theano-0.9.0.ebuild
deleted file mode 100644
index 1de50901c43..00000000000
--- a/dev-python/theano/theano-0.9.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-
-inherit distutils-r1 versionator
-
-MYPN=Theano
-MYP=${MYPN}-$(replace_version_separator 3 '')
-
-DESCRIPTION="Define and optimize multi-dimensional arrays mathematical expressions"
-HOMEPAGE="https://github.com/Theano/Theano"
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	sci-libs/scipy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-	   dev-python/flake8[${PYTHON_USEDEP}]
-	   dev-python/nose[${PYTHON_USEDEP}]
-	   dev-python/nose-parameterized[${PYTHON_USEDEP}]
-	   dev-python/pyflakes[${PYTHON_USEDEP}]
-	)"
-S="${WORKDIR}/${MYP}"
-
-python_prepare_all() {
-	# remove bundled six
-	find -type f -name "*.py" -exec \
-		 sed -e 's:theano.compat.six:six:g' -i '{}' + || die
-	rm ${PN}/compat/six.py || die
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	nosetests --verbosity=3 || die
-}
-
-pkg_postinst() {
-	optfeature "Make picture of Theano computation graph" dev-python/pydot-ng
-	optfeature "Required for GPU/CPU code generation" dev-python/pygpu
-}


             reply	other threads:[~2019-12-29  8:53 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-29  8:53 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-13 18:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/theano/ Jakov Smolić
2021-03-03 21:00 Michał Górny
2020-12-25 23:36 Sam James
2020-10-27 19:58 Sam James
2020-10-27  5:11 Sam James
2020-08-31 14:15 Sam James
2020-08-31 13:49 Sam James
2020-08-30 23:18 Sam James
2020-08-23 11:34 David Seifert
2020-08-02 22:27 Sam James
2020-08-02 19:05 Sam James
2020-03-22 12:12 Agostino Sarubbo
2020-03-09 13:44 Agostino Sarubbo
2020-01-16  6:05 Michał Górny
2020-01-16  6:05 Michał Górny
2019-05-12  9:54 Sergei Trofimovich
2019-03-31 14:39 Amy Liffey
2019-03-31 14:39 Amy Liffey
2017-06-28  4:02 Sebastien Fabbro
2017-01-04 19:24 Sebastien Fabbro
2017-01-04  6:02 Sebastien Fabbro
2016-12-29 10:05 Agostino Sarubbo
2016-02-04 14:21 Justin Lecher
2016-02-04 14:21 Justin Lecher
2016-02-04 14:21 Justin Lecher

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=1577609571.e0ae1ad6161b2ac93d2399a98b432d7eb72e9ac0.soap@gentoo \
    --to=soap@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