- Update COMMENT - Update WWW - Add LICENSE_FILE - Convert to USE_PYTHON=pep517 Changes: https://github.com/usepowershell/pycomposefile/releases
26 lines
617 B
Makefile
26 lines
617 B
Makefile
PORTNAME= pycomposefile
|
|
PORTVERSION= 0.0.34
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Structured deserialization of Docker Compose files
|
|
WWW= https://github.com/usepowershell/pycomposefile
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.11<4:devel/py-flit-core@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${RM} -r ${WRKSRC}/tests/
|
|
|
|
.include <bsd.port.mk>
|