Prune devel/py-EnthoughtBase
[dports.git] / devel / py-pluggy / Makefile
1 # Created by: Kubilay Kocak <koobs@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       pluggy
5 PORTVERSION=    0.3.1
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     koobs@FreeBSD.org
11 COMMENT=        Plugin and hook calling mechanisms for Python
12
13 LICENSE=        MIT
14 LICENSE_FILE=   ${WRKSRC}/LICENSE
15
16 TEST_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
17
18 USES=           python
19 USE_PYTHON=     autoplist distutils
20
21 NO_ARCH=        yes
22
23 do-test:
24         @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
25
26 .include <bsd.port.mk>