www/py-django-bootstrap-form: Change RUN_DEPENDS
* Switch to Django 2.2 (current LTS release) because Django 1.11 is End-of-Life since April 2020. * Bump PORTREVISION due changed dependencies. PR: 245849 Approved by: maintainer timeout (14+ days)
This commit is contained in:
parent
ec8005c329
commit
125ad0a6a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534822
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= django-bootstrap-form
|
||||
PORTVERSION= 3.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,9 +13,9 @@ COMMENT= Bootstrap forms for django
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= python
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.5:www/py-django22@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user