freebsd-ports/textproc/py-vbuild/Makefile
Po-Chuan Hsieh af95c62c12
textproc/py-vbuild: Fix BUILD_DEPENDS
- While I'm here, remove incorrect/unnecessary patch-pyproject.toml for python and pscript in tool.poetry.dependencies section
- Bump PORTREVISION for package change

Approved by:	portmgr (blanket)
With hat:	python
2024-11-15 18:17:17 +08:00

23 lines
580 B
Makefile

PORTNAME= vbuild
DISTVERSION= 0.8.2
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org
COMMENT= Simple module to extract html/script/style from a VueJS file
WWW= https://github.com/manatlan/vbuild
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pscript>=0:textproc/py-pscript@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>