dev-python/alpha-vantage: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 13:02:33 +02:00
committed by Andreas Billmeier
parent fae166ea08
commit 496bb798f8
2 changed files with 6 additions and 10 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 923 BLAKE2B 68a117697d4639414ce45ea35767b012450d31ec94f88252cb42de7250849f897c3ac243a9b866902d1fe413ad5890893676cbbbc03ffeaf127ff428f457e0b8 SHA512 201a2e39157d283c969192fcaf50c7f12fa5f3579a2392e6eb7dce5beea85a4bf6d9b58e09cb6e1dfb247c563e3df8c2299137dda6f8093d0683a2a4cf0cab0b
DIST alpha_vantage-2.3.1.tar.gz 28024 BLAKE2B 2fe1f9068fc7255ddbbc6291be5193f8b818c00ee746e312f17763aac0f15002f39bdc79f28a93f9267a3d7cdcc7545dab10f7e9cf4ef77f44232b8729767f41 SHA512 50253369bee6077a31063bae21b33726828413131957db8638230c046b16629271200b6cc4fedba03477e06c04cd2b34a71ae2894dda57efec4453d43f80f83e
EBUILD alpha-vantage-2.3.1.ebuild 825 BLAKE2B fcf49f8ab750dc27a2cfeb13d2ec9c6a700cbbd66f7ba2a194c9ad1055ca003ec974a29e65752ae3a0592709e0bbc2ab88a9dafaad0970c6af72163ab176450c SHA512 ab9e10eac4cf6d3b6a80aa85cc67b52a2e9faf1659cf2993d676b1c9059fa19aad4b600fc944943e4c525cc3392d4e30bd8865977afd96d16b238a9c7815c451
MISC metadata.xml 530 BLAKE2B 84ca0e5d51ad068399d026a17121c76a51aaa05211dce4177b116a5938f5cbfd6b073369cc1a0d7be36eb3a8ca08d9620d7a1c24cb2e69371b6e0766257d82c6 SHA512 259df89016fef9e05927d0e427b485f485f34c309c78bbeda112296d3885f9ef94c1c4db5b5950660355d4e5f3c0a4036a30208b1fd147e1516270b89fd12567

View File

@@ -1,16 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
MY_PN=${PN//-/_}
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python module to get stock data from the Alpha Vantage Api"
HOMEPAGE="https://github.com/RomelTorres/alpha_vantage https://pypi.org/project/alpha-vantage/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -23,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/aresponses[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]