dev-python/awkward-cpp: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 20:24:23 +02:00
parent d0de093748
commit e9c52e04c0
2 changed files with 0 additions and 35 deletions

View File

@@ -1,4 +1,2 @@
DIST awkward_cpp-51.tar.gz 1486658 BLAKE2B f8cd0084a6d6a60f7f6b733e047026dc51cd53f406d1adff0ade39fbe7d5f021f0bb7dbf39bce1a52baf04d38ab1ba61b6d08b2e1737c27ccace6144abec9414 SHA512 5dbcf12f0c845e144b1405fbc926250c3474f191836c4d4cdf836683826326c7d5c91ffa710a80a2827bf51af1733389515a386ed7640018c37ed4604833c595
DIST awkward_cpp-51.tar.gz.provenance 9494 BLAKE2B 20a974eb651fc7eecd29cabd3f6e7344fc72602dacba20dbd1faf25c5bbc8063b79126d7b43903b17d11200470dbf4e933c71e46fe2f7bbe76703ae0fec6144b SHA512 adc0559d9b341b8fc61763293043df76d71a758c09f454922aff29923cfb4f2374dc7a1ba755da6833259d1e4b44a31cd93a94a5dc4633e793edc46808abcdbf
DIST awkward_cpp-52.tar.gz 1486576 BLAKE2B def9c90066e0056996aa2800be9d728d7f06a67ae5729c53a08550f70ae9c0fb2dc88b40f90a2dae54c85dbf763eb67b6ac0c005e00579d20abe7c263bdac103 SHA512 da45fbdab03aaf44a74d04e025b40fbece9cf3201887ff4063fe8fd639967a6575ee819419b4fca9e805dd35ffab4233399a81f89ed2413c54ac3760a1c59088
DIST awkward_cpp-52.tar.gz.provenance 9498 BLAKE2B 17d56a2beba2974f1be8bb24067380f65a4853e69240711daf703ef122ce381a50f22fadfff5c45e985d10a59e4aba723100d9cc308ea20e7788c0972431b36b SHA512 e828d1d1e6e39bf21b5c32e5970133ae9bd16d6e4740778c308d1dbb8ce34ff5edd850b3ebfedf73ceb13c1169be868855d6588d951c96849076db023022bbf9

View File

@@ -1,33 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=scikit-build-core
PYPI_VERIFY_REPO=https://github.com/scikit-hep/awkward
PYTHON_COMPAT=( python3_{11..14} )
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