Date: Sun, 7 Mar 2021 22:17:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567661 - head/devel/py-azure-core Message-ID: <202103072217.127MHX5B038857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 7 22:17:32 2021 New Revision: 567661 URL: https://svnweb.freebsd.org/changeset/ports/567661 Log: Add ASYNC option - Bump PORTREVISION for dependency change Modified: head/devel/py-azure-core/Makefile Modified: head/devel/py-azure-core/Makefile ============================================================================== --- head/devel/py-azure-core/Makefile Sun Mar 7 22:17:26 2021 (r567660) +++ head/devel/py-azure-core/Makefile Sun Mar 7 22:17:32 2021 (r567661) @@ -3,6 +3,7 @@ PORTNAME= azure-core PORTVERSION= 1.11.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +25,12 @@ USES= python:3.6+ zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +OPTIONS_DEFINE= ASYNC +OPTIONS_DEFAULT=ASYNC +ASYNC_DESC= Async transport support + +ASYNC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} do-test: cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103072217.127MHX5B038857>