From nobody Mon Oct 25 21:59:35 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 344B11812F3E; Mon, 25 Oct 2021 21:59:44 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdTQ70DX2z3v4N; Mon, 25 Oct 2021 21:59:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3B2210DB7; Mon, 25 Oct 2021 21:59:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19PLxZ96056657; Mon, 25 Oct 2021 21:59:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PLxZuk056656; Mon, 25 Oct 2021 21:59:35 GMT (envelope-from git) Date: Mon, 25 Oct 2021 21:59:35 GMT Message-Id: <202110252159.19PLxZuk056656@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9c9789b0d4df - main - www/py-google-cloud-logging: Allow build with py-google-cloud-appengine-logging 1.0.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9c9789b0d4df6919c2f946e47b63f5873ece3505 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c9789b0d4df6919c2f946e47b63f5873ece3505 commit 9c9789b0d4df6919c2f946e47b63f5873ece3505 Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 21:25:52 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 21:46:49 +0000 www/py-google-cloud-logging: Allow build with py-google-cloud-appengine-logging 1.0.0 - Bump PORTREVISION for package change Obtained from: https://github.com/googleapis/python-logging/commit/3ab386102d06637c3b0ba100c7a36a30d0ada26e --- www/py-google-cloud-logging/Makefile | 3 ++- www/py-google-cloud-logging/files/patch-setup.py | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/www/py-google-cloud-logging/Makefile b/www/py-google-cloud-logging/Makefile index af95ab7285a8..f50ae8a04f10 100644 --- a/www/py-google-cloud-logging/Makefile +++ b/www/py-google-cloud-logging/Makefile @@ -1,5 +1,6 @@ PORTNAME= google-cloud-logging PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.26.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}google-cloud-appengine-logging>=0.1.0<1.0.0:www/py-google-cloud-appengine-logging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-cloud-appengine-logging>=0.1.0<1.0.1:www/py-google-cloud-appengine-logging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-audit-log>=0.1.0<1.0.0:www/py-google-cloud-audit-log@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.1<3.0.0:www/py-google-cloud-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=14.3:devel/py-packaging@${PY_FLAVOR} \ diff --git a/www/py-google-cloud-logging/files/patch-setup.py b/www/py-google-cloud-logging/files/patch-setup.py new file mode 100644 index 000000000000..94e44f354571 --- /dev/null +++ b/www/py-google-cloud-logging/files/patch-setup.py @@ -0,0 +1,13 @@ +Obtained from: https://github.com/googleapis/python-logging/commit/3ab386102d06637c3b0ba100c7a36a30d0ada26e + +--- setup.py.orig 2021-07-28 20:06:37 UTC ++++ setup.py +@@ -33,7 +33,7 @@ dependencies = [ + # Until this issue is closed + # https://github.com/googleapis/google-cloud-python/issues/10566 + "google-api-core[grpc] >= 1.26.0, <3.0.0dev", +- "google-cloud-appengine-logging >= 0.1.0, < 1.0.0dev", ++ "google-cloud-appengine-logging >= 0.1.0, < 1.0.1", + "google-cloud-audit-log >= 0.1.0, < 1.0.0dev", + # NOTE: Maintainers, please do not require google-api-core>=2.x.x + # Until this issue is closed