svn commit: r498683 - head/devel/py-pydrive
Steve Wills
swills at FreeBSD.org
Thu Apr 11 20:53:02 UTC 2019
Author: swills
Date: Thu Apr 11 20:53:00 2019
New Revision: 498683
URL: https://svnweb.freebsd.org/changeset/ports/498683
Log:
devel/py-pydrive: add dependency on py-oauth2client
PR: 237206
Submitted by: Paul Mather <paul at gromit.dlib.vt.edu> (maintainer)
Modified:
head/devel/py-pydrive/Makefile (contents, props changed)
Modified: head/devel/py-pydrive/Makefile
==============================================================================
--- head/devel/py-pydrive/Makefile Thu Apr 11 20:46:20 2019 (r498682)
+++ head/devel/py-pydrive/Makefile Thu Apr 11 20:53:00 2019 (r498683)
@@ -3,6 +3,7 @@
PORTNAME= pydrive
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,7 @@ COMMENT= Google drive api made easy
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.2:www/py-google-api-python-client@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.0.0:security/py-oauth2client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR}
USES= python
More information about the svn-ports-head
mailing list