diff --git a/devel/py-jaraco.util/Makefile b/devel/py-jaraco.util/Makefile index 5546ea9d49bb..a61e01ef9f66 100644 --- a/devel/py-jaraco.util/Makefile +++ b/devel/py-jaraco.util/Makefile @@ -1,42 +1,45 @@ # Created by: William Grzybowski PORTNAME= jaraco.util -PORTVERSION= 14.0.0 +PORTVERSION= 14.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= General utility modules that supply commonly-used functionality LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0:devel/py-contextlib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jaraco.context>=0:devel/py-jaraco.context@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-black-multipy>=0:devel/py-pytest-black-multipy@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-black>=0.3.7:devel/py-pytest-black@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-checkdocs>=2.4:devel/py-pytest-checkdocs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-enabler>=1.0.1:devel/py-pytest-enabler@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes POST_PLIST= trim-jaraco-namespace post-install: @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py* -@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.* -@${RMDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__ trim-jaraco-namespace: @${REINPLACE_CMD} '/jaraco\/__init__\./d; /jaraco\/__pycache__\/__init__\./d' ${TMPPLIST} do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v .include diff --git a/devel/py-jaraco.util/distinfo b/devel/py-jaraco.util/distinfo index 16483b216091..ac1115451292 100644 --- a/devel/py-jaraco.util/distinfo +++ b/devel/py-jaraco.util/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588013492 -SHA256 (jaraco.util-14.0.0.tar.gz) = 3b4c7dd8727587c25ce4f1deefcaacbd510e12879a054cbb4e20d602b8a481ed -SIZE (jaraco.util-14.0.0.tar.gz) = 17716 +TIMESTAMP = 1620405409 +SHA256 (jaraco.util-14.0.2.tar.gz) = 5e31ea8bf4c5825706949e65588080ad16798cb30a0c21dd953b58a664ddf47e +SIZE (jaraco.util-14.0.2.tar.gz) = 17818 diff --git a/devel/py-jaraco.util/pkg-descr b/devel/py-jaraco.util/pkg-descr index 2c6dd796e64c..d7f8a6faaa14 100644 --- a/devel/py-jaraco.util/pkg-descr +++ b/devel/py-jaraco.util/pkg-descr @@ -1,7 +1,7 @@ jaraco.util contains a number of nominally useful, reusable classes and functions. They're designed to be intuitively named and self-documenting (many with extensive doctests). -WWW: https://pypi.org/project/jaraco.util/ +WWW: https://github.com/jaraco/jaraco.util