diff --git a/net/py-gspread/Makefile b/net/py-gspread/Makefile index 24699064d430..fc34b7032e32 100644 --- a/net/py-gspread/Makefile +++ b/net/py-gspread/Makefile @@ -1,24 +1,26 @@ PORTNAME= gspread PORTVERSION= 5.7.1 DISTVERSIONPREFIX= v CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Google Spreadsheets Python API WWW= http://burnash.github.io/gspread/ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>1.12.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>0.4.1:security/py-google-auth-oauthlib@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + USE_GITHUB= yes GH_ACCOUNT= burnash .include