Add ASYNC option
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
3a8fd45273
commit
fb3b8988fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567661
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= azure-core
|
||||
PORTVERSION= 1.11.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -25,6 +26,12 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue