ports/www/py-django-htmx/Makefile
Kai Knoblich f4ceda5891 www/py-django-htmx: Update to 1.21
* Support for Python 3.8 was dropped with release 1.20.0, adjust
  USES=python accordingly.

Changelog since 1.19:

https://github.com/adamchainz/django-htmx/blob/1.21.0/docs/changelog.rst
2024-11-03 11:13:42 +01:00

27 lines
716 B
Makefile

PORTNAME= django-htmx
DISTVERSION= 1.21.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR}
USES= python:3.9+
USE_PYTHON= autoplist pep517
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
NO_ARCH= yes
.include <bsd.port.mk>