dev-python/awkward-pandas - 2023.8.0 (pypi-sci)

Search

Package Information

Description:
Awkward Array Pandas Extension.
Homepage:
https://github.com/intake/akimbo
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2023.8.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_1{0..2} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi

DESCRIPTION="Awkward Array Pandas Extension."
HOMEPAGE="https://github.com/intake/akimbo"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

IUSE=""
RDEPEND="dev-python/pandas[${PYTHON_USEDEP}]
dev-python/pyarrow"

distutils_enable_tests pytest

Dependencies

RDEPEND

dev-python/pandas[${PYTHON_USEDEP}]
dev-python/pyarrow