pkgsrc-wip/py-bintrees/Makefile

15 lines
387 B
Makefile

# $NetBSD$
DISTNAME= bintrees-2.0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bintrees/}
EXTRACT_SUFX= .zip
MAINTAINER= khorben@defora.org
HOMEPAGE= https://pypi.org/project/bintrees/
COMMENT= Provides Binary-, RedBlack- and AVL-Trees in Python and Cython
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"