Skip to content

Commit

Permalink
dev-python/awkward-cpp: add 35
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
  • Loading branch information
APN-Pucky committed Jun 27, 2024
1 parent c52bb27 commit 6aaca8e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/awkward-cpp/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST awkward-cpp-28.tar.gz 1422514 BLAKE2B ec87c37a37e3aceb0a35b580122a8c632070dc9fd284e34de66db2611cf1024dbd7ec8a355f52349783258cdaa91e0f966156689c82427f72574230c8b6ae6e1 SHA512 bbe0df527a7863b192c3c85a90c1295d2eb788eb7670a04a001838294dcdd434b49bdc2b4c3f71e34f5f160b4b9cafdea1cf290206fdcb14c0555005797a666d
DIST awkward-cpp-35.tar.gz 1591781 BLAKE2B 4218f3a9e5e9c267135508a39303d2c44d5ce2f9ee94d7c034fb117b8833e7cea5ee16f8acbba464a3e61c5baf92b7f9e1f16d22a36478da3e44d2b33d837a3c SHA512 31ed7b99ee51407db0b76d9876a425863948a45fe9c3df61090fd679739af4091837436a14f54cad54f05c472b09a9130d1626f745d476a59baed627293000e7
26 changes: 26 additions & 0 deletions dev-python/awkward-cpp/awkward-cpp-35.ebuild
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6aaca8e

Please sign in to comment.