git: 32e83513fe72 - main - www/py-requests-toolbelt: Remove DOCS option
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 19 06:08:08 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=32e83513fe72bc9763f5442c4d3cd378ae9746e4
commit 32e83513fe72bc9763f5442c4d3cd378ae9746e4
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:30:40 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 06:00:21 +0000
www/py-requests-toolbelt: Remove DOCS option
- Bump PORTREVISION for package change
---
www/py-requests-toolbelt/Makefile | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/www/py-requests-toolbelt/Makefile b/www/py-requests-toolbelt/Makefile
index f124c83be069..cbc939b15f2d 100644
--- a/www/py-requests-toolbelt/Makefile
+++ b/www/py-requests-toolbelt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= requests-toolbelt
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,17 +18,4 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-PORTDOCS= *
-
-OPTIONS_DEFINE= DOCS
-DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.3.0,1:textproc/py-sphinx@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${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>
More information about the dev-commits-ports-all
mailing list