Date: Sat, 6 Apr 2019 14:00:09 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498098 - head/www/py-beautifulsoup Message-ID: <201904061400.x36E09pP080674@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sat Apr 6 14:00:08 2019 New Revision: 498098 URL: https://svnweb.freebsd.org/changeset/ports/498098 Log: - Add missing RUN_DEPENDS Modified: head/www/py-beautifulsoup/Makefile Modified: head/www/py-beautifulsoup/Makefile ============================================================================== --- head/www/py-beautifulsoup/Makefile Sat Apr 6 13:46:48 2019 (r498097) +++ head/www/py-beautifulsoup/Makefile Sat Apr 6 14:00:08 2019 (r498098) @@ -3,6 +3,7 @@ PORTNAME= beautifulsoup PORTVERSION= 4.7.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,10 @@ COMMENT= HTML/XML Parser for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}soupsieve>=1.2:www/py-soupsieve@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061400.x36E09pP080674>