diff --git a/www/py-dj60-djangorestframework/Makefile b/www/py-dj60-djangorestframework/Makefile index 0b4cd00f5ca5..1c9722c6c6ae 100644 --- a/www/py-dj60-djangorestframework/Makefile +++ b/www/py-dj60-djangorestframework/Makefile @@ -1,25 +1,29 @@ PORTNAME= djangorestframework DISTVERSION= 3.17.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj60- MAINTAINER= kai@FreeBSD.org COMMENT= Django REST framework WWW= https://www.django-rest-framework.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django60>=4.2:www/py-django60@${PY_FLAVOR} USES= python:3.12+ USE_PYTHON= autoplist pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} NO_ARCH= yes +# Its only consumer, net-mgmt/netbox, isn't fully compatible with newer +# versions until the upcoming 4.7.x release. +PORTSCOUT= limit:3\.17\. + .include