ports/www/py-dj50-django-tree-queries/Makefile
Kai Knoblich 566b1a6252 */*dj50*: Deprecate/Set to expire
* Django 5.0 will reach its End-of-Life on 2025-04 and has already got a
  corresponding expiration date with d7d4a024fe.  Do the same for its
  consumers.
2025-02-23 11:41:49 +01:00

28 lines
817 B
Makefile

PORTNAME= django-tree-queries
DISTVERSION= 0.19.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50-
DISTNAME= django_tree_queries-${DISTVERSION}
MAINTAINER= kai@FreeBSD.org
COMMENT= Tree queries with explicit opt-in, without configurability
WWW= https://github.com/feincms/django-tree-queries
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Extended support of Django 5.0 ends April 2025. 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>=3.2:www/py-django50@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
NO_ARCH= yes
.include <bsd.port.mk>