2025-02-08 09:10:06 +00:00
PORTNAME = django-htmx
2025-06-29 10:06:42 +00:00
DISTVERSION = 1.23.2
2025-02-08 09:10:06 +00:00
CATEGORIES = www python
MASTER_SITES = PYPI
PKGNAMEPREFIX = ${ PYTHON_PKGNAMEPREFIX } dj51-
DISTNAME = django_htmx-${ DISTVERSION }
MAINTAINER = kai@FreeBSD.org
COMMENT = Extensions for using Django with htmx
WWW = https://github.com/adamchainz/django-htmx
LICENSE = MIT
LICENSE_FILE = ${ WRKSRC } /LICENSE
2025-09-30 09:24:08 +00:00
DEPRECATED = Extended support of Django 5.1 ends December 2025, upgrade to the Django 5.2+ version of this port. See https://www.djangoproject.com/download/
EXPIRATION_DATE = 2025-12-31
2025-02-08 09:10:06 +00:00
BUILD_DEPENDS = ${ PY_SETUPTOOLS } \
${ PYTHON_PKGNAMEPREFIX } wheel>0:devel/py-wheel@${ PY_FLAVOR }
RUN_DEPENDS = ${ PYTHON_PKGNAMEPREFIX } django51>= 4.2:www/py-django51@${ PY_FLAVOR } \
${ PYTHON_PKGNAMEPREFIX } asgiref>= 3.6:www/py-asgiref@${ PY_FLAVOR }
USES = python:3.10+
USE_PYTHON = autoplist pep517
CONFLICTS_INSTALL = ${ PYTHON_PKGNAMEPREFIX } *${ PORTNAME }
NO_ARCH = yes
. i n c l u d e < b s d . p o r t . m k >