pkgsrc/devel/py-anytree/Makefile
adam 22c6394b39 py-anytree: updated to 2.8.0
2.8.0:
Refine landing pages
NodeMixin does not make use of special class methods
Add symbolic link nodes
Add maxlevel option to RenderTree and Exporters
Fix test issues
Refine delivery
Add documentation how to make use of weighted edges
2020-01-15 09:03:39 +00:00

22 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/15 09:03:39 adam Exp $
DISTNAME= anytree-2.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/anytree/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/c0fec0de/anytree
COMMENT= Powerful and Lightweight Python Tree Data Structure
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
USE_LANGUAGES= # none
PYSETUPTESTTARGET= nosetests
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"