aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2015-01-20 14:45:20 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2015-01-20 14:45:20 +0000
commitd52f06f024ec1ae5df20fc6be1e59daf5b613690 (patch)
tree390f88fad2ce9c9f20767d74a56e59675def16a4
parent5fe539d4f44a8db37af0f1cc60db721e693d349e (diff)
downloadports-d52f06f024ec1ae5df20fc6be1e59daf5b613690.tar.gz
ports-d52f06f024ec1ae5df20fc6be1e59daf5b613690.zip
Notes
-rw-r--r--finance/Makefile1
-rw-r--r--finance/py-ystockquote/Makefile18
-rw-r--r--finance/py-ystockquote/distinfo2
-rw-r--r--finance/py-ystockquote/pkg-descr3
4 files changed, 24 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile
index 01da75d85993..276184a7f3da 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -95,6 +95,7 @@
SUBDIR += prestashop
SUBDIR += py-stripe
SUBDIR += py-vatnumber
+ SUBDIR += py-ystockquote
SUBDIR += qhacc
SUBDIR += rubygem-money
SUBDIR += sabernetdcs-client
diff --git a/finance/py-ystockquote/Makefile b/finance/py-ystockquote/Makefile
new file mode 100644
index 000000000000..85bea578f883
--- /dev/null
+++ b/finance/py-ystockquote/Makefile
@@ -0,0 +1,18 @@
+# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ystockquote
+PORTVERSION= 0.2.4
+CATEGORIES= finance python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= skreuzer@FreeBSD.org
+COMMENT= Python module to retrieve stock quote data from Yahoo Finance
+
+LICENSE= LGPL21
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/finance/py-ystockquote/distinfo b/finance/py-ystockquote/distinfo
new file mode 100644
index 000000000000..b8d91ac0f78e
--- /dev/null
+++ b/finance/py-ystockquote/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ystockquote-0.2.4.tar.gz) = 5d0f65bc8cb1d5c9198deae098ee7641d8a9e2203379422c07fce5900be7d8da
+SIZE (ystockquote-0.2.4.tar.gz) = 4225
diff --git a/finance/py-ystockquote/pkg-descr b/finance/py-ystockquote/pkg-descr
new file mode 100644
index 000000000000..c66522963ab5
--- /dev/null
+++ b/finance/py-ystockquote/pkg-descr
@@ -0,0 +1,3 @@
+Python module to retrieve stock quote data from Yahoo Finance
+
+WWW: https://github.com/cgoldberg/ystockquote