mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 02:00:30 -04:00
PR: 225576 Submitted by: mshirk@daemon-security.com Approved by: maintainer(timeout, > 14 days)
27 lines
659 B
Makefile
27 lines
659 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= GitPython
|
|
DISTVERSION= 2.1.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= che@bein.link
|
|
COMMENT= Python Git Library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>=1.1.1:devel/py-ddt@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}gitdb2>=2.0.0:devel/py-gitdb2@${FLAVOR}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${PYTHON_CMD} -m nose
|
|
|
|
.include <bsd.port.mk>
|