svn commit: r377524 - in head/finance: . py-ystockquote

Steven Kreuzer skreuzer at FreeBSD.org
Tue Jan 20 14:45:22 UTC 2015


Author: skreuzer
Date: Tue Jan 20 14:45:20 2015
New Revision: 377524
URL: https://svnweb.freebsd.org/changeset/ports/377524
QAT: https://qat.redports.org/buildarchive/r377524/

Log:
  Python module to retrieve stock quote data from Yahoo Finance
  
  WWW: https://github.com/cgoldberg/ystockquote

Added:
  head/finance/py-ystockquote/
  head/finance/py-ystockquote/Makefile   (contents, props changed)
  head/finance/py-ystockquote/distinfo   (contents, props changed)
  head/finance/py-ystockquote/pkg-descr   (contents, props changed)
Modified:
  head/finance/Makefile

Modified: head/finance/Makefile
==============================================================================
--- head/finance/Makefile	Tue Jan 20 14:22:41 2015	(r377523)
+++ head/finance/Makefile	Tue Jan 20 14:45:20 2015	(r377524)
@@ -95,6 +95,7 @@
     SUBDIR += prestashop
     SUBDIR += py-stripe
     SUBDIR += py-vatnumber
+    SUBDIR += py-ystockquote
     SUBDIR += qhacc
     SUBDIR += rubygem-money
     SUBDIR += sabernetdcs-client

Added: head/finance/py-ystockquote/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/py-ystockquote/Makefile	Tue Jan 20 14:45:20 2015	(r377524)
@@ -0,0 +1,18 @@
+# Created by: Steven Kreuzer <skreuzer at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ystockquote
+PORTVERSION=	0.2.4
+CATEGORIES=	finance python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	skreuzer at 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>

Added: head/finance/py-ystockquote/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/py-ystockquote/distinfo	Tue Jan 20 14:45:20 2015	(r377524)
@@ -0,0 +1,2 @@
+SHA256 (ystockquote-0.2.4.tar.gz) = 5d0f65bc8cb1d5c9198deae098ee7641d8a9e2203379422c07fce5900be7d8da
+SIZE (ystockquote-0.2.4.tar.gz) = 4225

Added: head/finance/py-ystockquote/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/py-ystockquote/pkg-descr	Tue Jan 20 14:45:20 2015	(r377524)
@@ -0,0 +1,3 @@
+Python module to retrieve stock quote data from Yahoo Finance
+
+WWW: https://github.com/cgoldberg/ystockquote


More information about the svn-ports-all mailing list