aboutsummaryrefslogtreecommitdiff
path: root/devel/py-pytest-mutagen/Makefile
blob: 38463fabe339fbdd224b41cc08753426de1e8723 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	pytest-mutagen
PORTVERSION=	1.3
CATEGORIES=	devel python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Add the mutation testing feature to pytest
WWW=		https://pypi.org/project/pytest-mutagen/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR}

USE_GITHUB=	yes  # LICENSE and tests are missing from PyPI distribution
GH_ACCOUNT=	timpaquatte
GH_TAGNAME=	b4cc63c  # 1.3 tag is also missing

USES=		python
USE_PYTHON=	autoplist distutils pytest
NO_ARCH=	yes
PYTEST_BROKEN_TESTS=	test_BST_mutations test_short_example test_separate_files

.include <bsd.port.mk>