View | Details | Raw Unified | Return to bug 247354 | Differences between
and this patch

Collapse All | Expand All

(-)devel/py-ttictoc/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Gilbert Morgan <gimorgan@sourcefire.com>
2
# $FreeBSD$
3
#
4
5
PORTNAME=	ttictoc
6
PORTVERSION=	0.5.6
7
CATEGORIES=	devel
8
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
11
MAINTAINER=	gmm@tutanota.com
12
COMMENT=	Time execution of blocks of code
13
14
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
17
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR}
20
21
USES=	localbase python
22
USE_PYTHON=	autoplist distutils
23
24
.include <bsd.port.mk>
(-)devel/py-ttictoc/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1592422035
2
SHA256 (ttictoc-0.5.6.tar.gz) = 9ae0a534faf299b13f7d71693f8f97b28069932e2583effec799b7e8bf1964d9
3
SIZE (ttictoc-0.5.6.tar.gz) = 4385
(-)devel/py-ttictoc/pkg-descr (+7 lines)
Line 0 Link Here
1
ttictoc
2
3
Time execution of blocks of code.
4
5
Tested against python 3.6+, but should work with other versions.
6
7
WWW: https://github.com/hector-sab/ttictoc

Return to bug 247354