pkgsrc/devel/py-test-utils/Makefile
joerg c2c04006af Add py-test-utils-0.1.0:
This module provides a collection of utility functions and classes which
make writing and running functional and integration tests easier.
2017-09-29 14:09:01 +00:00

16 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/09/29 14:09:01 joerg Exp $
DISTNAME= test-utils-0.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/test-utils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/Kami/python-test-utils/
COMMENT= Utility functions for py.test
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"