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 38C53138351 for ; Thu, 16 Jan 2020 06:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BDFDE08F7; Thu, 16 Jan 2020 06:05:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 23F52E08EF for ; Thu, 16 Jan 2020 06:05:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 06EB134E10D for ; Thu, 16 Jan 2020 06:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E459C3 for ; Thu, 16 Jan 2020 06:05:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579154700.32ea19c5eeb32c48778203493aaa10cbec69a383.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/theano/Manifest dev-python/theano/theano-0.7.0.ebuild X-VCS-Directories: dev-python/theano/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32ea19c5eeb32c48778203493aaa10cbec69a383 X-VCS-Branch: master Date: Thu, 16 Jan 2020 06:05:17 +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: d8cad79c-7471-4e78-8da5-a5b30a792793 X-Archives-Hash: 3f1aa927938972e0cab6e43d4794b1c3 commit: 32ea19c5eeb32c48778203493aaa10cbec69a383 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 05:46:23 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 06:05:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ea19c5 dev-python/theano: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/theano/Manifest | 1 - dev-python/theano/theano-0.7.0.ebuild | 47 ----------------------------------- 2 files changed, 48 deletions(-) diff --git a/dev-python/theano/Manifest b/dev-python/theano/Manifest index 66c0e87d90b..56b8e6682d5 100644 --- a/dev-python/theano/Manifest +++ b/dev-python/theano/Manifest @@ -1,2 +1 @@ -DIST Theano-0.7.0.tar.gz 1985387 BLAKE2B 00d547d5d1f6bb4049a1db71442381ae3803be683975ccca7536b8971e066ac1d09a4fc93a7f70693ae052bbf681e0c59a8b30a326f862f870e10422b438f979 SHA512 6e6bf9afdebf3c281d71f5ceda73792e0a52b403b18776a639665767ac73ac4920b5042e29d656d517b8f023e5f9cd5a27086e0456dc40c42abf6f3569da3f06 DIST Theano-1.0.4.tar.gz 2840691 BLAKE2B 7f89caee3dd50d75ff09693fde7926f2b7da0f94758ef932f207feea29d74d38ed56591e6ebe0b46cfa043d5fb46d5b97028171acdfd324a01eb7b904169b4ac SHA512 3cc7f9dbb606c3c997c8651c34dd861721d5a8b99d06ed0887306d5a5ad0d7e402fbe29dcb5ad2f513b3bf75966e41a2854ebdf9a4fb212607345f84f367de8c diff --git a/dev-python/theano/theano-0.7.0.ebuild b/dev-python/theano/theano-0.7.0.ebuild deleted file mode 100644 index 9765e72f92a..00000000000 --- a/dev-python/theano/theano-0.7.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_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="test" -RESTRICT="!test? ( test )" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - >=dev-python/numpy-1.6.2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - >=sci-libs/scipy-0.11[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -S="${WORKDIR}/${MYP}" - -python_prepare_all() { - 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 -}