Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:35:42 +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: r563666 - head/math/py-plastex
Message-ID:  <202102011935.111JZg1U024438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  1 19:35:41 2021
New Revision: 563666
URL: https://svnweb.freebsd.org/changeset/ports/563666

Log:
  Remove PY_PILLOW

Modified:
  head/math/py-plastex/Makefile

Modified: head/math/py-plastex/Makefile
==============================================================================
--- head/math/py-plastex/Makefile	Mon Feb  1 19:35:36 2021	(r563665)
+++ head/math/py-plastex/Makefile	Mon Feb  1 19:35:41 2021	(r563666)
@@ -13,10 +13,10 @@ COMMENT=	LaTeX Document Processing Framework
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PY_PILLOW}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USE_TEX=	base:run
 
 NO_ARCH=	yes



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