Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 06:16:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530862 - in head: devel/py-google-cloud-iam devel/py-grpc-google-iam-v1 devel/py-grpcio-gcp net/py-smart_open www/py-google-cloud-bigtable www/py-google-cloud-core www/py-google-cloud-...
Message-ID:  <202004060616.0366GJvZ083744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Apr  6 06:16:19 2020
New Revision: 530862
URL: https://svnweb.freebsd.org/changeset/ports/530862

Log:
  Unbreak bulk -a

Modified:
  head/devel/py-google-cloud-iam/Makefile
  head/devel/py-grpc-google-iam-v1/Makefile
  head/devel/py-grpcio-gcp/Makefile
  head/net/py-smart_open/Makefile
  head/www/py-google-cloud-bigtable/Makefile
  head/www/py-google-cloud-core/Makefile
  head/www/py-google-cloud-datastore/Makefile
  head/www/py-google-cloud-logging/Makefile
  head/www/py-google-cloud-speech/Makefile
  head/www/py-google-cloud-storage/Makefile
  head/www/py-google-cloud-translate/Makefile

Modified: head/devel/py-google-cloud-iam/Makefile
==============================================================================
--- head/devel/py-google-cloud-iam/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/devel/py-google-cloud-iam/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PY_ENUM34} \
 		${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-grpc-google-iam-v1/Makefile
==============================================================================
--- head/devel/py-grpc-google-iam-v1/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/devel/py-grpc-google-iam-v1/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.5.2<2.0.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpcio>=1.0.0<2.0.0:devel/py-grpcio@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-grpcio-gcp/Makefile
==============================================================================
--- head/devel/py-grpcio-gcp/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/devel/py-grpcio-gcp/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}grpcio>=1.12.0:devel/py-grpcio@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/net/py-smart_open/Makefile
==============================================================================
--- head/net/py-smart_open/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/net/py-smart_open/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -21,15 +21,9 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}pathlib2>=0:devel/py-pathlib2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}bz2file>=0:archivers/py-bz2file@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/py-google-cloud-bigtable/Makefile
==============================================================================
--- head/www/py-google-cloud-bigtable/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/www/py-google-cloud-bigtable/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1
 		${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.12.3<0.13:devel/py-grpc-google-iam-v1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/www/py-google-cloud-core/Makefile
==============================================================================
--- head/www/py-google-cloud-core/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/www/py-google-cloud-core/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.16.0<2.0:www/py-google-api-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/www/py-google-cloud-datastore/Makefile
==============================================================================
--- head/www/py-google-cloud-datastore/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/www/py-google-cloud-datastore/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1
 		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.0.3<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/www/py-google-cloud-logging/Makefile
==============================================================================
--- head/www/py-google-cloud-logging/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/www/py-google-cloud-logging/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.6.0:www/py-google-api-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.29.0:www/py-google-cloud-core@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes

Modified: head/www/py-google-cloud-speech/Makefile
==============================================================================
--- head/www/py-google-cloud-speech/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/www/py-google-cloud-speech/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/www/py-google-cloud-storage/Makefile
==============================================================================
--- head/www/py-google-cloud-storage/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/www/py-google-cloud-storage/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=1.11.
 		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.2.0<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.5.0<0.6.0:www/py-google-resumable-media@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/www/py-google-cloud-translate/Makefile
==============================================================================
--- head/www/py-google-cloud-translate/Makefile	Mon Apr  6 06:14:43 2020	(r530861)
+++ head/www/py-google-cloud-translate/Makefile	Mon Apr  6 06:16:19 2020	(r530862)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.28.0:www/py-google-cloud-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004060616.0366GJvZ083744>