From 129fcd6d8c261a0791041b215ebe203c06e906a1 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 27 Feb 2019 09:36:25 +0000 Subject: [PATCH] net-im/toot: Update to 0.21.0 - Add new runtime dependencies - Add more toot tests to the makefile - Changelogs: - https://github.com/ihabunek/toot/releases/tag/0.20.0 - https://github.com/ihabunek/toot/releases/tag/0.21.0 Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D19377 --- net-im/toot/Makefile | 8 +++++--- net-im/toot/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/net-im/toot/Makefile b/net-im/toot/Makefile index e937934ec0d6..ca81d2d1bc86 100644 --- a/net-im/toot/Makefile +++ b/net-im/toot/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= toot -DISTVERSION= 0.19.0 +DISTVERSION= 0.21.0 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ 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}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} @@ -30,10 +31,11 @@ OPTIONS_DEFINE= DOCS PORTDOCS= CHANGELOG.md README.rst MAKE_ENV= PATH+=${STAGEDIR}${PREFIX}/bin -TEST_TARGET= coverage +TEST_TARGET= coverage test 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} diff --git a/net-im/toot/distinfo b/net-im/toot/distinfo index 28724698d967..835f9ccad7fa 100644 --- a/net-im/toot/distinfo +++ b/net-im/toot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1534367575 -SHA256 (ihabunek-toot-0.19.0_GH0.tar.gz) = 90d76442a85a6597edfa3dc5edaf5a506fc5912577381f67ffecc092e64bafdf -SIZE (ihabunek-toot-0.19.0_GH0.tar.gz) = 151092 +TIMESTAMP = 1551131323 +SHA256 (ihabunek-toot-0.21.0_GH0.tar.gz) = 23f66db6535b71e03c33a6b5499125302963a6c6f567233eeeb0559bb7232697 +SIZE (ihabunek-toot-0.21.0_GH0.tar.gz) = 181838