dev-python/alpha-vantage: enable py3.13, py3.14, pypy3_11

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2025-08-23 22:51:26 +02:00
parent 5c89074f9e
commit 72a17361db
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
DIST alpha_vantage-2.3.1.tar.gz 28024 BLAKE2B 2fe1f9068fc7255ddbbc6291be5193f8b818c00ee746e312f17763aac0f15002f39bdc79f28a93f9267a3d7cdcc7545dab10f7e9cf4ef77f44232b8729767f41 SHA512 50253369bee6077a31063bae21b33726828413131957db8638230c046b16629271200b6cc4fedba03477e06c04cd2b34a71ae2894dda57efec4453d43f80f83e
EBUILD alpha-vantage-2.3.1.ebuild 794 BLAKE2B a0dcf1ae34e186471245dafcea32ce918eebb8789b16eb173947b1b81fb3a04a0053cf2f24695194829504364fb4982dacb4767d0a10285215ed6082a29f3db7 SHA512 76c73239492e9d18a6cedde93638ccee117163156bca0eecaeec7c6547863985aac7d2d2e8352ad543107daaa6dcf001d1a3671aca32bd016e8f52411c6e9539
EBUILD alpha-vantage-2.3.1.ebuild 803 BLAKE2B efe9234735eaddf55e90bf6f55de0cdd8b07c542b3b64903592b7c2e57be401caa21cc71a6e1f770bf59754b6eb61f9f44ed9dbf24fd07ed7a0b1936f88dfc35 SHA512 eab88edc6777f7f008267158b47207bfd4b1d0a3b95bf944a77d0700f5b5b69fe9df92d5c7085e5f019fd61be24f87ceb2d1e6002a27d77300071bfb4bf5adba
MISC metadata.xml 530 BLAKE2B 84ca0e5d51ad068399d026a17121c76a51aaa05211dce4177b116a5938f5cbfd6b073369cc1a0d7be36eb3a8ca08d9620d7a1c24cb2e69371b6e0766257d82c6 SHA512 259df89016fef9e05927d0e427b485f485f34c309c78bbeda112296d3885f9ef94c1c4db5b5950660355d4e5f3c0a4036a30208b1fd147e1516270b89fd12567

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python module to get stock data from the Alpha Vantage Api"