pkgsrc/textproc/py-rapidjson/Makefile
adam bbdb4c0198 py-rapidjson: updated to 1.0
1.0

Require Python 3.6 or greater
New serialization options, iterable_mode and mapping_mode, to give some control on how generic iterables and mappings get encoded
Internal refactorings, folding "skipkeys" and "sort_keys" arguments into the mapping_mode options, respectively as MM_SKIP_NON_STRING_KEYS and MM_SORT_KEYS: "old" arguments kept for backward compatibility
Bump major version to 1, tag as "production/stable" and switch to a simpler X.Y versioning schema
2020-12-15 09:03:13 +00:00

22 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/12/15 09:03:13 adam Exp $
DISTNAME= python-rapidjson-1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-rapidjson/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/python-rapidjson/python-rapidjson
COMMENT= Python wrapper around rapidjson
LICENSE= mit
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= c c++11
PYSETUPTESTTARGET= pytest
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"