ports/www/py-dj42-django-js-asset/Makefile
Kai Knoblich 30621b8df6 www/py-dj42-django-js-asset: Update to 2.2.0
* This update remedies build issues with devel/py-hatchling 1.19
  or later and should fix the build after 177a175060 [1]

Changelog:

https://github.com/matthiask/django-js-asset/blob/2.2/CHANGELOG.rst

PR:		275770 [1]
Reported by:	Einar Bjarni Halldórsson [1]
2023-12-15 11:44:02 +01:00

25 lines
684 B
Makefile

PORTNAME= django-js-asset
DISTVERSION= 2.2.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
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
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
NO_ARCH= yes
.include <bsd.port.mk>