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

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 5121-5126 Link Here
5121
    SUBDIR += py-transitions
5121
    SUBDIR += py-transitions
5122
    SUBDIR += py-tree-format
5122
    SUBDIR += py-tree-format
5123
    SUBDIR += py-trollius
5123
    SUBDIR += py-trollius
5124
    SUBDIR += py-ttictoc
5124
    SUBDIR += py-ttystatus
5125
    SUBDIR += py-ttystatus
5125
    SUBDIR += py-tvrage
5126
    SUBDIR += py-tvrage
5126
    SUBDIR += py-tw.forms
5127
    SUBDIR += py-tw.forms
(-)py-ttictoc/Makefile (+23 lines)
Line 0 Link Here
1
# $FreeBSD$
2
#
3
4
PORTNAME=	ttictoc
5
PORTVERSION=	0.5.6
6
CATEGORIES=	devel
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	gmm@tutanota.com
11
COMMENT=	Time execution of blocks of code
12
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR}
19
20
USES=	localbase python
21
USE_PYTHON=	autoplist distutils
22
23
.include <bsd.port.mk>
(-)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
(-)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