From owner-svn-ports-all@freebsd.org Mon Apr 6 06:16:22 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4BD342A3E6A; Mon, 6 Apr 2020 06:16:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48wgKL0VyVz4YST; Mon, 6 Apr 2020 06:16:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1EAB236EF; Mon, 6 Apr 2020 06:16:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0366GL0h083754; Mon, 6 Apr 2020 06:16:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0366GJvZ083744; Mon, 6 Apr 2020 06:16:19 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <202004060616.0366GJvZ083744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 6 Apr 2020 06:16:19 +0000 (UTC) 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-... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: 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-datastore www/py-google-c... X-SVN-Commit-Revision: 530862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2020 06:16:22 -0000 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 - -.if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}bz2file>=0:archivers/py-bz2file@${PY_FLAVOR} -.endif - -.include +.include 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