mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
566 B
Makefile
23 lines
566 B
Makefile
PORTNAME= cson
|
|
DISTVERSION= 0.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Coffescript Object Notation (CSON) parser for Python 2 and Python 3
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PKGNAMEPREFIX}speg>=0.3:devel/py-speg@${PY_FLAVOR}
|
|
TEST_DEPENDS= ${PKGNAMEPREFIX}pytest:devel/py-pytest@${PY_FLAVOR} \
|
|
${PKGNAMEPREFIX}speg>=0.3:devel/py-speg@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest test
|
|
|
|
.include <bsd.port.mk>
|