icad-tone-detection: 1.2->1.3 and debug off

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-16 12:12:15 -04:00
parent ae84d04701
commit e17b1529bb
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 6 additions and 1 deletions

View file

@ -1 +1 @@
DIST icad-tone-detection-1.2.gh.tar.gz 1578470 BLAKE2B 06c0f19017b074fbdd60f4fb28dc4803a9ab48b1aae8913ef07452a7cbbdff1c7f00493f1ba7c108b0769477d7bd0a5a40719fef376ad259c0e260550dcf414c SHA512 e50c9d098a03b5d1ef14d839bdd648c0b61de2ce4d7243b1e70f4b9e23364efeb1accbf41cb78c1fa5a54f62fa600d7748f8315e2142ba594447a83e8c1c07b3
DIST icad-tone-detection-1.3.gh.tar.gz 1578471 BLAKE2B c2834918caeeac49d9c2ab3435424cc836bd4dcf5ec5e76dd04721c42eba32d9153038120dc173f8469d44dd97416bdab82dbdfc00b799c05344d8e3570aefd0 SHA512 22309ec44a9702e6eb38448f10189991cf9804212e72a40046d4c97a15ddbd0fc886a319b82d6cfb57ddc48184c6d78bdd218428c8e1560db08850312bbf7600

View file

@ -25,6 +25,11 @@ RDEPEND="
dev-python/scipy[${PYTHON_USEDEP}]
media-video/ffmpeg"
src_prepare() {
sed -i 's/debug=True/debug=False/' examples/detect_test.py || die
distutils-r1_src_prepare
}
python_install() {
distutils-r1_python_install
python_newexe examples/detect_test.py icad-tone-detection