# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:41 wiz Exp $ DISTNAME= pytest-fixture-config-1.7.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-fixture-config/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/manahl/pytest-plugins COMMENT= Fixture configuration utils for py.test LICENSE= mit TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six PYTHON_VERSIONED_DEPENDENCIES= test USE_LANGUAGES= # none .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk"