Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2021 11:47:35 +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: r561634 - head/graphics/zathura
Message-ID:  <202101151147.10FBlZji017311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Fri Jan 15 11:47:34 2021
New Revision: 561634
URL: https://svnweb.freebsd.org/changeset/ports/561634

Log:
  graphics/zathura: Remove Python 2.7 support and PY_SPHINX
  
  Approved by:	 portmgr blanket

Modified:
  head/graphics/zathura/Makefile

Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile	Fri Jan 15 11:16:10 2021	(r561633)
+++ head/graphics/zathura/Makefile	Fri Jan 15 11:47:34 2021	(r561634)
@@ -15,11 +15,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libgirara-gtk3.so:x11-toolkits/girara \
 		libsynctex.so:devel/tex-synctex
-BUILD_DEPENDS=	${PY_SPHINX} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2,1:textproc/py-sphinx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
 
 USES=		compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \
-		python
+		python:3.6+
 USE_GNOME=	glib20 gtk30 gdkpixbuf2
 INSTALLS_ICONS=	yes
 



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