4e37f628fe
Version 2.2.1 Update classifiers, Github Actions... for Python 3.10 (no code changes)
18 lines
484 B
Makefile
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"
|