pkgsrc/devel/py-immutabledict/Makefile
adam 4e37f628fe py-immutabledict: updated to 2.2.1
Version 2.2.1

Update classifiers, Github Actions... for Python 3.10 (no code changes)
2021-10-12 07:04:33 +00:00

18 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.4 2021/10/12 07:04:33 adam Exp $
DISTNAME= immutabledict-2.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutabledict/}
MAINTAINER= khorben@defora.org
HOMEPAGE= https://github.com/corenting/immutabledict
COMMENT= Immutable wrapper around dictionaries for Python 3
LICENSE= mit
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"