svn commit: r533649 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 2 01:40:20 UTC 2020


Author: sunpoet
Date: Sat May  2 01:40:15 2020
New Revision: 533649
URL: https://svnweb.freebsd.org/changeset/ports/533649

Log:
  Update PY_TYPING
  
  devel/py-tenacity requires devel/py-typing 3.7.4.1

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Sat May  2 01:40:10 2020	(r533648)
+++ head/Mk/Uses/python.mk	Sat May  2 01:40:15 2020	(r533649)
@@ -632,7 +632,7 @@ PYNUMPY=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.19,1:m
 # Common Python modules that can be needed but only for some versions of Python.
 .if ${PYTHON_REL} < 3500
 PY_PILLOW=	${PYTHON_PKGNAMEPREFIX}pillow6>=6.0.0:graphics/py-pillow6@${PY_FLAVOR}
-PY_TYPING=	${PYTHON_PKGNAMEPREFIX}typing>=3.7.4:devel/py-typing@${PY_FLAVOR}
+PY_TYPING=	${PYTHON_PKGNAMEPREFIX}typing>=3.7.4.1:devel/py-typing@${PY_FLAVOR}
 .else
 PY_PILLOW=	${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR}
 PY_TYPING=


More information about the svn-ports-head mailing list