23 lines
750 B
Makefile
23 lines
750 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:36 adam Exp $
|
|
|
|
DISTNAME= astroid-1.3.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/a/astroid/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://bitbucket.org/logilab/astroid
|
|
COMMENT= Rebuild a new abstract syntax tree from Python's ast
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-logilab-common-[0-9]*:../../devel/py-logilab-common
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mxDateTime via py-logilab-common
|
|
|
|
do-test:
|
|
${RUN} cd ${WRKSRC}/astroid/tests; ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -p "unittest*.py"
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|