1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Simple API access to Google Spreadsheets

WWW: http://burnash.github.io/gspread/
This commit is contained in:
Steven Kreuzer 2014-09-16 16:20:26 +00:00
parent 3a6fc5c438
commit db318ffe12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368335
4 changed files with 24 additions and 0 deletions

View File

@ -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

18
net/py-gspread/Makefile Normal file
View File

@ -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>

2
net/py-gspread/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (gspread-0.2.2.tar.gz) = 544750dacd4d6fec5279e6b988841e078b6ea687a1889cb451b28a903874eab3
SIZE (gspread-0.2.2.tar.gz) = 14219

3
net/py-gspread/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Simple API access to Google Spreadsheets
WWW: http://burnash.github.io/gspread/