pkgsrc/misc/py-immutables/Makefile
adam 78bfb4ce51 py-immutables: updated to 0.17
v0.17
Add missing name in table [project] in 'pyproject.toml'.

v0.16
Refactor typings
Update Python 3.10 support, drop Python 3.5
2022-04-26 18:45:53 +00:00

16 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.7 2022/04/26 18:45:53 adam Exp $
DISTNAME= immutables-0.17
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"