diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2026-05-14 09:00:00 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2026-05-14 09:01:20 +0000 |
| commit | 281e5c14a9d8aa589ae2dfc75c8d0937280fef8e (patch) | |
| tree | 312d19bbd33e1451dfa8983db510c9feab4fc40c | |
| parent | 6c8b642974d0702e259c68042536b50007bdbd06 (diff) | |
net/py-kombu: Switch AWS option from py-boto to py-boto3
devel/py-boto was deleted long ago; kombu has supported boto3 since 4.1.
PR: 288530
Submitted by: James TD Smith <ahktenzero+freebsd@mohorovi.cc>
| -rw-r--r-- | net/py-kombu/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
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,6 +1,6 @@ PORTNAME= kombu PORTVERSION= 5.3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,13 +21,13 @@ 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} |
