View | Details | Raw Unified | Return to bug 228269
Collapse All | Expand All

(-)py-beautifulsoup/Makefile (-2 / +15 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	beautifulsoup
4
PORTNAME=	beautifulsoup
5
PORTVERSION=	4.5.1
5
PORTVERSION=	4.6.0
6
CATEGORIES=	www python
6
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-19 Link Here
12
COMMENT=	HTML/XML Parser for Python
12
COMMENT=	HTML/XML Parser for Python
13
13
14
LICENSE=	MIT
14
LICENSE=	MIT
15
LICENSE_FILE=	${WRKSRC}/COPYING.txt
15
16
16
USES=		python
17
USES=		python
17
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist concurrent distutils
19
NO_ARCH=	yes
20
PORTDOCS=	*
18
21
22
OPTIONS_DEFINE=	DOCS
23
DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR}
24
DOCS_VARS=		PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
25
26
post-install-DOCS-on:
27
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
28
	(cd ${WRKSRC}/build/sphinx/html && \
29
		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
30
			"! -name .buildinfo -and ! -name objects.inv")
31
19
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)py-beautifulsoup/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1472063370
1
TIMESTAMP = 1526328542
2
SHA256 (beautifulsoup4-4.5.1.tar.gz) = 3c9474036afda9136aac6463def733f81017bf9ef3510d25634f335b0c87f5e1
2
SHA256 (beautifulsoup4-4.6.0.tar.gz) = 808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89
3
SIZE (beautifulsoup4-4.5.1.tar.gz) = 158039
3
SIZE (beautifulsoup4-4.6.0.tar.gz) = 160846

Return to bug 228269