File:  [cvs.NetBSD.org] / pkgsrc / converters / py-simplejson / Makefile
Revision 1.43: download - view: text, annotated - select for diffs
Wed Nov 17 08:38:38 2021 UTC (3 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
py-simplejson: updated to 3.17.6

Version 3.17.6
* Declare support for Python 3.10 and add wheels

# $NetBSD: Makefile,v 1.43 2021/11/17 08:38:38 adam Exp $

DISTNAME=	simplejson-3.17.6
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	converters python
MASTER_SITES=	${MASTER_SITE_PYPI:=s/simplejson/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/simplejson/simplejson
COMMENT=	Simple, fast, complete and extensible JSON encoder/decoder
LICENSE=	mit

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>