Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 21:17:05 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535010 - head/www/py-requests-toolbelt
Message-ID:  <202005122117.04CLH52C024735@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Tue May 12 21:17:05 2020
New Revision: 535010
URL: https://svnweb.freebsd.org/changeset/ports/535010

Log:
  www/py-requests-toolbelt: Use newer sphinx
  
  Approved by:	portmgr blanket

Modified:
  head/www/py-requests-toolbelt/Makefile

Modified: head/www/py-requests-toolbelt/Makefile
==============================================================================
--- head/www/py-requests-toolbelt/Makefile	Tue May 12 20:55:08 2020	(r535009)
+++ head/www/py-requests-toolbelt/Makefile	Tue May 12 21:17:05 2020	(r535010)
@@ -2,7 +2,7 @@
 
 PORTNAME=	requests-toolbelt
 DISTVERSION=	0.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,8 @@ NO_ARCH=	yes
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx18>0:textproc/py-sphinx18@${PY_FLAVOR}
+DOCS_BUILD_DEPENDS=	${PY_SPHINX} \
+		${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:



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