public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/
Date: Fri, 19 Jan 2024 05:10:21 +0000 (UTC)	[thread overview]
Message-ID: <1705638546.b28544b6a92f581db2bfc68d3fda216d5d30640e.mgorny@gentoo> (raw)

commit:     b28544b6a92f581db2bfc68d3fda216d5d30640e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 04:29:06 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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)"
-}


             reply	other threads:[~2024-01-19  5:10 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-19  5:10 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 18:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/seaborn/ Michał Górny
2024-07-11 18:37 Michał Górny
2024-02-28 19:49 Arthur Zamarin
2024-02-11 16:02 Michał Górny
2024-02-11 15:13 Sam James
2024-01-26 21:03 Michał Górny
2024-01-26  5:39 Michał Górny
2024-01-18 19:48 Sam James
2024-01-01  4:13 Michał Górny
2023-11-02  4:12 Sam James
2023-09-30  4:56 Michał Górny
2023-03-30 16:19 Michał Górny
2023-03-30 15:50 Arthur Zamarin
2022-10-08 19:28 Sam James
2022-09-06 17:54 Arthur Zamarin
2022-07-24  8:53 Joonas Niilola
2022-05-16 13:27 Michał Górny
2022-02-05 16:51 Arthur Zamarin
2021-10-20 19:21 Arthur Zamarin
2020-12-23 23:08 Sam James
2020-12-23 23:06 Sam James
2020-12-23 23:06 Sam James
2020-09-18 15:43 Michał Górny
2020-09-13 15:09 David Seifert
2018-07-25 17:29 Patrice Clement
2018-07-21 21:56 Patrice Clement
2018-04-29  6:33 Michał Górny
2018-04-20  6:53 Michał Górny
2017-11-25 21:44 David Seifert
2017-05-02  8:47 Michał Górny
2016-12-10 21:59 Patrice Clement
2016-12-10 21:56 Patrice Clement
2016-12-10 21:56 Patrice Clement
2016-12-10 21:56 Patrice Clement
2016-01-25 19:45 Justin Lecher
2016-01-25 15:11 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1705638546.b28544b6a92f581db2bfc68d3fda216d5d30640e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox