dev-python/pyspeex-noise:
- add pybind11 as BDEPEND - add DISTUTILS_EXT=1 to fix a QA warning closes #4121 Signed-off-by: Stef Simoens <stef.github@bisse.be>
This commit is contained in:
parent
1b5da5fbf8
commit
15e4335e1f
@ -1,3 +1,4 @@
|
||||
DIST pyspeex_noise-1.0.2.tar.gz 49882 BLAKE2B 6f56a556e791b6f7155d2e31ddbc7f65d31086c0b6453963f8dc66413e945ad1f62d71b910a932c8ccb626416f6c8f1baaee37befcab96a68e417139364fdfff SHA512 1f3e687fe63f4e2bd6bb54f4e07dc6fd3684103be25c1c39eea5746df7fb4fc0f01368eefa87820f49bc2f8bf46627841b36ce7cf92dbb9a46f9eff9e2994fd7
|
||||
EBUILD pyspeex-noise-1.0.2-r1.ebuild 547 BLAKE2B 445f92a0de15549f1e7ae51d2f75ca4da9b2aa00d502bc5e26268f8dfdd0a9bf96d931e3ec943ba3f096cdbf6adf65d65fe5af8c807b8555c81e6f765190db3a SHA512 fd4b4f1971f68c08c633153e2a685fc91e4e4dd3e2a4b9a12b218d8d40404018ba7c027893a85399156860104768cecb2f533a8e438f532e12ec7e5ada2480ea
|
||||
EBUILD pyspeex-noise-1.0.2.ebuild 471 BLAKE2B f5dc37d524804e6b2f9e0ea545bd1a8a29b375569e44d84f78da07f279d55c6e88d90b920f397751e2b9cfeba2daefc5771a0a603d417886d7de5c5d0540e108 SHA512 3701c6cf5d25dc64eb3f42f9628728b1a19d54d37521ed8aff3b4890971b5ae4e26c8c782a140a6907baad1beb0fa9d3f9aa17419edd18d7321d01c6e4d89174
|
||||
MISC metadata.xml 517 BLAKE2B 2185397c4b1f973a469db8a4b89338531a081e4193de5292d2c50a9a121a28728d549f66bb52b58ef0f12a09440aab0feb1f9d82c5c7e1f967a1299a4ccc2758 SHA512 9311151a202b0e4c7ea2189fd7be98a13fceca43380129ac42c4973086af865de134b6ef3b8d2e2a734320ba12785d274056d623e8f013d3441ffbaef4b5ff81
|
||||
|
26
dev-python/pyspeex-noise/pyspeex-noise-1.0.2-r1.ebuild
Normal file
26
dev-python/pyspeex-noise/pyspeex-noise-1.0.2-r1.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Noise suppression and automatic gain with speex."
|
||||
HOMEPAGE="https://pypi.org/project/pyspeex-noise/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/pybind11[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user