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 921BD13835A for ; Fri, 9 Oct 2020 08:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D265BE0878; Fri, 9 Oct 2020 08:05:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B9E26E0878 for ; Fri, 9 Oct 2020 08:05:09 +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 DDE6B3402FE for ; Fri, 9 Oct 2020 08:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A1D6391 for ; Fri, 9 Oct 2020 08:05:06 +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: <1602230588.50ed73901e8bf4ec414b4ca7b975bf0962a2179e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/rootpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rootpy/Manifest dev-python/rootpy/metadata.xml dev-python/rootpy/rootpy-1.0.1-r1.ebuild profiles/package.mask X-VCS-Directories: dev-python/rootpy/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 50ed73901e8bf4ec414b4ca7b975bf0962a2179e X-VCS-Branch: master Date: Fri, 9 Oct 2020 08:05:06 +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: 95964768-b874-46df-8eb5-dcdd25469c56 X-Archives-Hash: b36178c253df83262e37d803cfc66cfa commit: 50ed73901e8bf4ec414b4ca7b975bf0962a2179e Author: Michał Górny gentoo org> AuthorDate: Fri Oct 9 08:03:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 9 08:03:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ed7390 dev-python/rootpy: Remove last-rited pkg Closes: https://bugs.gentoo.org/737376 Signed-off-by: Michał Górny gentoo.org> dev-python/rootpy/Manifest | 1 - dev-python/rootpy/metadata.xml | 16 ---------- dev-python/rootpy/rootpy-1.0.1-r1.ebuild | 51 -------------------------------- profiles/package.mask | 1 - 4 files changed, 69 deletions(-) diff --git a/dev-python/rootpy/Manifest b/dev-python/rootpy/Manifest deleted file mode 100644 index f9282c00214..00000000000 --- a/dev-python/rootpy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rootpy-1.0.1.tar.gz 418618 BLAKE2B ce321e69d7e202877697d133ad2ba90df71cd261b206211718cb6a9ec8ee3ec085cac49526b9bb75166fafeb43f83b3f53bf231d9353f3d63fa7e4be381ce454 SHA512 db1c7edc02d1cd5a4a1940237c1e1c63d892bb92e612bdad028d14f9723a4bdc5f9b6711a135b0e099ce1895b2564b29aeb21ef0d2c3681354bf4edc9c6a325f diff --git a/dev-python/rootpy/metadata.xml b/dev-python/rootpy/metadata.xml deleted file mode 100644 index 3728d7ab174..00000000000 --- a/dev-python/rootpy/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - sci-physics@gentoo.org - Gentoo Physics Project - - - The rootpy project is a community-driven initiative aiming to provide - a more pythonic interface with ROOT on top of the existing PyROOT - bindings. - - - rootpy - - diff --git a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild b/dev-python/rootpy/rootpy-1.0.1-r1.ebuild deleted file mode 100644 index 6b13cc9333d..00000000000 --- a/dev-python/rootpy/rootpy-1.0.1-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) -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_SINGLE_USEDEP}] - dev-python/root_numpy[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/matplotlib[${PYTHON_MULTI_USEDEP}] - dev-python/pytables[${PYTHON_MULTI_USEDEP}] - dev-python/termcolor[${PYTHON_MULTI_USEDEP}] - ')" - -DEPEND=" - sci-physics/root[${PYTHON_SINGLE_USEDEP}] - test? ( - $(python_gen_cond_dep ' - dev-python/nose[${PYTHON_MULTI_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 - dodoc -r examples - fi -} diff --git a/profiles/package.mask b/profiles/package.mask index e2cacb3b9c9..4ea8548576d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -487,7 +487,6 @@ app-crypt/acmebot app-vim/conque dev-python/redlock-py dev-python/root_numpy -dev-python/rootpy # Michał Górny (2020-09-09) # These packages (or package versions) still require Python 2.7.