pkgsrc/devel/py-test-shutil/Makefile
adam d43efa6dd1 py-test-shutil: added version 1.3.0
This library is a goodie-bag of Unix shell and environment management tools for
automated tests. A summary of the available functions is below, look at the
source for the full listing.
2018-03-24 06:49:39 +00:00

24 lines
887 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/03/24 06:49:39 adam Exp $
DISTNAME= pytest-shutil-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-shutil/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/manahl/pytest-plugins
COMMENT= Unix shell and environment tools for py.test
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
DEPENDS+= ${PYPKGPREFIX}-execnet-[0-9]*:../../devel/py-execnet
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-path.py-[0-9]*:../../devel/py-path.py
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-termcolor-[0-9]*:../../devel/py-termcolor
DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"