Update RUN_DEPENDS: use Django 2.2
- Bump PORTREVISION for dependency change PR: 247591 Submitted by: kai
This commit is contained in:
parent
09dacd4fb6
commit
b7d593a978
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=540806
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= django-bulk-update
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,9 +12,9 @@ COMMENT= Bulk update using a single query over Django ORM
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
Loading…
Reference in New Issue
Block a user