Changeset View
Changeset View
Standalone View
Standalone View
devel/py-hatch-vcs/Makefile
| PORTNAME= hatch-vcs | PORTNAME= hatch-vcs | ||||
| PORTVERSION= 0.4.0 | PORTVERSION= 0.4.0 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| DISTNAME= hatch_vcs-${PORTVERSION} | DISTNAME= hatch_vcs-${PORTVERSION} | ||||
| MAINTAINER= sunpoet@FreeBSD.org | MAINTAINER= sunpoet@FreeBSD.org | ||||
| COMMENT= Hatch plugin for versioning with your preferred VCS | COMMENT= Hatch plugin for versioning with your preferred VCS | ||||
| WWW= https://github.com/ofek/hatch-vcs | WWW= https://github.com/ofek/hatch-vcs | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE.txt | LICENSE_FILE= ${WRKSRC}/LICENSE.txt | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR} | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR} | ||||
| RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR} \ | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.1.0:devel/py-hatchling@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.4.0:devel/py-setuptools_scm@${PY_FLAVOR} | ${PY_SETUPTOOLS} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4.0:devel/py-setuptools-scm@${PY_FLAVOR} | |||||
| TEST_DEPENDS= git:devel/git | TEST_DEPENDS= git:devel/git | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= autoplist concurrent pep517 pytest | USE_PYTHON= autoplist concurrent pep517 pytest | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} | TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||