ports/devel/pycomposefile/Makefile
Danilo G. Baio 2793f7a2da devel/pycomposefile: New port
Structured deserialization of Docker Compose files.

A Python library mainly used for the azure-cli application.

https://pypi.org/project/pycomposefile/
2023-10-01 20:58:56 -03:00

23 lines
500 B
Makefile

PORTNAME= pycomposefile
DISTVERSION= 0.0.30
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Structured deserialization of Docker Compose files for Python
WWW= https://pypi.org/project/pycomposefile/
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=6.0:devel/py-yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
post-patch:
@${RM} -r ${WRKSRC}/tests/
.include <bsd.port.mk>