diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-20 04:40:46 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-20 04:42:32 -0600 |
commit | d9d7b63f6d6d9a1c3d75512180b640cca4e5daae (patch) | |
tree | 770de042d4f293e6c663a4653d829674d30c191c /databases/py-mysql-connector-python/Makefile | |
parent | emulators/yuzu: update package description (diff) |
databases/py-mysql-connector-python: Update version 8.0.27=>8.0.28
- Add OPTIONS:DNS COMPRESSION GSSAPI
Relnotes:
https://github.com/mysql/mysql-connector-python/releases/tag/8.0.28
Diffstat (limited to 'databases/py-mysql-connector-python/Makefile')
-rw-r--r-- | databases/py-mysql-connector-python/Makefile | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index 46a241418b79..ac65a0b845e6 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= mysql-connector-python -PORTVERSION= 8.0.27 +PORTVERSION= 8.0.28 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,16 +8,27 @@ COMMENT= MySQL driver written in Python LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.1:devel/py-protobuf@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR} USES= python:3.6+ USE_GITHUB= yes -USE_PYTHON= autoplist distutils - GH_ACCOUNT= mysql +USE_PYTHON= autoplist distutils NO_ARCH= yes + +PORTSCOUT= skipv:init + +OPTIONS_DEFINE= COMPRESSION DNS GSSAPI + +COMPRESSION_DESC= Compression Support +DNS_DESC= DNS Support + +COMPRESSION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>2.1.6:archivers/py-lz4@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zstandard>0.12.0:archivers/py-zstandard@${PY_FLAVOR} +DNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=1.16.0:dns/py-dnspython2@${PY_FLAVOR} +GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>1.6.14:security/py-gssapi@${PY_FLAVOR} + .include <bsd.port.pre.mk> PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} |