diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-08-09 18:45:34 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-08-09 18:45:34 +0200 |
| commit | a990b48243ef21587453858a0619e83ce5f4c218 (patch) | |
| tree | f92967072c14cebfa0a015ef4ed2e17a5a375df5 /dev-python/awkward-cpp/awkward-cpp-47.ebuild | |
| parent | c17ab72aad1a863d9ceb3cccc10835d838299bb1 (diff) | |
| download | gentoo-a990b48243ef21587453858a0619e83ce5f4c218.tar.gz gentoo-a990b48243ef21587453858a0619e83ce5f4c218.tar.bz2 gentoo-a990b48243ef21587453858a0619e83ce5f4c218.zip | |
dev-python/awkward-cpp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/awkward-cpp/awkward-cpp-47.ebuild')
| -rw-r--r-- | dev-python/awkward-cpp/awkward-cpp-47.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/awkward-cpp/awkward-cpp-47.ebuild b/dev-python/awkward-cpp/awkward-cpp-47.ebuild deleted file mode 100644 index e09968fd2198..000000000000 --- a/dev-python/awkward-cpp/awkward-cpp-47.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -src_prepare() { - default - # https://github.com/scikit-build/scikit-build-core/issues/912 - sed -i -e '/scikit-build-core/s:0\.10:0.8:' pyproject.toml || die -} |
