www/py-django-recaptcha: Update to 2.0.6
* Also switch to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life. * Use GitHub for a while as PyPI provides no sdist for the latest release. Changelog: https://github.com/praekelt/django-recaptcha/blob/2.0.6/CHANGELOG.rst PR: 245309
This commit is contained in:
parent
e0b16c1c6d
commit
580e60414b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536455
2 changed files with 9 additions and 8 deletions
|
@ -2,11 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= recaptcha
|
||||
PORTVERSION= 2.0.2
|
||||
PORTVERSION= 2.0.6
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
|
||||
DISTNAME= django-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Django reCAPTCHA form field/widget integration app
|
||||
|
@ -14,9 +12,12 @@ COMMENT= Django reCAPTCHA form field/widget integration app
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11<4.0:www/py-django22@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:3.5+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= praekelt
|
||||
GH_PROJECT= django-recaptcha
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1548502935
|
||||
SHA256 (django-recaptcha-2.0.2.tar.gz) = 7eb3263e90166943a4b983d947be00e6a3e6c8a1c8af924934bc986287334be8
|
||||
SIZE (django-recaptcha-2.0.2.tar.gz) = 15263
|
||||
TIMESTAMP = 1590395598
|
||||
SHA256 (praekelt-django-recaptcha-2.0.6_GH0.tar.gz) = 0c9ded24c04c46209c923db2a5ac1ac5d1373681c1fdc0ca36c613f57ba076eb
|
||||
SIZE (praekelt-django-recaptcha-2.0.6_GH0.tar.gz) = 17998
|
||||
|
|
Loading…
Reference in a new issue