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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3D5315800F for ; Tue, 10 Jan 2023 11:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E91BDE07D4; Tue, 10 Jan 2023 11:07:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D19A7E07D4 for ; Tue, 10 Jan 2023 11:07:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FD2F340C57 for ; Tue, 10 Jan 2023 11:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28EFF807 for ; Tue, 10 Jan 2023 11:07:17 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1673348636.96ada6be8ef7fac5f1232da0d43bf1c7b9fb0c0f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/chart-studio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/chart-studio/chart-studio-1.1.0.ebuild X-VCS-Directories: dev-python/chart-studio/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 96ada6be8ef7fac5f1232da0d43bf1c7b9fb0c0f X-VCS-Branch: master Date: Tue, 10 Jan 2023 11:07: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: 4bb5dc90-500e-4228-a3dc-dbfefb555549 X-Archives-Hash: e720688e2028901b99a6784a7fa4062a commit: 96ada6be8ef7fac5f1232da0d43bf1c7b9fb0c0f Author: Arthur Zamarin gentoo org> AuthorDate: Tue Jan 10 09:11:32 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jan 10 11:03:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ada6be dev-python/chart-studio: drop 1.1.0 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/chart-studio/chart-studio-1.1.0.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-python/chart-studio/chart-studio-1.1.0.ebuild b/dev-python/chart-studio/chart-studio-1.1.0.ebuild deleted file mode 100644 index faed2dd0e4fc..000000000000 --- a/dev-python/chart-studio/chart-studio-1.1.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Browser-based graphing library for Python" -HOMEPAGE="https://plot.ly/python/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/plotly[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/retrying[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -"