Date: Sat, 11 May 2019 18:20:34 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501279 - head/devel/py-aiorpcX Message-ID: <201905111820.x4BIKY0u099866@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat May 11 18:20:34 2019 New Revision: 501279 URL: https://svnweb.freebsd.org/changeset/ports/501279 Log: Register dependency to py-websockets. Modified: head/devel/py-aiorpcX/Makefile Modified: head/devel/py-aiorpcX/Makefile ============================================================================== --- head/devel/py-aiorpcX/Makefile Sat May 11 18:19:39 2019 (r501278) +++ head/devel/py-aiorpcX/Makefile Sat May 11 18:20:34 2019 (r501279) @@ -3,6 +3,7 @@ PORTNAME= aiorpcX PORTVERSION= 0.18.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,8 @@ COMMENT= Generic async RPC implementation, including J LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905111820.x4BIKY0u099866>