diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-08-08 07:12:14 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-08-08 07:12:14 +0000 |
| commit | 43e7df1a1b63fcf3f74b0e9977cf704787f2e58a (patch) | |
| tree | 69ab3c3915328decedf2d5fe478c71ccdc06e6bc /databases/py-mysql-connector-python/Makefile | |
| parent | d9880564dd5c50907b7c686c1caffb51ae9f1c43 (diff) | |
databases/py-mysql-connector-python: Update version 8.0.20=>8.0.21
- Add TEST framework
Relnotes: https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
Diffstat (limited to 'databases/py-mysql-connector-python/Makefile')
| -rw-r--r-- | databases/py-mysql-connector-python/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index 1d4014fafe8f..f17bd20c3cea 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mysql-connector-python -PORTVERSION= 8.0.20 +PORTVERSION= 8.0.21 CATEGORIES= databases python MASTER_SITES= MYSQL/Connector-Python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,4 +22,7 @@ NO_ARCH= yes PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ./unittests.py) + .include <bsd.port.post.mk> |
