svn commit: r368335 - in head/net: . py-gspread
Steven Kreuzer
skreuzer at FreeBSD.org
Tue Sep 16 16:20:27 UTC 2014
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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gspread
+PORTVERSION= 0.2.2
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= skreuzer at 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/
More information about the svn-ports-all
mailing list