mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Update to 0.35.0
- While I'm here: - Update RUN_DEPENDS: use Django metaport (www/py-django) - Add missing RUN_DEPENDS Changes: https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst PR: 226729 Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer)
This commit is contained in:
parent
cb24b702f9
commit
b6efa3fdda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465021
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-allauth
|
||||
PORTVERSION= 0.34.0
|
||||
PORTVERSION= 0.35.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,10 +12,20 @@ COMMENT= User registration with social account authentication
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.6:www/py-django18@${FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.11:www/py-django@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3000
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}python-openid>=2.2.5:security/py-python-openid@${FLAVOR}
|
||||
.else
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1509832134
|
||||
SHA256 (django-allauth-0.34.0.tar.gz) = 95a9f7fbebe3e97ce3a541d213fc52492b50dac92f0f91483f58949189e5aa4f
|
||||
SIZE (django-allauth-0.34.0.tar.gz) = 475030
|
||||
TIMESTAMP = 1521468197
|
||||
SHA256 (django-allauth-0.35.0.tar.gz) = 7b31526cccd1c46f9f09acf0703068e8a9669337d29eb065f7e8143c2d897339
|
||||
SIZE (django-allauth-0.35.0.tar.gz) = 482200
|
||||
|
Loading…
Reference in New Issue
Block a user