svn commit: r500958 - head/devel/py-fs2

Mathieu Arnold mat at FreeBSD.org
Tue May 7 12:03:41 UTC 2019


Author: mat
Date: Tue May  7 12:03:40 2019
New Revision: 500958
URL: https://svnweb.freebsd.org/changeset/ports/500958

Log:
  devel/py-typing has python:-3.4, so it cannot work with 3.5.

Modified:
  head/devel/py-fs2/Makefile   (contents, props changed)

Modified: head/devel/py-fs2/Makefile
==============================================================================
--- head/devel/py-fs2/Makefile	Tue May  7 10:03:42 2019	(r500957)
+++ head/devel/py-fs2/Makefile	Tue May  7 12:03:40 2019	(r500958)
@@ -34,7 +34,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.os>=0.1
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}scandir>=1.5:sysutils/py-scandir@${PY_FLAVOR}
 .endif
 
-.if ${PYTHON_REL} < 3600
+.if ${PYTHON_REL} < 3500
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing>=3.6:devel/py-typing@${PY_FLAVOR}
 .endif
 


More information about the svn-ports-all mailing list