20 lines
652 B
Makefile
20 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/10/06 10:51:21 wiz Exp $
|
|
|
|
DISTNAME= pyrsistent-0.16.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyrsistent/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/tobgu/pyrsistent
|
|
COMMENT= Persistent/Functional/Immutable data structures
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= hypothesis:test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|