diff options
Diffstat (limited to 'devel/py-pycomposefile/Makefile')
| -rw-r--r-- | devel/py-pycomposefile/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/py-pycomposefile/Makefile b/devel/py-pycomposefile/Makefile index 610c94682ca3..c04f05244c85 100644 --- a/devel/py-pycomposefile/Makefile +++ b/devel/py-pycomposefile/Makefile @@ -1,20 +1,21 @@ PORTNAME= pycomposefile -DISTVERSION= 0.0.30 -PORTREVISION= 2 +PORTVERSION= 0.0.34 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Structured deserialization of Docker Compose files for Python -WWW= https://pypi.org/project/pycomposefile/ +COMMENT= Structured deserialization of Docker Compose files +WWW= https://github.com/usepowershell/pycomposefile LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} +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 distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |
