# Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= pygithub PORTVERSION= 1.25.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyGithub-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= Python library implementing the full GitHub API v3 LICENSE= LGPL3 USES= python USE_PYTHON= distutils autoplist regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include