Date: Fri, 15 Jan 2021 14:38:44 +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: r561645 - head/Mk/Uses Message-ID: <202101151438.10FEciOl019777@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Fri Jan 15 14:38:44 2021 New Revision: 561645 URL: https://svnweb.freebsd.org/changeset/ports/561645 Log: Mk/Uses/python.mk: Remove PY_SPHINX shared macro This shared macro was necessary to use with flavors and not break ports with USES=python (all versions). All ports that depends on Sphinx are using the latest version on tree. Approved by: python (with hat) Modified: head/Mk/Uses/python.mk Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Fri Jan 15 14:32:32 2021 (r561644) +++ head/Mk/Uses/python.mk Fri Jan 15 14:38:44 2021 (r561645) @@ -645,11 +645,9 @@ PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:m # Common Python modules that can be needed but only for some versions of Python. .if ${PYTHON_REL} < 3500 PY_PYGMENTS= ${PYTHON_PKGNAMEPREFIX}pygments-25>=2.5.1<3:textproc/py-pygments-25@${PY_FLAVOR} -PY_SPHINX= ${PYTHON_PKGNAMEPREFIX}sphinx18>=0,1:textproc/py-sphinx18@${PY_FLAVOR} .else PY_PILLOW= ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} PY_PYGMENTS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.5.1<3:textproc/py-pygments@${PY_FLAVOR} -PY_SPHINX= ${PYTHON_PKGNAMEPREFIX}sphinx>=3.0,1:textproc/py-sphinx@${PY_FLAVOR} .endif .if ${PYTHON_REL} < 3400
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101151438.10FEciOl019777>