# $NetBSD: Makefile,v 1.11 2024/01/28 01:55:30 gutteridge Exp $ DISTNAME= fixtures-4.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/fixtures/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://pypi.python.org/pypi/fixtures/ COMMENT= Fixtures, reusable state for writing clean tests and more LICENSE= apache-2.0 OR modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=0:../../devel/py-pbr TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel # needs py-testtools for testing, but that depends on this #TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"