# $NetBSD: Makefile,v 1.6 2024/04/12 09:58:07 adam Exp $ DISTNAME= pytest_isort-4.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-isort/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/moccu/pytest-isort COMMENT= Pytest plugin to perform isort checks (import ordering) LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core DEPENDS+= ${PYPKGPREFIX}-isort>=4.0:../../devel/py-isort DEPENDS+= ${PYPKGPREFIX}-test>=5.0:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"