new package
This commit is contained in:
parent
0af797e75d
commit
d96804c100
1
dev-python/yahoo-finance/Manifest
Normal file
1
dev-python/yahoo-finance/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST yahoo-finance-1.2.1.tar.gz 7990 SHA256 5e0eab34260b5bab14fcaf4b8393552790427c04583799d2f4f12623a1e1756b SHA512 1a6047ff4a7adb29e9e97761bf86b77e8c3e0d4671d06c5fff1a984aa94dc5c60030a5b7588003c3402b7018030f5f661ef7deec0035906f3608a5ed4ac8a77c WHIRLPOOL 3ad05b9a7bab3e19689bbaaca30ca47f0b840e17ac5d46ef0c358b0c94c608375239e1b78b858fffb876caa2e5789c21ccc1b9deb522efe75834f256d4e20407
|
18
dev-python/yahoo-finance/metadata.xml
Normal file
18
dev-python/yahoo-finance/metadata.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>horea.christ@gmail.com</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
A Python module to get stock data from Yahoo! Finance
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">lukaszbanasiak/yahoo-finance</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/yahoo-finance/yahoo-finance-1.2.1.ebuild
Normal file
30
dev-python/yahoo-finance/yahoo-finance-1.2.1.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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
|
||||
|
||||
DESCRIPTION="Neuroimaging tools for Python"
|
||||
HOMEPAGE="http://nipy.org/"
|
||||
SRC_URI="https://github.com/lukaszbanasiak/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
|
||||
DEPEND="
|
||||
test? (
|
||||
${RDEPEND}
|
||||
dev-python/unittest2[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
python_test() {
|
||||
${EPYTHON} -m unittest discover || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user