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

(-)devel/py-termcolor/Makefile (-3 / +5 lines)
Lines 1-6 Link Here
1
PORTNAME=	termcolor
1
PORTNAME=	termcolor
2
PORTVERSION=	1.1.0
2
PORTVERSION=	2.1.0
3
PORTREVISION=	1
4
CATEGORIES=	devel python
3
CATEGORIES=	devel python
5
MASTER_SITES=	CHEESESHOP
4
MASTER_SITES=	CHEESESHOP
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-19 WWW= https://pypi.org/project/termcolor/ Link Here
11
10
12
LICENSE=	MIT
11
LICENSE=	MIT
13
12
14
USES=		python:3.6+
13
USES=		python:3.6+ pytest
15
USE_PYTHON=	distutils autoplist
14
USE_PYTHON=	distutils autoplist
16
15
17
NO_ARCH=	yes
16
NO_ARCH=	yes
18
17
18
post-extract:
19
	@${ECHO_CMD} 'from setuptools import setup; setup()' > ${WRKSRC}/setup.py
20
19
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)devel/py-termcolor/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (termcolor-1.1.0.tar.gz) = 1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b
1
TIMESTAMP = 1667323325
2
SIZE (termcolor-1.1.0.tar.gz) = 3912
2
SHA256 (termcolor-2.1.0.tar.gz) = b80df54667ce4f48c03fe35df194f052dc27a541ebbf2544e4d6b47b5d6949c4
3
SIZE (termcolor-2.1.0.tar.gz) = 10665

Return to bug 267498