pkgsrc-wip/py-contexttimer/Makefile

17 lines
486 B
Makefile

# $NetBSD$
DISTNAME= contexttimer-0.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://files.pythonhosted.org/packages/1d/e0/504aa08a83dc2ff90f61a83b5f70d689e1f5138ab30576124ea2ff9f5076/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/brouberol/contexttimer
COMMENT= Timer context manager measuring the clock wall time
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"