pkgsrc-wip/py-blist/Makefile

17 lines
455 B
Makefile

# $NetBSD$
DISTNAME= blist-1.3.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=b/blist/}
MAINTAINER= kethzer.dr@gmail.com
HOMEPAGE= https://github.com/DanielStutzbach/blist/
COMMENT= list-like type with better asymptotic performance and similar performance on small lists
LICENSE= google-earth-license
WRKSRC= ${WRKDIR}/blist-1.3.6
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"