Po-Chuan Hsieh 41b3fc1ba0
devel/py-lark: Remove ATOMIC_CACHE option
- Unmark DEPRECATED and remove EXPIRATION_DATE
- Unmark DEPRECATED and remove EXPIRATION_DATE of dependent ports
- Bump PORTREVISION for dependency change
2025-04-29 20:42:31 +08:00

23 lines
549 B
Makefile

PORTNAME= commentjson
PORTVERSION= 0.9.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= awoonyaa@gmail.com
COMMENT= Create JSON files with Python and JavaScript style inline comments
WWW= https://pypi.org/project/commentjson/
LICENSE= MIT
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lark>0:devel/py-lark@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>