svn commit: r567661 - head/devel/py-azure-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 7 22:17:37 UTC 2021


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


More information about the svn-ports-head mailing list