Skip to content

Commit

Permalink
net/py-gspread: Update to version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skreuzer committed Aug 2, 2021
1 parent 49b00fa commit 0d6691f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions net/py-gspread/Makefile
@@ -1,7 +1,7 @@
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>

PORTNAME= gspread
PORTVERSION= 3.5.0
PORTVERSION= 4.0.0
DISTVERSIONPREFIX= v
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
Expand All @@ -12,7 +12,9 @@ COMMENT= Google Spreadsheets Python API

LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${PY_FLAVOR}
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.6+
USE_PYTHON= distutils autoplist
Expand Down
6 changes: 3 additions & 3 deletions net/py-gspread/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1587739633
SHA256 (burnash-gspread-v3.5.0_GH0.tar.gz) = 3fb09037443e2ac158f090c7a3c9602f4ec01693830c826569e6b0601e2e01b1
SIZE (burnash-gspread-v3.5.0_GH0.tar.gz) = 82578
TIMESTAMP = 1627916997
SHA256 (burnash-gspread-v4.0.0_GH0.tar.gz) = 1038471a60d7194b522bdb17deafe1be35648917881d88d0641ca22c10bc8962
SIZE (burnash-gspread-v4.0.0_GH0.tar.gz) = 92037

0 comments on commit 0d6691f

Please sign in to comment.