diff options
Diffstat (limited to 'www/py-dj50-django-tables2/Makefile')
-rw-r--r-- | www/py-dj50-django-tables2/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/www/py-dj50-django-tables2/Makefile b/www/py-dj50-django-tables2/Makefile deleted file mode 100644 index 1ca2d9e5bdc9..000000000000 --- a/www/py-dj50-django-tables2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= django-tables2 -DISTVERSION= 2.7.5 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50- -DISTNAME= django_tables2-${DISTVERSION} - -MAINTAINER= kai@FreeBSD.org -COMMENT= Table/data-grid framework for Django -WWW= https://github.com/jieter/django-tables2 - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE=2025-05-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} - -USES= python:3.10+ -USE_PYTHON= autoplist pep517 - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -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> |