Date: Tue, 7 May 2019 12:03:40 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500958 - head/devel/py-fs2 Message-ID: <201905071203.x47C3eC9033788@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905071203.x47C3eC9033788>