From owner-dev-commits-ports-all@freebsd.org Sun Jul 18 17:56:12 2021 Return-Path: Delivered-To: dev-commits-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 2FB2666E645; Sun, 18 Jul 2021 17:56:12 +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 4GSXhq5Prxz3lQR; Sun, 18 Jul 2021 17:56:10 +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 7A6A054; Sun, 18 Jul 2021 17:56:10 +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 16IHuATh036467; Sun, 18 Jul 2021 17:56:10 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16IHuAQA036466; Sun, 18 Jul 2021 17:56:10 GMT (envelope-from git) Date: Sun, 18 Jul 2021 17:56:10 GMT Message-Id: <202107181756.16IHuAQA036466@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: 8e9b9448c5ea - main - security/py-google-auth-oauthlib: Add py-google-auth-oauthlib 0.4.4 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: 8e9b9448c5eafab3bb43eef2d3b8d0d6421bfea6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2021 17:56:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e9b9448c5eafab3bb43eef2d3b8d0d6421bfea6 commit 8e9b9448c5eafab3bb43eef2d3b8d0d6421bfea6 Author: Po-Chuan Hsieh AuthorDate: 2021-07-18 17:46:54 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-18 17:46:54 +0000 security/py-google-auth-oauthlib: Add py-google-auth-oauthlib 0.4.4 google-auth-oauthlib provides oauthlib integration with google-auth. WWW: https://github.com/googleapis/google-auth-library-python-oauthlib --- security/Makefile | 1 + security/py-google-auth-oauthlib/Makefile | 23 ++++++++++++++++++++++ security/py-google-auth-oauthlib/distinfo | 3 +++ .../py-google-auth-oauthlib/files/patch-setup.py | 11 +++++++++++ security/py-google-auth-oauthlib/pkg-descr | 3 +++ 5 files changed, 41 insertions(+) diff --git a/security/Makefile b/security/Makefile index 3fdc3fded2dd..fd9ea92c64d7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -905,6 +905,7 @@ SUBDIR += py-gnutls SUBDIR += py-google-auth SUBDIR += py-google-auth-httplib2 + SUBDIR += py-google-auth-oauthlib SUBDIR += py-gpgme SUBDIR += py-gpsoauth SUBDIR += py-gssapi diff --git a/security/py-google-auth-oauthlib/Makefile b/security/py-google-auth-oauthlib/Makefile new file mode 100644 index 000000000000..4b2f13931a80 --- /dev/null +++ b/security/py-google-auth-oauthlib/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= google-auth-oauthlib +PORTVERSION= 0.4.4 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Authentication Library + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.0.0:security/py-google-auth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/security/py-google-auth-oauthlib/distinfo b/security/py-google-auth-oauthlib/distinfo new file mode 100644 index 000000000000..e464068a45c6 --- /dev/null +++ b/security/py-google-auth-oauthlib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1626542060 +SHA256 (google-auth-oauthlib-0.4.4.tar.gz) = 09832c6e75032f93818edf1affe4746121d640c625a5bef9b5c96af676e98eee +SIZE (google-auth-oauthlib-0.4.4.tar.gz) = 19453 diff --git a/security/py-google-auth-oauthlib/files/patch-setup.py b/security/py-google-auth-oauthlib/files/patch-setup.py new file mode 100644 index 000000000000..01ad4bc30bdd --- /dev/null +++ b/security/py-google-auth-oauthlib/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-03-29 20:04:36 UTC ++++ setup.py +@@ -20,7 +20,7 @@ from setuptools import setup + + TOOL_DEPENDENCIES = "click>=6.0.0" + +-DEPENDENCIES = ("google-auth>=1.0.0", "requests-oauthlib>=0.7.0") ++DEPENDENCIES = ("google-auth>=1.0.0", "requests-oauthlib>=0") + + + with io.open("README.rst", "r") as fh: diff --git a/security/py-google-auth-oauthlib/pkg-descr b/security/py-google-auth-oauthlib/pkg-descr new file mode 100644 index 000000000000..e496ac4d3035 --- /dev/null +++ b/security/py-google-auth-oauthlib/pkg-descr @@ -0,0 +1,3 @@ +google-auth-oauthlib provides oauthlib integration with google-auth. + +WWW: https://github.com/googleapis/google-auth-library-python-oauthlib