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 B5AA715806E for ; Mon, 22 May 2023 13:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0098DE0B04; Mon, 22 May 2023 13:26:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DF394E0B04 for ; Mon, 22 May 2023 13:26:13 +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 30839335D6D for ; Mon, 22 May 2023 13:26:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51396A78 for ; Mon, 22 May 2023 13:26:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1684761704.d9dddb84b10f787f941515c22cc05e004b7c5327.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pyviz_comms/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pyviz_comms/metadata.xml dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild X-VCS-Directories: dev-python/pyviz_comms/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d9dddb84b10f787f941515c22cc05e004b7c5327 X-VCS-Branch: master Date: Mon, 22 May 2023 13:26: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: d34e0d43-b0cb-48d7-afbe-aff37de3804b X-Archives-Hash: afdc28786472331e11b26c087c891ead commit: d9dddb84b10f787f941515c22cc05e004b7c5327 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 22 13:21:44 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 22 13:21:44 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d9dddb84 dev-python/pyviz_comms: update SRC_URI Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/pyviz_comms/metadata.xml | 2 +- dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/pyviz_comms/metadata.xml b/dev-python/pyviz_comms/metadata.xml index 8127bb8b0..3a0ec5dc8 100644 --- a/dev-python/pyviz_comms/metadata.xml +++ b/dev-python/pyviz_comms/metadata.xml @@ -7,7 +7,7 @@ - pyviz_comms + pyviz-comms holoviz/pyviz_comms diff --git a/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild index 8526bd511..7f50fc279 100644 --- a/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild +++ b/dev-python/pyviz_comms/pyviz_comms-2.2.0.ebuild @@ -4,12 +4,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Bidirectional communication for the HoloViz ecosystem" HOMEPAGE="https://holoviz.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0"