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 BDD2515802E for ; Thu, 27 Jun 2024 15:49:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBD64E2A67; Thu, 27 Jun 2024 15:49:47 +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 C929CE2A67 for ; Thu, 27 Jun 2024 15:49:47 +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 03101335C52 for ; Thu, 27 Jun 2024 15:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E61E1D6A for ; Thu, 27 Jun 2024 15:49:45 +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: <1719503289.6aaca8ed648c3eaf05f64be78ace42d7db0ecaba.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/awkward-cpp/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/awkward-cpp/awkward-cpp-35.ebuild X-VCS-Directories: dev-python/awkward-cpp/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 6aaca8ed648c3eaf05f64be78ace42d7db0ecaba X-VCS-Branch: master Date: Thu, 27 Jun 2024 15:49:45 +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: c02defb9-33e6-459b-9b46-a6aeaa051e12 X-Archives-Hash: 9a3fa4cddb4baed7edd3292f41af09ea commit: 6aaca8ed648c3eaf05f64be78ace42d7db0ecaba Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Thu Jun 27 15:48:09 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Thu Jun 27 15:48:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6aaca8ed dev-python/awkward-cpp: add 35 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> dev-python/awkward-cpp/awkward-cpp-35.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-python/awkward-cpp/awkward-cpp-35.ebuild b/dev-python/awkward-cpp/awkward-cpp-35.ebuild new file mode 100644 index 000000000..57634d120 --- /dev/null +++ b/dev-python/awkward-cpp/awkward-cpp-35.ebuild @@ -0,0 +1,26 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) + +CMAKE_MAKEFILE_GENERATOR="emake" +DISTUTILS_USE_PEP517=scikit-build-core +PYPI_NO_NORMALIZE=1 + +inherit pypi distutils-r1 + +DESCRIPTION="awkward-cpp bindings for Python" +HOMEPAGE="https://github.com/scikit-hep/awkward/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-python/numpy-1.18.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=dev-python/scikit-build-core-0.2.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest