Date: Sat, 2 Jun 2018 17:55:46 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471386 - head/www/py-beautifulsoup Message-ID: <201806021755.w52HtkLt092737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Jun 2 17:55:46 2018 New Revision: 471386 URL: https://svnweb.freebsd.org/changeset/ports/471386 Log: - Update to 4.6.0 - Added LICENSE_FILE - Added NO_ARCH - Added DOCS option with appropriate dependencies PR: 228269 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer implicit Sponsored by: iXsystems Inc. Modified: head/www/py-beautifulsoup/Makefile head/www/py-beautifulsoup/distinfo Modified: head/www/py-beautifulsoup/Makefile ============================================================================== --- head/www/py-beautifulsoup/Makefile Sat Jun 2 17:37:11 2018 (r471385) +++ head/www/py-beautifulsoup/Makefile Sat Jun 2 17:55:46 2018 (r471386) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beautifulsoup -PORTVERSION= 4.5.1 +PORTVERSION= 4.6.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,21 @@ 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 <bsd.port.mk> Modified: head/www/py-beautifulsoup/distinfo ============================================================================== --- head/www/py-beautifulsoup/distinfo Sat Jun 2 17:37:11 2018 (r471385) +++ head/www/py-beautifulsoup/distinfo Sat Jun 2 17:55:46 2018 (r471386) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806021755.w52HtkLt092737>