diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-07-21 18:49:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-07-21 18:49:44 +0000 |
commit | a450d3d2e7ed756ca0eadaddf1167a93fd47695a (patch) | |
tree | d9bf4fea579dd8c9d9a39205a363d655640cb741 /ftp/py-aioftp/Makefile | |
parent | 0f74f0181cf9352d9f2a19d3a991a3bc598ce05b (diff) | |
download | ports-a450d3d2e7ed756ca0eadaddf1167a93fd47695a.tar.gz ports-a450d3d2e7ed756ca0eadaddf1167a93fd47695a.zip |
Notes
Diffstat (limited to 'ftp/py-aioftp/Makefile')
-rw-r--r-- | ftp/py-aioftp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/py-aioftp/Makefile b/ftp/py-aioftp/Makefile index 68606977f319..13e3e1b85d73 100644 --- a/ftp/py-aioftp/Makefile +++ b/ftp/py-aioftp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aioftp -PORTVERSION= 0.15.0 +PORTVERSION= 0.16.1 CATEGORIES= ftp python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,13 +17,14 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}async_timeout>0:devel/py-async_timeout@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}siosocks>0:net/py-siosocks@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs .include <bsd.port.mk> |