17 lines
483 B
Makefile
17 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.19 2022/05/14 04:56:19 adam Exp $
|
|
|
|
DISTNAME= bitarray-2.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bitarray/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/ilanschnell/bitarray
|
|
COMMENT= Efficient arrays of booleans
|
|
LICENSE= python-software-foundation
|
|
|
|
do-test:
|
|
${PYTHONBIN} -c 'import bitarray; bitarray.test()'
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|