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> |