Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 16:20:26 +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: r368335 - in head/net: . py-gspread
Message-ID:  <201409161620.s8GGKQgo050887@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Tue Sep 16 16:20:26 2014
New Revision: 368335
URL: http://svnweb.freebsd.org/changeset/ports/368335
QAT: https://qat.redports.org/buildarchive/r368335/

Log:
  Simple API access to Google Spreadsheets
  
  WWW: http://burnash.github.io/gspread/

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Sep 16 16:10:20 2014	(r368334)
+++ head/net/Makefile	Tue Sep 16 16:20:26 2014	(r368335)
@@ -864,6 +864,7 @@
     SUBDIR += py-eventlet
     SUBDIR += py-gntp
     SUBDIR += py-google
+    SUBDIR += py-gspread
     SUBDIR += py-gspreadsheet
     SUBDIR += py-impacket
     SUBDIR += py-ipaddress

Added: head/net/py-gspread/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gspread/Makefile	Tue Sep 16 16:20:26 2014	(r368335)
@@ -0,0 +1,18 @@
+# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gspread
+PORTVERSION=	0.2.2
+CATEGORIES=	net python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	skreuzer@FreeBSD.org
+COMMENT=	Google Spreadsheets Python API
+
+LICENSE=	MIT
+
+USES=	python:2
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/net/py-gspread/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gspread/distinfo	Tue Sep 16 16:20:26 2014	(r368335)
@@ -0,0 +1,2 @@
+SHA256 (gspread-0.2.2.tar.gz) = 544750dacd4d6fec5279e6b988841e078b6ea687a1889cb451b28a903874eab3
+SIZE (gspread-0.2.2.tar.gz) = 14219

Added: head/net/py-gspread/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gspread/pkg-descr	Tue Sep 16 16:20:26 2014	(r368335)
@@ -0,0 +1,3 @@
+Simple API access to Google Spreadsheets
+
+WWW: http://burnash.github.io/gspread/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409161620.s8GGKQgo050887>