dev-python/samplerate - 0.2.4 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/samplerate-0.2.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/samplerate-0.2.4

Or alternatively:

emerge --autounmask-write -a =dev-python/samplerate-0.2.4

Package Information

Description:
Python bindings for libsamplerate.
Homepage:
https://pypi.org/project/samplerate/ https://github.com/tuxu/python-samplerate
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
PYTHON_COMPAT=( python3_1{0,1,2,3,4,5} )
inherit distutils-r1 pypi

DESCRIPTION="Python bindings for libsamplerate."
HOMEPAGE="https://pypi.org/project/samplerate/ https://github.com/tuxu/python-samplerate"

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

RDEPEND="media-libs/libsamplerate
	dev-python/cffi[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]"
BDEPEND="dev-python/pybind11[${PYTHON_USEDEP}]"

PATCHES=(
	"${FILESDIR}/${PN}-meson.patch"
)

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

media-libs/libsamplerate
	dev-python/cffi[]
	dev-python/numpy[]

BDEPEND

dev-python/pybind11[]