Simple configuration objects for Py.test fixtures. Allows you to skip tests when their required config variables aren't set.
19 lines
582 B
Makefile
19 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/03/24 06:47:00 adam Exp $
|
|
|
|
DISTNAME= pytest-fixture-config-1.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
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
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|