Date: Tue, 9 Oct 2018 17:56:00 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481643 - head/devel/py-pyee Message-ID: <201810091756.w99Hu0AI024006@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Tue Oct 9 17:56:00 2018 New Revision: 481643 URL: https://svnweb.freebsd.org/changeset/ports/481643 Log: Update deps when python > 3.4 is in use. Modified: head/devel/py-pyee/Makefile Modified: head/devel/py-pyee/Makefile ============================================================================== --- head/devel/py-pyee/Makefile Tue Oct 9 17:38:10 2018 (r481642) +++ head/devel/py-pyee/Makefile Tue Oct 9 17:56:00 2018 (r481643) @@ -2,6 +2,7 @@ PORTNAME= pyee PORTVERSION= 5.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,10 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} + +.if ${PY_FLAVOR:U} == py35 || ${PY_FLAVOR:U} == py36 +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} +.endif USES= python USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810091756.w99Hu0AI024006>