Files
ports/textproc/py-jsonpointer/Makefile
T

23 lines
406 B
Makefile
Raw Normal View History

COMMENT = library to resolve JSON Pointers according to RFC 6901
2024-12-21 11:39:00 +00:00
MODPY_DISTV = 2.4
2024-12-21 11:39:00 +00:00
DISTNAME = jsonpointer-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
2025-04-29 10:40:12 +00:00
REVISION = 2
CATEGORIES = textproc
HOMEPAGE = https://github.com/stefankoegl/python-json-pointer
# BSD-3-Clause
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
2022-11-14 15:26:17 +00:00
MODPY_PYBUILD = setuptools
MODPY_PYTEST_ARGS = tests.py
.include <bsd.port.mk>