diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile index 013a4139fbbf..77c3530c06e7 100644 --- a/net/py-kombu/Makefile +++ b/net/py-kombu/Makefile @@ -1,36 +1,36 @@ PORTNAME= kombu PORTVERSION= 5.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olgeni@FreeBSD.org COMMENT= AMQP messaging framework for Python WWW= https://kombu.readthedocs.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amqp>=5.1.1,<6.0.0:net/py-amqp@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes OPTIONS_DEFINE= BOTO MONGODB REDIS SQLALCHEMY ZMQ -BOTO_DESC= Include AWS transport support -MONGODB_DESC= Include MongoDB transport support -REDIS_DESC= Include Redis transport support -SQLALCHEMY_DESC=Include SQLAlchemy transport support -ZMQ_DESC= Include ZMQ transport support +BOTO_DESC= Include AWS transport support +MONGODB_DESC= Include MongoDB transport support +REDIS_DESC= Include Redis transport support +SQLALCHEMY_DESC= Include SQLAlchemy transport support +ZMQ_DESC= Include ZMQ transport support -BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=2.6.0:devel/py-boto@${PY_FLAVOR} +BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.26.43:www/py-boto3@${PY_FLAVOR} MONGODB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=3.3.0:databases/py-pymongo@${PY_FLAVOR} REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis@${PY_FLAVOR} SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${PY_FLAVOR} ZMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=13.1.0:net/py-pyzmq@${PY_FLAVOR} .include