1
0
Fork 0

Deprecated package

This commit is contained in:
Horea Christian 2020-05-12 02:42:23 -04:00
parent 34bdb37b4f
commit aa5baccaff
4 changed files with 0 additions and 86 deletions

View File

@ -1 +0,0 @@
DIST yahoo-finance-1.2.1.tar.gz 7990 SHA256 5e0eab34260b5bab14fcaf4b8393552790427c04583799d2f4f12623a1e1756b SHA512 1a6047ff4a7adb29e9e97761bf86b77e8c3e0d4671d06c5fff1a984aa94dc5c60030a5b7588003c3402b7018030f5f661ef7deec0035906f3608a5ed4ac8a77c WHIRLPOOL 3ad05b9a7bab3e19689bbaaca30ca47f0b840e17ac5d46ef0c358b0c94c608375239e1b78b858fffb876caa2e5789c21ccc1b9deb522efe75834f256d4e20407

View File

@ -1,18 +0,0 @@
<?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>

View File

@ -1,33 +0,0 @@
# 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="Python module to get stock data from Yahoo! Finance"
HOMEPAGE="https://github.com/lukaszbanasiak/yahoo-finance"
SRC_URI="https://github.com/lukaszbanasiak/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
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
}

View File

@ -1,34 +0,0 @@
# 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
}