07b7ed52ab
0.9.19: erge branch 'nested_interrupts_returns'
23 lines
595 B
Makefile
23 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/10/05 21:05:09 adam Exp $
|
|
|
|
DISTNAME= asteval-0.9.19
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asteval/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/newville/asteval
|
|
COMMENT= Safe, minimalistic expression evaluator using ast module
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.6:../../math/py-numpy
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/tests && ${PYTHONBIN} test_asteval.py
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|