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 7519A158089 for ; Fri, 27 Oct 2023 17:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5864C2BC070; Fri, 27 Oct 2023 17:47:29 +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 3C00C2BC070 for ; Fri, 27 Oct 2023 17:47:29 +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 D871F335CEE for ; Fri, 27 Oct 2023 17:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 400E712E6 for ; Fri, 27 Oct 2023 17:47:25 +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: <1698428836.011e8017d2959c955e771be2ae926ba8b0e2d25e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-kernel-test/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter-kernel-test/jupyter-kernel-test-0.6.0.ebuild X-VCS-Directories: dev-python/jupyter-kernel-test/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 011e8017d2959c955e771be2ae926ba8b0e2d25e X-VCS-Branch: master Date: Fri, 27 Oct 2023 17:47:25 +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: 01b820cf-6dbe-4384-810a-8f689ab6ae8a X-Archives-Hash: c68a3efea0edc2858340be28a7d13acf commit: 011e8017d2959c955e771be2ae926ba8b0e2d25e Author: Michał Górny gentoo org> AuthorDate: Fri Oct 27 17:41:13 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 27 17:47:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011e8017 dev-python/jupyter-kernel-test: Fix DESCRIPTION Signed-off-by: Michał Górny gentoo.org> dev-python/jupyter-kernel-test/jupyter-kernel-test-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jupyter-kernel-test/jupyter-kernel-test-0.6.0.ebuild b/dev-python/jupyter-kernel-test/jupyter-kernel-test-0.6.0.ebuild index 18b2bd3aa6c8..df095a7f3aa8 100644 --- a/dev-python/jupyter-kernel-test/jupyter-kernel-test-0.6.0.ebuild +++ b/dev-python/jupyter-kernel-test/jupyter-kernel-test-0.6.0.ebuild @@ -4,11 +4,11 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi -DESCRIPTION="Jupyter kernel for octave" +DESCRIPTION="A tool for testing Jupyter kernels" HOMEPAGE=" https://github.com/jupyter/jupyter_kernel_test/ https://pypi.org/project/jupyter-kernel-test/