mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
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:
parent
fb574e1e41
commit
09b491848c
@ -1,10 +1,10 @@
|
||||
PORTNAME= django-allauth
|
||||
PORTVERSION= 0.48.0
|
||||
PORTVERSION= 0.49.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= User registration with social account authentication
|
||||
|
||||
LICENSE= MIT
|
||||
@ -12,12 +12,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.0:www/py-django22@${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}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+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1645390379
|
||||
SHA256 (django-allauth-0.48.0.tar.gz) = 531821ce6a2278168054add13421776c9f8e565cf39926e799fa02d6c29da920
|
||||
SIZE (django-allauth-0.48.0.tar.gz) = 658354
|
||||
TIMESTAMP = 1647264692
|
||||
SHA256 (django-allauth-0.49.0.tar.gz) = f5fbb67376177c6a9276516dde98bcb01ac4160a5a27f7b340914dd521d04f12
|
||||
SIZE (django-allauth-0.49.0.tar.gz) = 702336
|
||||
|
@ -1,4 +1,5 @@
|
||||
django-allauth is a reusable Django app that allows for both local and
|
||||
social authentication, with flows that just work.
|
||||
django-allauth is a reusable Django app that allows for both local and social
|
||||
authentication, with flows that just work.
|
||||
|
||||
WWW: https://www.intenct.nl/projects/django-allauth/
|
||||
WWW: https://github.com/pennersr/django-allauth
|
||||
|
Loading…
Reference in New Issue
Block a user