Index: devel/py-ttictoc/Makefile =================================================================== --- devel/py-ttictoc/Makefile (nonexistent) +++ devel/py-ttictoc/Makefile (working copy) @@ -0,0 +1,24 @@ +# Created by: Gilbert Morgan +# $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 Property changes on: devel/py-ttictoc/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-ttictoc/distinfo =================================================================== --- devel/py-ttictoc/distinfo (nonexistent) +++ devel/py-ttictoc/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1592422035 +SHA256 (ttictoc-0.5.6.tar.gz) = 9ae0a534faf299b13f7d71693f8f97b28069932e2583effec799b7e8bf1964d9 +SIZE (ttictoc-0.5.6.tar.gz) = 4385 Property changes on: devel/py-ttictoc/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-ttictoc/pkg-descr =================================================================== --- devel/py-ttictoc/pkg-descr (nonexistent) +++ devel/py-ttictoc/pkg-descr (working copy) @@ -0,0 +1,7 @@ +ttictoc + +Time execution of blocks of code. + +Tested against python 3.6+, but should work with other versions. + +WWW: https://github.com/hector-sab/ttictoc Property changes on: devel/py-ttictoc/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property