Date: Tue, 20 Jan 2015 14:45:21 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377524 - in head/finance: . py-ystockquote Message-ID: <201501201445.t0KEjLZ4049986@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501201445.t0KEjLZ4049986>