www/py-django-taggit: 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. * Also remove the repo-copied Django 2.1 port from CONFLICTS_INSTALL as it no longer exists in the Ports tree. PR: 245309
This commit is contained in:
parent
ee45953a06
commit
151f4152f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534835
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= django-taggit
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,13 +13,12 @@ COMMENT= Reusable Django application for simple tagging
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj21-django-taggit \
|
||||
${PYTHON_PKGNAMEPREFIX}dj22-django-taggit
|
||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj22-django-taggit
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user