mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
Changelog since 1.19: https://github.com/adamchainz/django-htmx/blob/1.21.0/docs/changelog.rst
27 lines
722 B
Makefile
27 lines
722 B
Makefile
PORTNAME= django-htmx
|
|
DISTVERSION= 1.21.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50-
|
|
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}django50>=4.2:www/py-django50@${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
|
|
|
|
.include <bsd.port.mk>
|