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 EDE50158041 for ; Thu, 14 Mar 2024 12:25:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C8CDE29C9; Thu, 14 Mar 2024 12:25:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4E8DE29C9 for ; Thu, 14 Mar 2024 12:25:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7ABE0335CAF for ; Thu, 14 Mar 2024 12:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D392D7E7 for ; Thu, 14 Mar 2024 12:25:17 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1710419072.0770aa2dcd1651ec567469c9bdca147ec4b17b6c.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/hepunits/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/hepunits/hepunits-2.3.3.ebuild sci-physics/hepunits/hepunits-9999.ebuild X-VCS-Directories: sci-physics/hepunits/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 0770aa2dcd1651ec567469c9bdca147ec4b17b6c X-VCS-Branch: master Date: Thu, 14 Mar 2024 12:25:17 +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: 27b2cd5b-b008-4e5e-836e-114e7060c21e X-Archives-Hash: 95d70af254f92f4475f5ed1fcfac7628 commit: 0770aa2dcd1651ec567469c9bdca147ec4b17b6c Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Thu Mar 14 09:40:12 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Thu Mar 14 12:24:32 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0770aa2d sci-physics/hepunits: add 2.3.3, python3_12 Closes: https://github.com/gentoo/sci/pull/1255 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-physics/hepunits/{hepunits-9999.ebuild => hepunits-2.3.3.ebuild} | 4 +++- sci-physics/hepunits/hepunits-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sci-physics/hepunits/hepunits-9999.ebuild b/sci-physics/hepunits/hepunits-2.3.3.ebuild similarity index 86% copy from sci-physics/hepunits/hepunits-9999.ebuild copy to sci-physics/hepunits/hepunits-2.3.3.ebuild index 9816df84b..6e9ada04b 100644 --- a/sci-physics/hepunits/hepunits-9999.ebuild +++ b/sci-physics/hepunits/hepunits-2.3.3.ebuild @@ -1,6 +1,6 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 @@ -21,3 +21,5 @@ RDEPEND=" >=dev-python/attrs-19.2[${PYTHON_USEDEP}] " BDEPEND="${RDEPEND}" + +distutils_enable_tests pytest diff --git a/sci-physics/hepunits/hepunits-9999.ebuild b/sci-physics/hepunits/hepunits-9999.ebuild index 9816df84b..6e9ada04b 100644 --- a/sci-physics/hepunits/hepunits-9999.ebuild +++ b/sci-physics/hepunits/hepunits-9999.ebuild @@ -1,6 +1,6 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=hatchling inherit distutils-r1 @@ -21,3 +21,5 @@ RDEPEND=" >=dev-python/attrs-19.2[${PYTHON_USEDEP}] " BDEPEND="${RDEPEND}" + +distutils_enable_tests pytest