Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 08:22:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560972 - head/textproc/py-arabic-reshaper
Message-ID:  <202101100822.10A8MlrU019736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 10 08:22:47 2021
New Revision: 560972
URL: https://svnweb.freebsd.org/changeset/ports/560972

Log:
  Remove PYTHON_REL check after r559531 (USES=python:3.6+)

Modified:
  head/textproc/py-arabic-reshaper/Makefile

Modified: head/textproc/py-arabic-reshaper/Makefile
==============================================================================
--- head/textproc/py-arabic-reshaper/Makefile	Sun Jan 10 08:22:43 2021	(r560971)
+++ head/textproc/py-arabic-reshaper/Makefile	Sun Jan 10 08:22:47 2021	(r560972)
@@ -24,10 +24,4 @@ GH_ACCOUNT=	mpcabd
 GH_PROJECT=	python-arabic-reshaper
 USE_GITHUB=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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