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 DF05E15810F for ; Thu, 8 Jun 2023 22:35:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B241FE083B; Thu, 8 Jun 2023 22:35:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8832BE083B for ; Thu, 8 Jun 2023 22:35:14 +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 5C6D5335D7D for ; Thu, 8 Jun 2023 22:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6999AA92 for ; Thu, 8 Jun 2023 22:35:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1686263670.25de9c6c6d9d97404308e20bac962e0a6fc9f9f8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-1.5.1.ebuild dev-python/pandas/pandas-1.5.2.ebuild dev-python/pandas/pandas-1.5.3.ebuild dev-python/pandas/pandas-2.0.0.ebuild dev-python/pandas/pandas-2.0.1.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 25de9c6c6d9d97404308e20bac962e0a6fc9f9f8 X-VCS-Branch: master Date: Thu, 8 Jun 2023 22:35:10 +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: 45a71550-59f9-472b-a311-1b6f989d7f1b X-Archives-Hash: bcd335d3d718c67a2e4038b0061f14c8 commit: 25de9c6c6d9d97404308e20bac962e0a6fc9f9f8 Author: Sam James gentoo org> AuthorDate: Thu Jun 8 22:31:47 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 8 22:34:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25de9c6c dev-python/pandas: use virtual/pandoc Signed-off-by: Sam James gentoo.org> dev-python/pandas/pandas-1.5.1.ebuild | 2 +- dev-python/pandas/pandas-1.5.2.ebuild | 2 +- dev-python/pandas/pandas-1.5.3.ebuild | 2 +- dev-python/pandas/pandas-2.0.0.ebuild | 2 +- dev-python/pandas/pandas-2.0.1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/pandas/pandas-1.5.1.ebuild b/dev-python/pandas/pandas-1.5.1.ebuild index 2c68196e8be3..17d55f369b1e 100644 --- a/dev-python/pandas/pandas-1.5.1.ebuild +++ b/dev-python/pandas/pandas-1.5.1.ebuild @@ -78,7 +78,6 @@ DEPEND=" >=dev-python/cython-0.29.32[${PYTHON_USEDEP}] doc? ( ${VIRTUALX_DEPEND} - app-text/pandoc dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] @@ -94,6 +93,7 @@ DEPEND=" dev-python/xlrd[${PYTHON_USEDEP}] dev-python/xlwt[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] + virtual/pandoc x11-misc/xclip ) test? ( diff --git a/dev-python/pandas/pandas-1.5.2.ebuild b/dev-python/pandas/pandas-1.5.2.ebuild index 9a41bc8f2f58..3af888ad45a8 100644 --- a/dev-python/pandas/pandas-1.5.2.ebuild +++ b/dev-python/pandas/pandas-1.5.2.ebuild @@ -78,7 +78,6 @@ DEPEND=" >=dev-python/cython-0.29.32[${PYTHON_USEDEP}] doc? ( ${VIRTUALX_DEPEND} - app-text/pandoc dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] @@ -94,6 +93,7 @@ DEPEND=" dev-python/xlrd[${PYTHON_USEDEP}] dev-python/xlwt[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] + virtual/pandoc x11-misc/xclip ) test? ( diff --git a/dev-python/pandas/pandas-1.5.3.ebuild b/dev-python/pandas/pandas-1.5.3.ebuild index b6296f917b5d..fd8bd7d8c3a1 100644 --- a/dev-python/pandas/pandas-1.5.3.ebuild +++ b/dev-python/pandas/pandas-1.5.3.ebuild @@ -81,7 +81,6 @@ BDEPEND=" >=dev-python/cython-0.29.32[${PYTHON_USEDEP}] doc? ( ${VIRTUALX_DEPEND} - app-text/pandoc dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] @@ -97,6 +96,7 @@ BDEPEND=" dev-python/xlrd[${PYTHON_USEDEP}] dev-python/xlwt[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] + virtual/pandoc x11-misc/xclip ) test? ( diff --git a/dev-python/pandas/pandas-2.0.0.ebuild b/dev-python/pandas/pandas-2.0.0.ebuild index 712e811ab4d8..4c2df90bef20 100644 --- a/dev-python/pandas/pandas-2.0.0.ebuild +++ b/dev-python/pandas/pandas-2.0.0.ebuild @@ -77,7 +77,6 @@ BDEPEND=" >=dev-python/versioneer-0.28[${PYTHON_USEDEP}] doc? ( ${VIRTUALX_DEPEND} - app-text/pandoc >=dev-python/beautifulsoup4-4.9.3[${PYTHON_USEDEP}] >=dev-python/html5lib-1.1[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] @@ -93,6 +92,7 @@ BDEPEND=" >=dev-python/xlrd-2.0.1[${PYTHON_USEDEP}] dev-python/xlwt[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] + virtual/pandoc x11-misc/xclip ) test? ( diff --git a/dev-python/pandas/pandas-2.0.1.ebuild b/dev-python/pandas/pandas-2.0.1.ebuild index cef44ce62e2d..dec8630a9b0b 100644 --- a/dev-python/pandas/pandas-2.0.1.ebuild +++ b/dev-python/pandas/pandas-2.0.1.ebuild @@ -81,7 +81,6 @@ BDEPEND=" >=dev-python/versioneer-0.28[${PYTHON_USEDEP}] doc? ( ${VIRTUALX_DEPEND} - app-text/pandoc >=dev-python/beautifulsoup4-4.9.3[${PYTHON_USEDEP}] >=dev-python/html5lib-1.1[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] @@ -97,6 +96,7 @@ BDEPEND=" >=dev-python/xlrd-2.0.1[${PYTHON_USEDEP}] dev-python/xlwt[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] + virtual/pandoc x11-misc/xclip ) test? (