svn commit: r500136 - in head/www: . py-beautifulsoup460
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Apr 26 20:43:35 UTC 2019
Author: sunpoet
Date: Fri Apr 26 20:43:34 2019
New Revision: 500136
URL: https://svnweb.freebsd.org/changeset/ports/500136
Log:
Add py-beautifulsoup460 4.6.0 (copied from py-beautifulsoup)
- Update WWW
Added:
head/www/py-beautifulsoup460/
- copied from r497954, head/www/py-beautifulsoup/
Modified:
head/www/Makefile
head/www/py-beautifulsoup460/Makefile
head/www/py-beautifulsoup460/pkg-descr
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Fri Apr 26 20:35:21 2019 (r500135)
+++ head/www/Makefile Fri Apr 26 20:43:34 2019 (r500136)
@@ -1482,6 +1482,7 @@
SUBDIR += py-beaker
SUBDIR += py-beautifulsoup
SUBDIR += py-beautifulsoup32
+ SUBDIR += py-beautifulsoup460
SUBDIR += py-biscuits
SUBDIR += py-bjoern
SUBDIR += py-bleach
Modified: head/www/py-beautifulsoup460/Makefile
==============================================================================
--- head/www/py-beautifulsoup/Makefile Fri Apr 5 13:51:57 2019 (r497954)
+++ head/www/py-beautifulsoup460/Makefile Fri Apr 26 20:43:34 2019 (r500136)
@@ -1,14 +1,14 @@
# Created by: Mike Meyer
# $FreeBSD$
-PORTNAME= beautifulsoup
+PORTNAME= beautifulsoup4
PORTVERSION= 4.6.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= beautifulsoup4-${PORTVERSION}
+PKGNAMESUFFIX= 60
-MAINTAINER= wg at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= HTML/XML Parser for Python
LICENSE= MIT
@@ -16,17 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt
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")
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/www/py-beautifulsoup460/pkg-descr
==============================================================================
--- head/www/py-beautifulsoup/pkg-descr Fri Apr 5 13:51:57 2019 (r497954)
+++ head/www/py-beautifulsoup460/pkg-descr Fri Apr 26 20:43:34 2019 (r500136)
@@ -9,4 +9,4 @@ locally well-formed, you can use this library to find
well-formed part of it. The BeautifulSoup class has heuristics for
obtaining a sensible parse tree in the face of common HTML errors.
-WWW: http://www.crummy.com/software/BeautifulSoup/
+WWW: https://www.crummy.com/software/BeautifulSoup/
More information about the svn-ports-head
mailing list