diff --git a/www/py-django-bulk-update/Makefile b/www/py-django-bulk-update/Makefile index 905245522548..6730e999174a 100644 --- a/www/py-django-bulk-update/Makefile +++ b/www/py-django-bulk-update/Makefile @@ -1,23 +1,26 @@ PORTNAME= django-bulk-update PORTVERSION= 2.2.0 PORTREVISION= 6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bulk update using a single query over Django ORM LICENSE= MIT +DEPRECATED= No longer maintained, not compatible with newer versions of Django +EXPIRATION_DATE= 2022-06-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes post-extract: ${RM} ${WRKSRC}/tests/__init__.py # prevent conflict with devel/py-phply in textproc/pootle .include