ports/devel/py-hatch-nodejs-version/Makefile
Po-Chuan Hsieh 2c6baccbc4
devel/py-hatch-nodejs-version: Use PYPI instead of CHEESESHOP
Approved by:	portmgr (blanket)
With hat:	python
2023-11-15 01:16:46 +08:00

25 lines
693 B
Makefile

PORTNAME= hatch-nodejs-version
DISTVERSION= 0.3.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= hatch_nodejs_version-${DISTVERSION}
MAINTAINER= kai@FreeBSD.org
COMMENT= Hatch plugin for versioning from a package.json file
WWW= https://github.com/agoose77/hatch-nodejs-version
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0.21.0:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517 pytest
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
NO_ARCH= yes
.include <bsd.port.mk>