pkgsrc-wip/py-capturer/Makefile

19 lines
542 B
Makefile

# $NetBSD$
DISTNAME= capturer-3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/9a/98/e2cac95d1cba553b10552511fdb55043b00a99bf8c1ed913ecbc654d6bfb/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://capturer.readthedocs.io/
COMMENT= Easily capture stdout/stderr of the current process and subprocesses
LICENSE= mit
#DEPENDS+= py-humanfriendly>=8.0:../../wip/py-humanfriendly
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"