pkgsrc/devel/py-bintrees/Makefile
adam 8f7398d239 py-bintrees: updated to 2.2.0
v2.2.0:
build c-extensions inplace for testing by github action
2021-03-09 06:00:47 +00:00

19 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/03/09 06:00:47 adam Exp $
DISTNAME= bintrees-2.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bintrees/}
EXTRACT_SUFX= .zip
MAINTAINER= khorben@defora.org
HOMEPAGE= https://github.com/mozman/bintrees
COMMENT= Provides Binary-, RedBlack- and AVL-Trees in Python and Cython
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"