summaryrefslogtreecommitdiff
path: root/security/py-authlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-authlib/Makefile')
-rw-r--r--security/py-authlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-authlib/Makefile b/security/py-authlib/Makefile
index dafe2252b6f7..b527bb8c9863 100644
--- a/security/py-authlib/Makefile
+++ b/security/py-authlib/Makefile
@@ -1,5 +1,5 @@
PORTNAME= authlib
-PORTVERSION= 1.5.2
+PORTVERSION= 1.6.1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ultimate Python library in building OAuth and OpenID Connect servers
WWW= https://authlib.org/ \
- https://github.com/lepture/authlib
+ https://github.com/authlib/authlib
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-USES= python:3.9+
+USES= python
USE_PYTHON= autoplist concurrent cryptography pep517
NO_ARCH= yes