c2df8b3081
v0.14: Allow None to be used as key in pure-Python implementation.
16 lines
434 B
Makefile
16 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/05/18 10:50:04 adam Exp $
|
|
|
|
DISTNAME= immutables-0.14
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutables/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/MagicStack/immutables
|
|
COMMENT= Immutable collections
|
|
LICENSE= apache-2.0
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|