www/py-django-paging: use Django 1.11 instead of end-of-life 1.8
Restrict to Python 2.7, Python 3.6 gives an import error PR: 230528 Submitted by: rene Approved by: maintainer timeout (tj@, 14 days)
This commit is contained in:
parent
bfce657e25
commit
1f59b51c3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478046
1 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= paging
|
||||
PORTVERSION= 0.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
|
||||
|
@ -11,9 +12,10 @@ DISTNAME= django-${PORTNAME}-${PORTVERSION}
|
|||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Paging module for Django
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
# FIXME syntax error in __init__.py on Python 3.6
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue