live ebuild
This commit is contained in:
parent
d96804c100
commit
5a16380379
34
dev-python/yahoo-finance/yahoo-finance-9999.ebuild
Normal file
34
dev-python/yahoo-finance/yahoo-finance-9999.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Python module to get stock data from Yahoo! Finance"
|
||||
HOMEPAGE="https://github.com/lukaszbanasiak/yahoo-finance"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="git://github.com/lukaszbanasiak/yahoo-finance"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/simplejson[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="
|
||||
test? (
|
||||
${RDEPEND}
|
||||
dev-python/unittest2[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
python_test() {
|
||||
${EPYTHON} test/test_yahoo.py || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user