# Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= slackclient PORTVERSION= 1.0.0 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Python client for Slack.com LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest USES= python:-2.7 USE_GITHUB= yes USE_PYTHON= autoplist distutils GH_ACCOUNT= slackhq GH_PROJECT= python-${PORTNAME} NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest .include