# Created by: Po-Chuan Hsieh # $FreeBSD: head/lang/py-lupa/Makefile 559531 2020-12-28 23:02:12Z antoine $ PORTNAME= lupa PORTVERSION= 1.9 CATEGORIES= lang python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python wrapper around Lua and LuaJIT LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= lua pkgconfig python:3.6+ USE_PYTHON= autoplist concurrent distutils MAKE_ARGS= --no-bundle post-patch: @${RM} -fr ${WRKSRC}/third-party do-test: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py test .include