pkgsrc/devel/py-astroid/Makefile
darcy 4ccc238c1d Update devel/py-logilab-common to version 1.2.0.
This is mainly to remove dependency on time/py-mxDateTime so that it can
build on Python >= 3.4.
Removed PYTHON_VERSIONS_INCOMPATIBLE line from this and other packages
that had it for this incompatibility.
2016-08-29 15:44:25 +00:00

21 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.8 2016/08/29 15:44:25 darcy Exp $
DISTNAME= astroid-1.3.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=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
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"