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 B36CF15838C for ; Fri, 19 Jan 2024 05:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1217AE2B53; Fri, 19 Jan 2024 05:10:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E9AF1E2B54 for ; Fri, 19 Jan 2024 05:10:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E54B343365 for ; Fri, 19 Jan 2024 05:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A1C014C5 for ; Fri, 19 Jan 2024 05:10: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: <1705638546.b28544b6a92f581db2bfc68d3fda216d5d30640e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/seaborn/Manifest dev-python/seaborn/seaborn-0.13.0.ebuild X-VCS-Directories: dev-python/seaborn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b28544b6a92f581db2bfc68d3fda216d5d30640e X-VCS-Branch: master Date: Fri, 19 Jan 2024 05:10: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: aac515cd-c2c6-4172-8641-3b8fce3a7dd5 X-Archives-Hash: ed7677792f764dd5863e28d633bb2f8e commit: b28544b6a92f581db2bfc68d3fda216d5d30640e Author: Michał Górny gentoo org> AuthorDate: Fri Jan 19 04:29:06 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 19 04:29:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28544b6 dev-python/seaborn: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/seaborn/Manifest | 1 - dev-python/seaborn/seaborn-0.13.0.ebuild | 42 -------------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest index 5ccda5dd6c2a..1c63f5dae79f 100644 --- a/dev-python/seaborn/Manifest +++ b/dev-python/seaborn/Manifest @@ -1,2 +1 @@ -DIST seaborn-0.13.0.tar.gz 1455480 BLAKE2B 9f7383715366889ffd80788f901c574d9330285da2098e5695e944f1c6b92d4e417163a82378dd75c03233fc6485158401a1aaa461f2fa8e71a4cbc3ebf957cb SHA512 d603e880c29e05ab68f86d285c5c5ee9cf2da1d45265ed609f7bc87650fe20e80c026af487f63f9492a268f51ba5bab0cae4fd8fdeaf28125d16d317f9c937c8 DIST seaborn-0.13.1.tar.gz 1457600 BLAKE2B 73296257f1d7525cebb90bf6f97fa6e5f91e3e9df653e0b9ab81eb6d04a1eb957a9c623aa8b4a715162175a501f55dd7e787335175503cab451bb03318e822cf SHA512 b90483bffd3435cc058143dccc854eb175ec7d7a095b8ce8261fbcad3f97f5e9b035a790a04dc2c64c35dda5b0ab8562f0b4a99e09a5e2fc9c4ee8323a153910 diff --git a/dev-python/seaborn/seaborn-0.13.0.ebuild b/dev-python/seaborn/seaborn-0.13.0.ebuild deleted file mode 100644 index 7c075c896565..000000000000 --- a/dev-python/seaborn/seaborn-0.13.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 multiprocessing pypi - -DESCRIPTION="Statistical data visualization" -HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - >=dev-python/matplotlib-3.3[${PYTHON_USEDEP}] - >=dev-python/numpy-1.20[${PYTHON_USEDEP}] - >=dev-python/pandas-1.2[${PYTHON_USEDEP}] - >=dev-python/statsmodels-0.12[${PYTHON_USEDEP}] - >=dev-python/scipy-1.7[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-xdist[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_test() { - cat > matplotlibrc <<- EOF || die - backend : Agg - EOF - - distutils-r1_src_test -} - -python_test() { - epytest -n "$(makeopts_jobs)" -}