View | Details | Raw Unified | Return to bug 224169
Collapse All | Expand All

(-)b/devel/py-colorama/Makefile (-1 / +1 lines)
Lines 1-20 Link Here
1
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
1
# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	colorama
4
PORTNAME=	colorama
5
PORTVERSION=	0.3.7
5
PORTVERSION=	0.3.9
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	alexey@renatasystems.org
10
MAINTAINER=	alexey@renatasystems.org
11
COMMENT=	Cross-platform API to print colored terminal text from Python apps
11
COMMENT=	Cross-platform API to print colored terminal text from Python apps
12
12
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
17
USES=		python
17
USES=		python
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)b/devel/py-colorama/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1491911902
1
TIMESTAMP = 1512711854
2
SHA256 (colorama-0.3.7.tar.gz) = e043c8d32527607223652021ff648fbb394d5e19cba9f1a698670b338c9d782b
2
SHA256 (colorama-0.3.9.tar.gz) = 48eb22f4f8461b1df5734a074b57042430fb06e1d61bd1e11b078c0fe6d7a1f1
3
SIZE (colorama-0.3.7.tar.gz) = 24602
3
SIZE (colorama-0.3.9.tar.gz) = 25053

Return to bug 224169