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

(-)py-requests-toolbelt/Makefile (-2 / +15 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/www/py-requests-toolbelt/Makefile 455210 2017-11-30 15:50:30Z mat $
1
# $FreeBSD: head/www/py-requests-toolbelt/Makefile 455210 2017-11-30 15:50:30Z mat $
2
2
3
PORTNAME=	requests-toolbelt
3
PORTNAME=	requests-toolbelt
4
PORTVERSION=	0.7.0
4
DISTVERSION=	0.8.0
5
CATEGORIES=	www python
5
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-19 Link Here
10
COMMENT=	Utility belt for advanced users of python-requests
10
COMMENT=	Utility belt for advanced users of python-requests
11
11
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>2.0.1:www/py-requests@${FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>2.0.1:www/py-requests@${PY_FLAVOR}
15
16
16
USES=		python
17
USES=		python
17
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist distutils
19
NO_ARCH=	yes
20
PORTDOCS=	*
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")
18
31
19
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)py-requests-toolbelt/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1471871735
1
TIMESTAMP = 1524999808
2
SHA256 (requests-toolbelt-0.7.0.tar.gz) = 33899d4a559c3f0f5e9fbc115d337c4236febdc083755a160a4132d92fc3c91a
2
SHA256 (requests-toolbelt-0.8.0.tar.gz) = f6a531936c6fa4c6cfce1b9c10d5c4f498d16528d2a54a22ca00011205a187b5
3
SIZE (requests-toolbelt-0.7.0.tar.gz) = 194062
3
SIZE (requests-toolbelt-0.8.0.tar.gz) = 196129

Return to bug 227840