Index: head/net-im/toot/Makefile =================================================================== --- head/net-im/toot/Makefile (revision 524770) +++ head/net-im/toot/Makefile (revision 524771) @@ -1,44 +1,43 @@ # $FreeBSD$ PORTNAME= toot -DISTVERSION= 0.24.0 +DISTVERSION= 0.25.2 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= Interact with the Mastodon social network from the command line LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.13:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.1.7:devel/py-wcwidth@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.4.0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.0:devel/py-pytest@${PY_FLAVOR} USES= python:3.4+ -USE_PYTHON= autoplist distutils - USE_GITHUB= yes GH_ACCOUNT= ihabunek +USE_PYTHON= autoplist distutils +TEST_TARGET= coverage test + NO_ARCH= yes PORTDOCS= CHANGELOG.md README.rst -TEST_TARGET= coverage test - OPTIONS_DEFINE= DOCS -pre-test: - @${REINPLACE_CMD} -e 's|py.test |py.test-${PYTHON_VER} |' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|pytest |pytest-${PYTHON_VER} |' ${WRKSRC}/Makefile - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} + +pre-test: + @${REINPLACE_CMD} -e 's|py.test |py.test-${PYTHON_VER} |' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|pytest |pytest-${PYTHON_VER} |' ${WRKSRC}/Makefile .include Index: head/net-im/toot/distinfo =================================================================== --- head/net-im/toot/distinfo (revision 524770) +++ head/net-im/toot/distinfo (revision 524771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568980447 -SHA256 (ihabunek-toot-0.24.0_GH0.tar.gz) = 645db4d1284cde8d29de1e6852efcb84284e66b55a1847c71b7f32a6ebe658ee -SIZE (ihabunek-toot-0.24.0_GH0.tar.gz) = 608081 +TIMESTAMP = 1580572167 +SHA256 (ihabunek-toot-0.25.2_GH0.tar.gz) = 9dfba770da228b81ded867da8aaf7a0c20410563959e851f3bdd648715b6cdd3 +SIZE (ihabunek-toot-0.25.2_GH0.tar.gz) = 609152