Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2020 19:21:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527351 - in head/security: . py-authlib
Message-ID:  <202002281921.01SJLcQb001371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 28 19:21:37 2020
New Revision: 527351
URL: https://svnweb.freebsd.org/changeset/ports/527351

Log:
  Add py-authlib 0.14.1
  
  Authlib is the ultimate Python library in building OAuth and OpenID Connect
  servers. JWS, JWK, JWA, JWT are included.
  
  WWW: https://authlib.org/
  WWW: https://github.com/lepture/authlib

Added:
  head/security/py-authlib/
  head/security/py-authlib/Makefile   (contents, props changed)
  head/security/py-authlib/distinfo   (contents, props changed)
  head/security/py-authlib/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Feb 28 19:21:32 2020	(r527350)
+++ head/security/Makefile	Fri Feb 28 19:21:37 2020	(r527351)
@@ -845,6 +845,7 @@
     SUBDIR += py-argon2-cffi
     SUBDIR += py-artifacts
     SUBDIR += py-asyncssh
+    SUBDIR += py-authlib
     SUBDIR += py-backports.ssl_match_hostname
     SUBDIR += py-bcrypt
     SUBDIR += py-btchip-python

Added: head/security/py-authlib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-authlib/Makefile	Fri Feb 28 19:21:37 2020	(r527351)
@@ -0,0 +1,30 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	authlib
+PORTVERSION=	0.14.1
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	Authlib-${PORTVERSION}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Ultimate Python library in building OAuth and OpenID Connect servers
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+OPTIONS_DEFINE=	CLIENT
+OPTIONS_DEFAULT=CLIENT
+CLIENT_DESC=	OAuth client support
+
+CLIENT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
+
+.include <bsd.port.mk>

Added: head/security/py-authlib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-authlib/distinfo	Fri Feb 28 19:21:37 2020	(r527351)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1582888980
+SHA256 (Authlib-0.14.1.tar.gz) = 89d55b14362f8acee450f9d153645e438e3a38be99b599190718c4406f575b05
+SIZE (Authlib-0.14.1.tar.gz) = 123880

Added: head/security/py-authlib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-authlib/pkg-descr	Fri Feb 28 19:21:37 2020	(r527351)
@@ -0,0 +1,5 @@
+Authlib is the ultimate Python library in building OAuth and OpenID Connect
+servers. JWS, JWK, JWA, JWT are included.
+
+WWW: https://authlib.org/
+WWW: https://github.com/lepture/authlib



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