Index: head/www/py-beautifulsoup/Makefile =================================================================== --- head/www/py-beautifulsoup/Makefile (revision 471385) +++ head/www/py-beautifulsoup/Makefile (revision 471386) @@ -1,19 +1,32 @@ # Created by: Mike Meyer # $FreeBSD$ PORTNAME= beautifulsoup -PORTVERSION= 4.5.1 +PORTVERSION= 4.6.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= beautifulsoup4-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= HTML/XML Parser for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes +PORTDOCS= * + +OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} +DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/build/sphinx/html && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ + "! -name .buildinfo -and ! -name objects.inv") .include Index: head/www/py-beautifulsoup/distinfo =================================================================== --- head/www/py-beautifulsoup/distinfo (revision 471385) +++ head/www/py-beautifulsoup/distinfo (revision 471386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472063370 -SHA256 (beautifulsoup4-4.5.1.tar.gz) = 3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1 -SIZE (beautifulsoup4-4.5.1.tar.gz) = 158039 +TIMESTAMP = 1526328542 +SHA256 (beautifulsoup4-4.6.0.tar.gz) = 808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89 +SIZE (beautifulsoup4-4.6.0.tar.gz) = 160846