Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2020 20:46:51 +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: r534422 - in head/www: . py-beautifulsoup448
Message-ID:  <202005082046.048KkpL7000517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May  8 20:46:51 2020
New Revision: 534422
URL: https://svnweb.freebsd.org/changeset/ports/534422

Log:
  Add py-beautifulsoup448 4.8.2 (copied from py-beautifulsoup)
  
  - Add PORTSCOUT

Added:
  head/www/py-beautifulsoup448/
     - copied from r531569, head/www/py-beautifulsoup/
Modified:
  head/www/Makefile
  head/www/py-beautifulsoup448/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri May  8 20:46:45 2020	(r534421)
+++ head/www/Makefile	Fri May  8 20:46:51 2020	(r534422)
@@ -1404,6 +1404,7 @@
     SUBDIR += py-beaker
     SUBDIR += py-beautifulsoup
     SUBDIR += py-beautifulsoup32
+    SUBDIR += py-beautifulsoup448
     SUBDIR += py-beautifulsoup460
     SUBDIR += py-biscuits
     SUBDIR += py-bjoern

Modified: head/www/py-beautifulsoup448/Makefile
==============================================================================
--- head/www/py-beautifulsoup/Makefile	Mon Apr 13 02:43:37 2020	(r531569)
+++ head/www/py-beautifulsoup448/Makefile	Fri May  8 20:46:51 2020	(r534422)
@@ -1,36 +1,26 @@
 # Created by: Mike Meyer
 # $FreeBSD$
 
-PORTNAME=	beautifulsoup
+PORTNAME=	beautifulsoup4
 PORTVERSION=	4.8.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	beautifulsoup4-${PORTVERSION}
+PKGNAMESUFFIX=	48
 
-MAINTAINER=	wen@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 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}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}soupsieve>=1.2:www/py-soupsieve@${PY_FLAVOR}
 
 USES=		python
 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")
+PORTSCOUT=	ignore:1
 
 .include <bsd.port.mk>



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