diff --git a/devel/py-hypothesmith/Makefile b/devel/py-hypothesmith/Makefile index 8dd272293a43..c4ae5035f77b 100644 --- a/devel/py-hypothesmith/Makefile +++ b/devel/py-hypothesmith/Makefile @@ -1,24 +1,27 @@ PORTNAME= hypothesmith -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Hypothesis strategies for generating Python programs LICENSE= MPL20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lark-parser>=0:devel/py-lark-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libcst>=0:devel/py-libcst@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}parso>=0:textproc/py-parso@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes +TEST_ENV= PYTHONPATH="${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}" do-test: - @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/tox-${PYTHON_VER} --sitepackages + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -o addopts= -v -rs .include diff --git a/devel/py-hypothesmith/distinfo b/devel/py-hypothesmith/distinfo index fa1f564522c5..3e783e889bca 100644 --- a/devel/py-hypothesmith/distinfo +++ b/devel/py-hypothesmith/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610450359 -SHA256 (hypothesmith-0.1.8.tar.gz) = f9ff047b15c4ed312ce3da57ea27570f86d6b53ce12af9f25e59e6576a00410a -SIZE (hypothesmith-0.1.8.tar.gz) = 24760 +TIMESTAMP = 1629380587 +SHA256 (hypothesmith-0.1.9.tar.gz) = 039fd6aa0102f89df9df7ad4cff70aa8068678c13c3be2713c92568917317a04 +SIZE (hypothesmith-0.1.9.tar.gz) = 24707