dev-python/pynumparser: enable py3.13

Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/n
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-05-07 11:53:12 +02:00
parent 4c6a0f6e3f
commit b45c46ebd3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
DIST pynumparser-1.4.1.tar.gz 9520 BLAKE2B 16e66eb08859445140874f6e9874bbefaabe8095337d63b99fd4b63161706119217fba2574622592e032e93e9cbf977c04f9b910e742945616ea59b11de2a20d SHA512 d8ce7697e4ab73148995192e8a9e229b2a6becba3ec05b0d41e88c4cda697c3c55644d2083116ca22f1d571b62dc77704e67d8579ac05a180edb0599f6d326ce
EBUILD pynumparser-1.4.1-r1.ebuild 729 BLAKE2B efae906bb575c16617574999e62cd637f05bfefa428837970442225faf8870a109b486def64f1c9b77cd7717a6809097e2901ae1965b130343e8977be17bc635 SHA512 46b870c97d03e9a7aa9174872572880ab4e47854c602d8f650a37151ee1f3d73e5cca517dd29ccb14d5405830efcb52904f1af8d33d87f91162541ae516d6275
EBUILD pynumparser-1.4.1-r1.ebuild 729 BLAKE2B a1899942cb3789a6cd20cc9303ecfb9de9efc54041862526af9dc46af359b234046862a256093e8a144b0f91e22baaf3e227ec8bbae7a1587c6de3f7fb06e861 SHA512 fa1c3ba04b0dc572b0f3b9171de7424cec49fb9b7759e27a33a481a57a1fb99103c5de18a02b2d333471a48765a621161d05d6c91fa719e9724e5f8e93694bb7
MISC metadata.xml 516 BLAKE2B 9f8ffebb2f152146d90da68faa63688e56267c17a3893c7410d9aa2f9659a6c9a73526eab85b1bf4b7f1fcaac2283f910205003a14de376255428be2a0062ddf SHA512 dab34d95b5661a2522051353837dd7212141902e522ed04f16c6ff95f2c4bc209bfa726067ecffe73e6033bea4bf20e0e1f12935cbcb96062d0944ac60f59718

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi