svn commit: r527351 - in head/security: . py-authlib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 28 19:21:40 UTC 2020


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	authlib
+PORTVERSION=	0.14.1
+CATEGORIES=	security python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	Authlib-${PORTVERSION}
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list