freebsd-ports/devel/py-pluggy/Makefile
Sunpoet Po-Chuan Hsieh 45b3e07dab Update to 0.6.0
- Remove TEST_DEPENDS to avoid cyclic dependency loop

Changes:	https://github.com/pytest-dev/pluggy/blob/master/CHANGELOG.rst
PR:		224685
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2018-01-13 08:13:18 +00:00

24 lines
455 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= pluggy
PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Plugin and hook calling mechanisms for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
.include <bsd.port.mk>