dev-python/msgpack-numpy - 0.4.8 (blshkv)

Search

Install

Install this version:

emerge -a =dev-python/msgpack-numpy-0.4.8

Package Information

Description:
Serialize numpy arrays using msgpack
Homepage:
https://github.com/lebedov/msgpack-numpy

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1 pypi

DESCRIPTION="Serialize numpy arrays using msgpack"
HOMEPAGE="https://github.com/lebedov/msgpack-numpy"

LICENSE=""
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE=""

RDEPEND="
	>=dev-python/numpy-1.9.0[${PYTHON_USEDEP}]
	>=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

Inherited Eclasses

Dependencies

DEPEND

	>=dev-python/numpy-1.9.0[]
	>=dev-python/msgpack-0.5.2[]

RDEPEND

	>=dev-python/numpy-1.9.0[]
	>=dev-python/msgpack-0.5.2[]