1PORTNAME= gitpython 2DISTVERSION= 3.1.30 3CATEGORIES= devel python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6DISTNAME= GitPython-${PORTVERSION} 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Python Git Library 10WWW= https://github.com/gitpython-developers/GitPython 11 12LICENSE= bsd3 13LICENSE_FILE= ${WRKSRC}/LICENSE 14 15BUILD_DEPENDS+= git:devel/git 16RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>=1.1.1:devel/py-ddt@${PY_FLAVOR} \ 17 ${PYTHON_PKGNAMEPREFIX}gitdb>=4.0.0:devel/py-gitdb@${PY_FLAVOR} \ 18 git:devel/git 19 20NO_ARCH= yes 21NO_TEST= yes 22USES= python 23USE_PYTHON= autoplist concurrent distutils 24 25.include <bsd.port.mk> 26