aboutsummaryrefslogtreecommitdiff
path: root/devel/py-envisage/Makefile
blob: f7b12fa7f68b7d7adb35b1af8766e18ea3152dcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PORTNAME=	envisage
PORTVERSION=	4.9.0
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Enthought extensible application framework
WWW=		http://code.enthought.com/projects/envisage

LICENSE=	BSD3CLAUSE PSFL LGPL20
LICENSE_COMB=	multi
# See image_LICENSE.txt files for per file license information

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}apptools>0:devel/py-apptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR}
# Above requirements are defined in setup.py

USES=		python:3.7+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

do-test:
	${PYTHON_CMD} -m unittest discover -v envisage

.include <bsd.port.mk>