mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/awkward-cpp: Bump to 50
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST awkward_cpp-49.tar.gz 1485870 BLAKE2B 0325759641f647a5f155e1a36b68a104556b78a65ceb47e68401836646f5d7e426dd18f26d9c16c30e70129615711a1fa2dcadd8f0edff8e85e9bcb3a8e60446 SHA512 b417f1450994e1916a9d5aa7c07c180f657a2ae77f53ac97315b1df526a618eabadb689f5099cf6e2af571de7f67ab84156fa00cb6723fd0fd8f161760b1458e
|
||||
DIST awkward_cpp-50.tar.gz 1485957 BLAKE2B 4e8123cbb5cdbfa58b36426223de92b3e2c47a9e0aafd95bed09f6f58b328db589729faf394c4d13fd4bd5c873d5f58a35e3c92ca12fba310e2e2e065c8ca528 SHA512 3dfed68f14df7fa5eee9dc78d36d8d2c0a824838e395c11673f91114419c20a06ed8b09afb5b3d31d8ece1affca32f4fd4c80827d8e37a63710831dbb2a95065
|
||||
|
||||
32
dev-python/awkward-cpp/awkward-cpp-50.ebuild
Normal file
32
dev-python/awkward-cpp/awkward-cpp-50.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=scikit-build-core
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="CPU kernels and compiled extensions for Awkward Array"
|
||||
HOMEPAGE="
|
||||
https://github.com/scikit-hep/awkward/
|
||||
https://pypi.org/project/awkward-cpp/
|
||||
"
|
||||
|
||||
# MIT from rapidjson
|
||||
LICENSE="BSD MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
>=dev-python/numpy-1.18.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
>=dev-python/pybind11-3[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user