solene d4d25781d5 Update to py-canonicaljson-1.3.0
Diff from maintainer Renaud Allard
2020-08-20 12:57:58 +00:00

29 lines
629 B
Makefile

# $OpenBSD: Makefile,v 1.3 2020/08/20 12:57:58 solene Exp $
COMMENT = canonical JSON
MODPY_EGG_VERSION = 1.3.0
DISTNAME = canonicaljson-${MODPY_EGG_VERSION}
PKGNAME = py-canonicaljson-${MODPY_EGG_VERSION}
CATEGORIES = textproc
HOMEPAGE = https://github.com/matrix-org/python-canonicaljson
MAINTAINER = Renaud Allard <renaud@allard.it>
# Apache-2.0
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = devel/py-frozendict${MODPY_FLAVOR} \
devel/py-simplejson${MODPY_FLAVOR} \
devel/py-six${MODPY_FLAVOR}
.include <bsd.port.mk>