pkgsrc/misc/py-immutables/Makefile
adam c2df8b3081 py-immutables: updated to 0.14
v0.14:
Allow None to be used as key in pure-Python implementation.
2020-05-18 10:50:04 +00:00

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"