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

Collapse All | Expand All

(-)devel/py-envisage/Makefile (-2 / +8 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	envisage
4
PORTNAME=	envisage
5
PORTVERSION=	4.7.2
5
PORTVERSION=	4.8.0
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-20 Link Here
14
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
15
# See image_LICENSE.txt files for per file license information
15
# See image_LICENSE.txt files for per file license information
16
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}apptools>0:devel/py-apptools@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR}
20
# Above requirements are defined in setup.py
18
21
19
USES=		python
22
USES=		python
20
USE_PYTHON=	autoplist concurrent distutils
23
USE_PYTHON=	autoplist concurrent distutils
Lines 21-24 Link Here
21
24
22
NO_ARCH=	yes
25
NO_ARCH=	yes
23
26
27
do-test:
28
	${PYTHON_CMD} -m unittest discover -v envisage
29
24
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)devel/py-envisage/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1557557585
1
TIMESTAMP = 1568666324
2
SHA256 (envisage-4.7.2.tar.gz) = 89794e986f21c8658a6f95de8a59c8a848f6dd3c6d3408649427f5c401b76549
2
SHA256 (envisage-4.8.0.tar.gz) = b98ed06cfba320227068d8cdf33be4981e62f399ffcb25486b17428ad75586f0
3
SIZE (envisage-4.7.2.tar.gz) = 256249
3
SIZE (envisage-4.8.0.tar.gz) = 197067

Return to bug 240660