openbsd-ports/textproc/py-signedjson/Makefile
2022-11-14 15:26:17 +00:00

27 lines
580 B
Makefile

COMMENT = sign JSON with Ed25519 signatures
MODPY_EGG_VERSION = 1.1
DISTNAME = signedjson-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 4
CATEGORIES = textproc
MAINTAINER = Renaud Allard <renaud@allard.it>
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
RUN_DEPENDS = devel/py-typing-extensions${MODPY_FLAVOR} \
textproc/py-canonicaljson${MODPY_FLAVOR} \
textproc/py-unpaddedbase64${MODPY_FLAVOR} \
security/py-PyNaCl${MODPY_FLAVOR}
.include <bsd.port.mk>