svn commit: r536158 - head/www/py-instabot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 21 20:44:58 UTC 2020


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} \


More information about the svn-ports-head mailing list