Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 13:57:24 +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: r559162 - head/www/py-postorius
Message-ID:  <202012241357.0BODvO1O042209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 24 13:57:24 2020
New Revision: 559162
URL: https://svnweb.freebsd.org/changeset/ports/559162

Log:
  Change TEST_DEPENDS from py-beautifulsoup448 to py-beautifulsoup
  
  - Bump PORTREVISION for dependency change
  
  py-beautifulsoup448 (beautifulsoup4 4.8.2) was added only for py-wagtail which
  requires beautifulsoup4 >=4.8<4.9. Other ports should use py-beautifulsoup
  (beautifulsoup4 4.9.3) instead.

Modified:
  head/www/py-postorius/Makefile

Modified: head/www/py-postorius/Makefile
==============================================================================
--- head/www/py-postorius/Makefile	Thu Dec 24 13:57:20 2020	(r559161)
+++ head/www/py-postorius/Makefile	Thu Dec 24 13:57:24 2020	(r559162)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django-mailman3>=1
 		${PYTHON_PKGNAMEPREFIX}readme-renderer>0:devel/py-readme-renderer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup448>0:www/py-beautifulsoup448@${PY_FLAVOR} \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR}
 
 USES=		python:3.6+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012241357.0BODvO1O042209>