1PORTNAME= setuptools_scm_git_archive 2PORTVERSION= 1.4 3CATEGORIES= devel python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Python setuptools_scm plugin for git archives 9WWW= https://github.com/Changaco/setuptools_scm_git_archive 10 11LICENSE= mit 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} 15RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} 16 17USES= python 18USE_PYTHON= autoplist distutils 19 20NO_ARCH= yes 21 22.include <bsd.port.mk> 23