add alpha-vantage-2.1.2
This commit is contained in:
parent
d923220e84
commit
c0b5c17fd7
@ -8,6 +8,7 @@
|
||||
* bump pyobihai-1.2.0
|
||||
* add postnl-api-1.2.2 & postnl-api-1.0.2
|
||||
* add pycomfoconnect-0.3
|
||||
* add alpha-vantage-2.1.2
|
||||
|
||||
2019-11-15
|
||||
* add aiobotocore-0.10.1
|
||||
|
||||
3
dev-python/alpha-vantage/Manifest
Normal file
3
dev-python/alpha-vantage/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST alpha-vantage-2.1.2.tar.gz 14621 BLAKE2B cb8a48197f8d85fb1d78930eaef5989370dc4c58d24e6ce22f958589032abae6bbbbf6d1d41f11691d9688e813d016618c0c029a5448a9e94b9487164a3a0325 SHA512 d28d29710acd99c6c246b347bb4521beb312712c8d4f1b64d80464157139fc43914b7d326dea7a9aa2eeec7c95f6aa75f23b4fc82dca308cd3e98077396e914d
|
||||
EBUILD alpha-vantage-2.1.2.ebuild 812 BLAKE2B 6a494d0ba1d3e98d69e5c861308f772b5afe4438a9399a9b6c648ff22849a8f87f9d2aa42c517a3847501aace157ebd93a9b997bfdc7863d01677839ee629ec1 SHA512 714e97c98eca2408c2fb690eb57152007fad52bab6f4ee3aa6dcd78608eb25fcb7a956aba8b1abf33cc2d82ff3bca20336ded4ef7d07b0d88f48a6d6836c307a
|
||||
MISC metadata.xml 470 BLAKE2B eb45928213891114639c62320a67d2cf8a034f99c121f92c66cefd1b488662522dc026fef30ba91259124f732f99342e79c5672fda5c2b7ff74d36508ed9b35a SHA512 a0b70661adb2c079f8f332486520347f7d2a04c667550e2f3d59755249abd5e660236de148d6cd2351637a005697c54342afe3bd5988ce52de4b8b667b58ad8e
|
||||
33
dev-python/alpha-vantage/alpha-vantage-2.1.2.ebuild
Normal file
33
dev-python/alpha-vantage/alpha-vantage-2.1.2.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN=${PN//-/_}
|
||||
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"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
16
dev-python/alpha-vantage/metadata.xml
Normal file
16
dev-python/alpha-vantage/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">alpha-vantage</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>romel.torres@gmail.com</email>
|
||||
<name>Romel J. Torres</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user