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 B0A3913835A for ; Mon, 21 Sep 2020 14:26:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86596E0839; Mon, 21 Sep 2020 14:26:25 +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 6B5D4E0837 for ; Mon, 21 Sep 2020 14:26:25 +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 5E333340BB4 for ; Mon, 21 Sep 2020 14:26:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCF4637C for ; Mon, 21 Sep 2020 14:26:21 +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: <1600698366.1b7c9596c9e09e6ddd7cc01de8ddd03bc97b54e5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/corner/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/corner/Manifest dev-python/corner/corner-2.0.1.ebuild dev-python/corner/metadata.xml profiles/package.mask X-VCS-Directories: dev-python/corner/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1b7c9596c9e09e6ddd7cc01de8ddd03bc97b54e5 X-VCS-Branch: master Date: Mon, 21 Sep 2020 14:26:21 +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: 2eab4614-586d-40bf-b97c-0f52a24924af X-Archives-Hash: 3ee434a72462d7dff5744c404dd77879 commit: 1b7c9596c9e09e6ddd7cc01de8ddd03bc97b54e5 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 21 14:25:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 21 14:26:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7c9596 dev-python/corner: Remove last-rited pkg Closes: https://bugs.gentoo.org/718900 Signed-off-by: Michał Górny gentoo.org> dev-python/corner/Manifest | 1 - dev-python/corner/corner-2.0.1.ebuild | 24 ------------------------ dev-python/corner/metadata.xml | 21 --------------------- profiles/package.mask | 8 -------- 4 files changed, 54 deletions(-) diff --git a/dev-python/corner/Manifest b/dev-python/corner/Manifest deleted file mode 100644 index 7d999d96d6c..00000000000 --- a/dev-python/corner/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST corner-2.0.1.tar.gz 10534 BLAKE2B 7ea10bce4c45385aca7083d7276415168e4f2fc900020df5f67a81e86ddcc4f9df5e5aa76270fee72c41395c7cc549bb9630c3b3eb24e0640f10c387adb1c976 SHA512 ebd625ab1e4591b4c21d25ec706c35d37f560b727e1e0d6a79948c4a112ee6f21d3ca30162901a27715074e1345f3bdee1a0345c63e5fec24113e495fb094127 diff --git a/dev-python/corner/corner-2.0.1.ebuild b/dev-python/corner/corner-2.0.1.ebuild deleted file mode 100644 index 93cbfcfa194..00000000000 --- a/dev-python/corner/corner-2.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Make scatter matrix corner plots" -HOMEPAGE="https://corner.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -# missing expected test images in tar ball (2.0.1) -RESTRICT=test diff --git a/dev-python/corner/metadata.xml b/dev-python/corner/metadata.xml deleted file mode 100644 index b8f3109ff57..00000000000 --- a/dev-python/corner/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - This Python module uses matplotlib to visualize multidimensional - samples using a scatterplot matrix. In these visualizations, each - one- and two-dimensional projection of the sample is plotted to - reveal covariances. corner was originally conceived to display the - results of Markov Chain Monte Carlo simulations and the defaults - are chosen with this application in mind but it can be used for - displaying many qualitatively different samples. - - - corner - dfm/corner.py - - diff --git a/profiles/package.mask b/profiles/package.mask index 34ac83acb11..db68639bd2f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -595,14 +595,6 @@ dev-python/pygtk # Removal in 30 days. Bug #735380. media-libs/slv2 -# Michał Górny (2020-08-22) -# These packages still require Python 3.6. They are either dead -# upstream or their maintainers are simply unresponsive. -# Please do not remove any packages from this list unless you actually -# port them to Python 3.7 *and* 3.8 (3.9 would also be nice). -# Removal in 30 days. Tracker bug #695996. -dev-python/corner - # Alfredo Tupone (2020-08-16) # Ported to py3.8 but not yet released # Masked to allow py2.7 removal