Date: Tue, 21 Sep 2021 12:59:23 GMT From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5e39474bea82 - main - www/py-autobahn: Add CPE information Message-ID: <202109211259.18LCxNKd068380@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e39474bea823c53774ec178043e58a1adf36118 commit 5e39474bea823c53774ec178043e58a1adf36118 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 12:32:20 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-21 12:58:06 +0000 www/py-autobahn: Add CPE information Approved by: portmgr (blanket) --- www/py-autobahn/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index d7f87ebcc722..a406908f02ae 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -17,10 +17,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.6:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock@${PY_FLAVOR} -USES= python:3.5+ +USES= cpe python:3.5+ USE_GITHUB= yes USE_PYTHON= autoplist distutils +CPE_VENDOR= crossbar + GH_ACCOUNT= crossbario GH_PROJECT= autobahn-python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211259.18LCxNKd068380>