* Django 4.0 will reach its End-of-Life in April 2023. Deprecate its consumers and set the expiration date accordingly. Reviewed by: sunpoet, wen (python, via e-mail) Approved by: sunpoet, wen (python, via e-mail) Differential Revision: https://reviews.freebsd.org/D38651
27 lines
792 B
Makefile
27 lines
792 B
Makefile
PORTNAME= django-js-asset
|
|
DISTVERSION= 2.0.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40-
|
|
DISTNAME= django_js_asset-${DISTVERSION}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Insert script tags with additional attributes for django.forms.Media
|
|
WWW= https://github.com/matthiask/django-js-asset
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
|
|
EXPIRATION_DATE= 2023-05-20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=2.2:www/py-django40@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|