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