Skip to content
Snippets Groups Projects
Verified Commit be041e53 authored by sunpoet's avatar sunpoet
Browse files

security/py-authlib: Update to 1.0.1

- Remove CLIENT option

Changes:	https://github.com/lepture/authlib/releases
parent 9117030d
No related branches found
No related tags found
No related merge requests found
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= authlib
PORTVERSION= 0.15.5
PORTVERSION= 1.0.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -13,17 +13,11 @@ 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}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=3.2:security/py-cryptography@${PY_FLAVOR}
USES= python:3.6+
USES= python:3.7+
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>
TIMESTAMP = 1635181093
SHA256 (Authlib-0.15.5.tar.gz) = b83cf6360c8e92b0e9df0d1f32d675790bcc4e3c03977499b1eed24dcdef4252
SIZE (Authlib-0.15.5.tar.gz) = 132183
TIMESTAMP = 1653926016
SHA256 (Authlib-1.0.1.tar.gz) = 6e74a4846ac36dfc882b3cc2fbd3d9eb410a627f2f2dc11771276655345223b1
SIZE (Authlib-1.0.1.tar.gz) = 139484
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment