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 4E654138334 for ; Fri, 27 Dec 2019 18:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DBEFE08E2; Fri, 27 Dec 2019 18:52:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0EF50E0957 for ; Fri, 27 Dec 2019 18:52:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6380434DC2F for ; Fri, 27 Dec 2019 18:52:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFC7288 for ; Fri, 27 Dec 2019 18:52:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577472753.64e51d7a6985508649402fab0c4472dff6ea777a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rootpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rootpy/Manifest dev-python/rootpy/rootpy-0.8.3.ebuild X-VCS-Directories: dev-python/rootpy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 64e51d7a6985508649402fab0c4472dff6ea777a X-VCS-Branch: master Date: Fri, 27 Dec 2019 18:52:45 +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: dc477702-3379-41fe-aef3-9956ba2044f3 X-Archives-Hash: 589caca6d3cc5a274470e71498df452f commit: 64e51d7a6985508649402fab0c4472dff6ea777a Author: David Seifert gentoo org> AuthorDate: Fri Dec 27 18:52:33 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 27 18:52:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e51d7a dev-python/rootpy: Remove old Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/rootpy/Manifest | 1 - dev-python/rootpy/rootpy-0.8.3.ebuild | 46 ----------------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-python/rootpy/Manifest b/dev-python/rootpy/Manifest index e8f1db66500..f9282c00214 100644 --- a/dev-python/rootpy/Manifest +++ b/dev-python/rootpy/Manifest @@ -1,2 +1 @@ -DIST rootpy-0.8.3.tar.gz 417400 BLAKE2B a8120d7005082be96901820d602abfc43bbac5d797d41a8bc215fef36ed37e3bc7b797e0d4ca084ba45b840dcf8eb4afcdfb454f8c801bdf1edec146f3f9ac38 SHA512 b1d3c17fb0a6dfe36bdf3d9a345fc55af8a102d33433c951581f9a61babf377fabb1ae486c78b2d4654cbc7320de122fb3075f27a1565655a3dc17c2b4f56df6 DIST rootpy-1.0.1.tar.gz 418618 BLAKE2B ce321e69d7e202877697d133ad2ba90df71cd261b206211718cb6a9ec8ee3ec085cac49526b9bb75166fafeb43f83b3f53bf231d9353f3d63fa7e4be381ce454 SHA512 db1c7edc02d1cd5a4a1940237c1e1c63d892bb92e612bdad028d14f9723a4bdc5f9b6711a135b0e099ce1895b2564b29aeb21ef0d2c3681354bf4edc9c6a325f diff --git a/dev-python/rootpy/rootpy-0.8.3.ebuild b/dev-python/rootpy/rootpy-0.8.3.ebuild deleted file mode 100644 index 9823bde1b34..00000000000 --- a/dev-python/rootpy/rootpy-0.8.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="readline" -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -DESCRIPTION="Pythonic layer on top of the ROOT framework's PyROOT bindings" -HOMEPAGE="http://rootpy.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples test" - -RDEPEND=" - sci-physics/root[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/pytables[${PYTHON_USEDEP}] - dev-python/root_numpy[${PYTHON_USEDEP}] - dev-python/termcolor[${PYTHON_USEDEP}]" - -DEPEND=" - sci-physics/root[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -# TOFIX: tests go in an infinite loop error -RESTRICT=test - -python_test() { - cd "${BUILD_DIR}" || die - nosetests -v || die "Testing failed with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -}