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 0155A15800F for ; Wed, 15 Feb 2023 18:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16157E0877; Wed, 15 Feb 2023 18:23:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F31F2E0877 for ; Wed, 15 Feb 2023 18:23:41 +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 1E334340DB2 for ; Wed, 15 Feb 2023 18:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AED468A7 for ; Wed, 15 Feb 2023 18:23:38 +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: <1676485199.d65faab542c1293c151362a638b309ec79d78baf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/meshio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/meshio/meshio-5.3.4.ebuild X-VCS-Directories: dev-python/meshio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d65faab542c1293c151362a638b309ec79d78baf X-VCS-Branch: master Date: Wed, 15 Feb 2023 18:23:38 +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: e7266689-0f6f-41c7-9ae8-fdfdbca29c58 X-Archives-Hash: f37313c29b131e961c35a10bd2f997b2 commit: d65faab542c1293c151362a638b309ec79d78baf Author: Michał Górny gentoo org> AuthorDate: Wed Feb 15 18:19:59 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 15 18:19:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d65faab5 dev-python/meshio: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/meshio/meshio-5.3.4.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/meshio/meshio-5.3.4.ebuild b/dev-python/meshio/meshio-5.3.4.ebuild index e1fe0b8318d4..4d3d815c44cd 100644 --- a/dev-python/meshio/meshio-5.3.4.ebuild +++ b/dev-python/meshio/meshio-5.3.4.ebuild @@ -3,13 +3,16 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Input/output for many mesh formats" -HOMEPAGE="https://github.com/nschloe/meshio" +HOMEPAGE=" + https://github.com/nschloe/meshio/ + https://pypi.org/project/meshio/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"