Django 3.1 will reach its End-of-Life in December 2021. Set the deprecation note and expiration date accordingly. Approved by: koobs (python, maintainer) MFH: No (not neccessary, 3+ months from now should be OK) Differential Revision: https://reviews.freebsd.org/D31782
33 lines
955 B
Makefile
33 lines
955 B
Makefile
# Created by: Kozlov Sergey <kozlov.sergey.404@gmail.com>
|
|
|
|
PORTNAME= django-tables2
|
|
DISTVERSION= 2.4.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj31-
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Table/data-grid framework for Django
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Extended support of Django 3.1 ends December 2021, upgrade to the Django 3.2+ version of this port. See https://www.djangoproject.com/download/
|
|
EXPIRATION_DATE= 2021-12-31
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django31>=1.11:www/py-django31@${PY_FLAVOR}
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-tables2 \
|
|
${PYTHON_PKGNAMEPREFIX}dj32-django-tables2
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= TABLIB
|
|
|
|
TABLIB_DESC= Enable support for exporting table datasets
|
|
TABLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tablib>=0:textproc/py-tablib@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|