pkgsrc/devel/py-anytree/Makefile
adam 24c881ddba py-anytree: updated to 2.5.0
2.5.0:
add leaves attribute to node class
add utils with commonancestors, leftsibling and rightsibling methods
skip python 2.6 support
2019-01-31 08:21:09 +00:00

19 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/01/31 08:21:09 adam Exp $
DISTNAME= anytree-2.5.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-[0-9]*:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"