dev-python/ha-ffmpeg: enable py3.12

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 22:35:14 +01:00
parent b503ccf242
commit a57c28bbbd
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST 3.1.0.gh.tar.gz 10069 BLAKE2B 0c9c92b86909acd69e969adc35fd2b7c7ed3a53cb1a6557505c12185459ec4ffc1138c820c992526b61155a9ceb45670159a20c73f2dbe79a10f17c121801fdd SHA512 45c2bd140791a431256b49354d50915752cf2a04ef2fce98ecc1ffa5ab10495249083d5ac3f5100980738a1714e94234b2382cd797327be3b30fa9cf3bad71cb
EBUILD ha-ffmpeg-3.1.0.ebuild 634 BLAKE2B cd29233472692c92167c10116ffb86dd163c63954cff72ed4f2d6889603208c9d66aadf3af30e8e17f5259d1b9375b2fd9afedf3a56ac1ec52eec822cb11394e SHA512 5c360160ca50beafde63369ffa5dcd9b2b4349bce7ff147c92868054696db955a07f44fd96f8dc551a581ed58e43a7b4bdc6937e42701c94927509da67ade88c
EBUILD ha-ffmpeg-3.1.0.ebuild 635 BLAKE2B ecf8da8ac2c4351c51fd2eb1ae1cbaa2a8be71894f33976f1e85516ee21822db35ede22c8372f55c08ae93e84cab0dc0e41b4aea7a6cffb619831715e24753f1 SHA512 346b5b20819b914c3bf048dece938b33e709e132fda2ebe48cb1d05a5f2c58a2d7c8a86be9b3b084680cadb0ce8b5fd08cb888f2d2de85443626d410d639fa1a
MISC metadata.xml 512 BLAKE2B 7dcd395009223c1948420fc114c7f127ebf6a8e746417231d6c4a261ff93684f178a75bfea1306a65b7e1867b956250992c1ccc68c4b247c65b80bd05cf76657 SHA512 0f5fa4ccfeef386a0c178b8dce549c438c30f03f65ed46b0322d34ced54657d2d110a197e609d882c4a6617c9616bf0d5bdded658be8269cb190f1e71e4f9587

View File

@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 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_{10..12} )
inherit distutils-r1
DESCRIPTION="A library that handling with ffmpeg for home-assistant"