svn commit: r498098 - head/www/py-beautifulsoup

Wen Heping wen at FreeBSD.org
Sat Apr 6 14:00:09 UTC 2019


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


More information about the svn-ports-head mailing list