pkgsrc/devel/py-anytree/Makefile
adam ce69f7f647 py-anytree: updated to 2.7.2
2.7.2:
Improve Documentation

2.7.1:
Improve Coverage

2.7.0:
Speed improvements
Add trick multidim
Clarify use of get_attr
Fix iterator protocol
Extend documentation
Remove slots
Fix escape issue
Fix issue with non-strings in node names
Add UniqueDotExporter
Fix typos
Speed up searching with optional fastcache
Remove python 2.6 testing
Add python 3.7 testing
2019-10-19 17:07:54 +00:00

22 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/10/19 17:07:54 adam Exp $
DISTNAME= anytree-2.7.2
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"