9c330fcdf8
v0.15 New Features Add support for Python 3.10 and more tests Make __repr__ more similar to other mapping types Misc Minor docs and CI fixes
16 lines
434 B
Makefile
16 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.5 2021/02/15 21:17:36 adam Exp $
|
|
|
|
DISTNAME= immutables-0.15
|
|
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"
|