Date: Thu, 21 May 2020 20:44:57 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536158 - head/www/py-instabot Message-ID: <202005212044.04LKivsR065397@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu May 21 20:44:56 2020 New Revision: 536158 URL: https://svnweb.freebsd.org/changeset/ports/536158 Log: Fix RUN_DEPENDS: pytest is not a runtime dependency - Bump PORTREVISION for dependency change Modified: head/www/py-instabot/Makefile Modified: head/www/py-instabot/Makefile ============================================================================== --- head/www/py-instabot/Makefile Thu May 21 20:44:52 2020 (r536157) +++ head/www/py-instabot/Makefile Thu May 21 20:44:56 2020 (r536158) @@ -3,6 +3,7 @@ PORTNAME= instabot PORTVERSION= 0.117.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +22,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2019.11.2 ${PYTHON_PKGNAMEPREFIX}moviepy>=1.0.1:multimedia/py-moviepy@${PY_FLAVOR} \ ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.7.1:net/py-pysocks@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=4.6.9:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2019.3:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005212044.04LKivsR065397>