Index: head/devel/py-inflection/Makefile =================================================================== --- head/devel/py-inflection/Makefile (revision 557366) +++ head/devel/py-inflection/Makefile (revision 557367) @@ -1,19 +1,27 @@ # $FreeBSD$ PORTNAME= inflection -DISTVERSION= 0.3.1 +DISTVERSION= 0.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Ruby on Rails' inflector ported to Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= python:3.5+ USE_PYTHON= distutils autoplist + +TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs .include Index: head/devel/py-inflection/distinfo =================================================================== --- head/devel/py-inflection/distinfo (revision 557366) +++ head/devel/py-inflection/distinfo (revision 557367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522167352 -SHA256 (inflection-0.3.1.tar.gz) = 18ea7fb7a7d152853386523def08736aa8c32636b047ade55f7578c4edeb16ca -SIZE (inflection-0.3.1.tar.gz) = 8715 +TIMESTAMP = 1607087399 +SHA256 (inflection-0.5.1.tar.gz) = 1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417 +SIZE (inflection-0.5.1.tar.gz) = 15091