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 A653E138359 for ; Tue, 22 Sep 2020 17:17:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6F7AE0826; Tue, 22 Sep 2020 17:17:06 +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 B864FE0826 for ; Tue, 22 Sep 2020 17:17:06 +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 D1068340DD7 for ; Tue, 22 Sep 2020 17:17:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7797A35F for ; Tue, 22 Sep 2020 17:17:04 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600795014.6ca1cfa33d22816987036837913b8068b889f71d.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/prettyplotlib/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/prettyplotlib/metadata.xml dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild dev-python/prettyplotlib/prettyplotlib-9999.ebuild X-VCS-Directories: dev-python/prettyplotlib/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 6ca1cfa33d22816987036837913b8068b889f71d X-VCS-Branch: master Date: Tue, 22 Sep 2020 17:17:04 +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: a0cbf753-ead7-4ff1-93d9-94bdcc501044 X-Archives-Hash: 7cce28e023cec0824db2c7f61cb822dd commit: 6ca1cfa33d22816987036837913b8068b889f71d Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 17:16:40 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 17:16:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ca1cfa3 dev-python/prettyplotlib: drop dead package Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/prettyplotlib/metadata.xml | 15 ----------- .../prettyplotlib/prettyplotlib-0.1.7.ebuild | 29 ---------------------- dev-python/prettyplotlib/prettyplotlib-9999.ebuild | 29 ---------------------- 3 files changed, 73 deletions(-) diff --git a/dev-python/prettyplotlib/metadata.xml b/dev-python/prettyplotlib/metadata.xml deleted file mode 100644 index 6f1686f39..000000000 --- a/dev-python/prettyplotlib/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - marbre@linux.sungazer.de - Marius Brehler - - -Python matplotlib-enhancer library which painlessly creates -beautiful default matplotlib plots. - - - prettyplotlib - - diff --git a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild deleted file mode 100644 index dad43b864..000000000 --- a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Painlessly create beautiful matplotlib plots" -HOMEPAGE="http://blog.olgabotvinnik.com/prettyplotlib/" - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/olgabot/${PN}.git git://github.com/olgabot/${PN}.git" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - sci-libs/scipy[${PYTHON_USEDEP}] - >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}] - dev-python/brewer2mpl[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild deleted file mode 100644 index dad43b864..000000000 --- a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Painlessly create beautiful matplotlib plots" -HOMEPAGE="http://blog.olgabotvinnik.com/prettyplotlib/" - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/olgabot/${PN}.git git://github.com/olgabot/${PN}.git" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - sci-libs/scipy[${PYTHON_USEDEP}] - >=dev-python/matplotlib-1.4.0[${PYTHON_USEDEP}] - dev-python/brewer2mpl[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}"