www/py-django-allauth: Update to 0.49.0

- Sort RUN_DEPENDS
- Take maintainership

Changes:	https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst
This commit is contained in:
Po-Chuan Hsieh 2022-03-25 21:05:00 +08:00
parent fb574e1e41
commit 09b491848c
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 11 additions and 10 deletions

View file

@ -1,10 +1,10 @@
PORTNAME= django-allauth PORTNAME= django-allauth
PORTVERSION= 0.48.0 PORTVERSION= 0.49.0
CATEGORIES= www python CATEGORIES= www python
MASTER_SITES= CHEESESHOP MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= User registration with social account authentication COMMENT= User registration with social account authentication
LICENSE= MIT LICENSE= MIT
@ -12,12 +12,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.0:www/py-django22@${PY_FLAVOR} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.0:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR}
USES= python:3.5+ USES= python:3.5+
USE_PYTHON= autoplist distutils USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes NO_ARCH= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1645390379 TIMESTAMP = 1647264692
SHA256 (django-allauth-0.48.0.tar.gz) = 531821ce6a2278168054add13421776c9f8e565cf39926e799fa02d6c29da920 SHA256 (django-allauth-0.49.0.tar.gz) = f5fbb67376177c6a9276516dde98bcb01ac4160a5a27f7b340914dd521d04f12
SIZE (django-allauth-0.48.0.tar.gz) = 658354 SIZE (django-allauth-0.49.0.tar.gz) = 702336

View file

@ -1,4 +1,5 @@
django-allauth is a reusable Django app that allows for both local and django-allauth is a reusable Django app that allows for both local and social
social authentication, with flows that just work. authentication, with flows that just work.
WWW: https://www.intenct.nl/projects/django-allauth/ WWW: https://www.intenct.nl/projects/django-allauth/
WWW: https://github.com/pennersr/django-allauth