Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 12:12:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549439 - in head: devel/bpython devel/py-lineedit devel/py-mdv devel/py-pudb devel/py-pyface devel/py-readme_renderer devel/tortoisehg devel/viewvc graphics/py-traitsui sysutils/mog te...
Message-ID:  <202009211212.08LCCfhc072903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep 21 12:12:41 2020
New Revision: 549439
URL: https://svnweb.freebsd.org/changeset/ports/549439

Log:
  Use the PY_PYGMENTS variable
  
  With hat:	portmgr

Modified:
  head/devel/bpython/Makefile
  head/devel/py-lineedit/Makefile
  head/devel/py-mdv/Makefile
  head/devel/py-pudb/Makefile
  head/devel/py-pyface/Makefile
  head/devel/py-readme_renderer/Makefile
  head/devel/tortoisehg/Makefile
  head/devel/viewvc/Makefile
  head/graphics/py-traitsui/Makefile
  head/sysutils/mog/Makefile
  head/textproc/py-jsx-lexer/Makefile
  head/textproc/py-pygments/Makefile
  head/textproc/py-rst2html5/Makefile
  head/textproc/py-sphinx18/Makefile
  head/www/py-WebError/Makefile
  head/www/py-grip/Makefile
  head/www/py-pelican/Makefile
  head/www/searx/Makefile
  head/www/trac-devel/Makefile
  head/www/trac/Makefile

Modified: head/devel/bpython/Makefile
==============================================================================
--- head/devel/bpython/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/devel/bpython/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bpython
 PORTVERSION=	0.19
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP \
 		https://bpython-interpreter.org/releases/
@@ -17,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PY_SPHINX}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curtsies>=0.1.18:devel/py-curtsies@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}greenlet>=0:devel/py-greenlet@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \
+		${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six@${PY_FLAVOR}
 

Modified: head/devel/py-lineedit/Makefile
==============================================================================
--- head/devel/py-lineedit/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/devel/py-lineedit/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -2,6 +2,7 @@
 
 PORTNAME=	lineedit
 PORTVERSION=	0.1.5
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ COMMENT=	Readline library based on prompt_toolkit whic
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
+RUN_DEPENDS=	${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wcwidth>0:devel/py-wcwidth@${PY_FLAVOR}
 

Modified: head/devel/py-mdv/Makefile
==============================================================================
--- head/devel/py-mdv/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/devel/py-mdv/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mdv
 PORTVERSION=	1.7.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>0:devel/p
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markdown>=2.0.3:textproc/py-markdown@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
+		${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}
 

Modified: head/devel/py-pudb/Makefile
==============================================================================
--- head/devel/py-pudb/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/devel/py-pudb/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pudb
 PORTVERSION=	2019.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Full-screen, console-based Python debugger
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.0:textproc/py-pygments@${PY_FLAVOR} \
+RUN_DEPENDS=	${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}urwid>=1.1.1:devel/py-urwid@${PY_FLAVOR}
 
 USES=		python

Modified: head/devel/py-pyface/Makefile
==============================================================================
--- head/devel/py-pyface/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/devel/py-pyface/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pyface
 PORTVERSION=	6.1.2
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traits>0:devel/py-
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
+		${PY_PYGMENTS}
 
 USES=		python
 USE_PYTHON=	autoplist distutils
@@ -35,7 +36,7 @@ NO_ARCH=	yes
 OPTIONS_DEFINE=		QT5
 OPTIONS_DEFAULT=	QT5
 
-QT5_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
+QT5_RUN_DEPENDS=	${PY_PYGMENTS}
 QT5_USES=		pyqt:5
 QT5_USE=		PYQT=core_run,gui_run,network_test,opengl_test,printsupport_run,svg_run,test_test,webkit_test,webkitwidgets_test,widgets_run
 

Modified: head/devel/py-readme_renderer/Makefile
==============================================================================
--- head/devel/py-readme_renderer/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/devel/py-readme_renderer/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	readme_renderer
 PORTVERSION=	26.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bleach>=2.1.0:www/py-bleach@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1:textproc/py-docutils@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=2.5.1:textproc/py-pygments@${PY_FLAVOR} \
+		${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python

Modified: head/devel/tortoisehg/Makefile
==============================================================================
--- head/devel/tortoisehg/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/devel/tortoisehg/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -2,6 +2,7 @@
 
 PORTNAME=	tortoisehg
 DISTVERSION=	5.5.1
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	arrowd@FreeBSD.org
@@ -13,9 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 BUILD_DEPENDS=	${PY_MERCURIAL}
 RUN_DEPENDS=	${PY_MERCURIAL} \
 		${PYTHON_PKGNAMEPREFIX}iniparse>=0.4:devel/py-iniparse@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
+		${PY_PYGMENTS}
 
-USES=		pyqt:5 python:2.7+
+USES=		pyqt:5 python
 USE_PYQT=	core gui network qscintilla2 xml
 USE_PYTHON=	distutils autoplist
 

Modified: head/devel/viewvc/Makefile
==============================================================================
--- head/devel/viewvc/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/devel/viewvc/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,7 +3,7 @@
 
 PORTNAME=	viewvc
 DISTVERSION=	1.2.1
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel python
 
 MAINTAINER=	ohauer@FreeBSD.org
@@ -37,7 +37,7 @@ MYSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:d
 
 SVN_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}subversion-lts>=0:devel/py-subversion@${PY_FLAVOR}
 
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR}
+RUN_DEPENDS+=		${PY_PYGMENTS}
 
 .include <bsd.port.options.mk>
 

Modified: head/graphics/py-traitsui/Makefile
==============================================================================
--- head/graphics/py-traitsui/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/graphics/py-traitsui/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	traitsui
 PORTVERSION=	6.1.3
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,7 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traits>0:devel/py-
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
+		${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}traits>0:devel/py-traits@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR}
@@ -42,7 +43,7 @@ NO_ARCH=	yes
 OPTIONS_DEFINE=	QT5
 OPTIONS_DEFAULT=QT5
 
-QT5_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
+QT5_RUN_DEPENDS=	${PY_PYGMENTS}
 QT5_USES=		pyqt:5
 QT5_USE=		PYQT=core_run,gui_run,printsupport_run,svg_run,widgets_run
 

Modified: head/sysutils/mog/Makefile
==============================================================================
--- head/sysutils/mog/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/sysutils/mog/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mog
 PORTVERSION=	0.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -12,7 +12,7 @@ COMMENT=	Different take on the UNIX tool cat
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}mdv>0:devel/py-mdv@${PY_FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/textproc/py-jsx-lexer/Makefile
==============================================================================
--- head/textproc/py-jsx-lexer/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/textproc/py-jsx-lexer/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -2,6 +2,7 @@
 
 PORTNAME=	jsx-lexer
 PORTVERSION=	0.0.7
+PORTREVISION=	1
 DISTVERSIONPREFIX=v
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	JSX lexer for Pygments
 LICENSE=	MIT
 #LICENSE_FILE=	Not packaged yet in sdist
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=2.1:textproc/py-pygments@${PY_FLAVOR}
+RUN_DEPENDS=	${PY_PYGMENTS}
 
 USES=		python
 USE_GITHUB=	yes # tests not in sdist

Modified: head/textproc/py-pygments/Makefile
==============================================================================
--- head/textproc/py-pygments/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/textproc/py-pygments/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -15,7 +15,7 @@ COMMENT=	Syntax highlighter written in Python
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils concurrent autoplist
 
 CONFLICTS_INSTALL=	py??-pygments-25

Modified: head/textproc/py-rst2html5/Makefile
==============================================================================
--- head/textproc/py-rst2html5/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/textproc/py-rst2html5/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rst2html5
 PORTVERSION=	1.9.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PY_PATHLIB}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=2.0.2:textproc/py-pygments@${PY_FLAVOR}
+		${PY_PYGMENTS}
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist

Modified: head/textproc/py-sphinx18/Makefile
==============================================================================
--- head/textproc/py-sphinx18/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/textproc/py-sphinx18/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sphinx
 PORTVERSION=	1.8.5
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
@@ -28,7 +28,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/p
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}docutils>=0.11:textproc/py-docutils@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinxcontrib-websupport11>=1.0.1:textproc/py-sphinxcontrib-websupport11@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${PY_FLAVOR} \
+		${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0.1:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}alabaster>=0.7<0.8:textproc/py-alabaster@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}snowballstemmer>=1.1:textproc/py-snowballstemmer@${PY_FLAVOR} \

Modified: head/www/py-WebError/Makefile
==============================================================================
--- head/www/py-WebError/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/www/py-WebError/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	WebError
 PORTVERSION=	0.13.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Web Error handling and exception catching
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Paste>=1.7:www/py-paste@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=1.0:textproc/py-pygments@${PY_FLAVOR} \
+		${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}Tempita>=0.3:textproc/py-Tempita@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:www/py-webob@${PY_FLAVOR}
 

Modified: head/www/py-grip/Makefile
==============================================================================
--- head/www/py-grip/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/www/py-grip/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -2,7 +2,7 @@
 
 PORTNAME=	grip
 PORTVERSION=	4.5.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docopt>=0.4.0:devel/py-docopt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markdown>=2.5.1:textproc/py-markdown@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
+		${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/py-flask@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}path-and-address>=2.0.1:www/py-path-and-address@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.4.1:www/py-requests@${PY_FLAVOR}

Modified: head/www/py-pelican/Makefile
==============================================================================
--- head/www/py-pelican/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/www/py-pelican/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pelican
 PORTVERSION=	4.2.0
+PORTREVISION=	1
 CATEGORIES=	www textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -40,7 +41,7 @@ MARKDOWN_DESC=		Markdown markup language format suppor
 MARKDOWN_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR}
 
 SYNTAX_DESC=		Syntax Highlighting (via pygments)
-SYNTAX_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=1.4:textproc/py-pygments@${PY_FLAVOR}
+SYNTAX_RUN_DEPENDS=	${PY_PYGMENTS}
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

Modified: head/www/searx/Makefile
==============================================================================
--- head/www/searx/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/www/searx/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -4,6 +4,7 @@
 PORTNAME=	searx
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.16.0
+PORTREVISION=	1
 CATEGORIES=	www python
 
 MAINTAINER=	loic.blot@unix-experience.fr
@@ -22,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:security
 		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>0:net/py-ndg_httpsclient@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
+		${PY_PYGMENTS} \
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}splinter>0:www/py-splinter@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \

Modified: head/www/trac-devel/Makefile
==============================================================================
--- head/www/trac-devel/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/www/trac-devel/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -2,6 +2,7 @@
 
 PORTNAME=	trac
 DISTVERSION=	1.3.3
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	http://ftp.edgewall.com/pub/trac/ \
 		ftp://ftp.edgewall.com/pub/trac/
@@ -46,7 +47,7 @@ PYGMENTS_DESC=		Use generic syntax highlighter
 TZ_DESC=		Process Time Zones
 
 DOCUTILS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.14:textproc/py-docutils@${PY_FLAVOR}
-PYGMENTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments@${PY_FLAVOR}
+PYGMENTS_RUN_DEPENDS=	${PY_PYGMENTS}
 TZ_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 PGSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR}
 SQLITE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}

Modified: head/www/trac/Makefile
==============================================================================
--- head/www/trac/Makefile	Mon Sep 21 12:01:13 2020	(r549438)
+++ head/www/trac/Makefile	Mon Sep 21 12:12:41 2020	(r549439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	trac
 PORTVERSION=	1.2.5
+PORTREVISION=	1
 CATEGORIES=	www devel python
 MASTER_SITES=	http://ftp.edgewall.com/pub/trac/ \
 		ftp://ftp.edgewall.com/pub/trac/
@@ -46,7 +47,7 @@ PYGMENTS_DESC=		Use generic syntax highlighter
 TZ_DESC=		Process Time Zones
 
 DOCUTILS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.15.2:textproc/py-docutils@${PY_FLAVOR}
-PYGMENTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>=2.5.2:textproc/py-pygments@${PY_FLAVOR}
+PYGMENTS_RUN_DEPENDS=	${PY_PYGMENTS}
 TZ_RUN_DEPENDS=		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 PGSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR}
 SQLITE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}



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