ports/devel/py-pytest-django/Makefile
Po-Chuan Hsieh ce7da4a06a
devel/py-pytest-django: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
2024-07-25 05:17:30 +08:00

25 lines
763 B
Makefile

PORTNAME= pytest-django
PORTVERSION= 4.8.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Django plugin for py.test
WWW= https://pytest-django.readthedocs.io/en/latest/ \
https://github.com/pytest-dev/pytest-django
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=5.0.0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=7.0.0,1:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>