1
0

dev-python/soundfile: add 0.13.1

This commit is contained in:
2025-02-12 21:33:25 -08:00
parent 2a21bd5cb0
commit 43e80797fe
3 changed files with 40 additions and 3 deletions

View File

@@ -1 +1,2 @@
DIST soundfile-0.12.1.gh.tar.gz 38409 BLAKE2B b6428f2d904c6cd5123e54c22c0a6313e419ca0c19f645efc1efb81c0b9fa8c6317e9490de2634700a1857b3185798035380ef31aeec41ef517b52b10d8ca398 SHA512 91bac4ffee849c9d322494fa411f027571282ce5ea0fbd7dd41f54afa3ef3d86d8aeb674e2a33ac50abb5828de3694863ee7c40fda38860c678260dd614f607b
DIST soundfile-0.13.1.gh.tar.gz 40824 BLAKE2B f216bdf4005b8ffd58afd0d1890ab7a8ee4b06142c2fed4d8b4c44599ca3a38aab1beaba39567a2e1765a243c380ea5a547345e011dbfd9d55eecaf32f3a2935 SHA512 2c7f72c32a72047122b023fb4fc54079e6ba4991813a7c494a4b913422dcdc5b561e3055967cd9a26d09a8654e2140169c5f861d9148f4a58fa199023d023c58

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bastibe/python-soundfile.git"
EGIT_SUBMODULES=()
else
MY_PN="python-soundfile"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/bastibe/python-soundfile/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="An audio library for Python"
HOMEPAGE="https://python-soundfile.readthedocs.io/"
LICENSE="BSD"
SLOT="0"
DEPEND="
dev-python/cffi[${PYTHON_USEDEP}]
media-libs/libsndfile
"
RDEPEND="
${DEPEND}
dev-python/numpy[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
@@ -33,6 +33,5 @@ RDEPEND="
${DEPEND}
dev-python/numpy[${PYTHON_USEDEP}]
"
BDEPEND=""
distutils_enable_tests pytest