freebsd-ports/devel/py-envisage/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

28 lines
782 B
Makefile

PORTNAME= envisage
PORTVERSION= 4.9.0
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>