diff options
Diffstat (limited to 'devel/py-ttictoc/Makefile')
-rw-r--r-- | devel/py-ttictoc/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-ttictoc/Makefile b/devel/py-ttictoc/Makefile new file mode 100644 index 000000000000..c37500cddfde --- /dev/null +++ b/devel/py-ttictoc/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ttictoc +PORTVERSION= 0.5.6 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gmm@tutanota.com +COMMENT= Time execution of blocks of code + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} + +USES= localbase python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> |