git: a47a3424fdaf - main - www/py-django-haystack: Update to 3.3.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 02 Sep 2025 18:14:52 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a47a3424fdafb8a047cd48acd07b8ceefcfc3fcc

commit a47a3424fdafb8a047cd48acd07b8ceefcfc3fcc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-02 18:02:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-02 18:10:19 +0000

    www/py-django-haystack: Update to 3.3.0
    
    - Change RUN_DEPENDS from py-elasticsearch to py-elasticsearch7
    
    Changes:        https://github.com/django-haystack/django-haystack/releases
---
 www/py-django-haystack/Makefile | 11 ++++++-----
 www/py-django-haystack/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/www/py-django-haystack/Makefile b/www/py-django-haystack/Makefile
index ce922a815985..8a66fb2852e1 100644
--- a/www/py-django-haystack/Makefile
+++ b/www/py-django-haystack/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	django-haystack
-PORTVERSION=	3.2.1
-PORTREVISION=	2
+PORTVERSION=	3.3.0
 CATEGORIES=	www databases python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	django_haystack-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Pluggable search for Django
@@ -13,10 +13,11 @@ WWW=		https://haystacksearch.org/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
@@ -27,6 +28,6 @@ OPTIONS_DEFINE=	ELASTIC
 OPTIONS_DEFAULT=ELASTIC
 ELASTIC_DESC=	Elasticsearch support
 
-ELASTIC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}elasticsearch>=5<8:textproc/py-elasticsearch@${PY_FLAVOR}
+ELASTIC_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}elasticsearch7>=5<8:textproc/py-elasticsearch7@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/www/py-django-haystack/distinfo b/www/py-django-haystack/distinfo
index 7786bec6670f..4a7bdaaf52a4 100644
--- a/www/py-django-haystack/distinfo
+++ b/www/py-django-haystack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652122707
-SHA256 (django-haystack-3.2.1.tar.gz) = 97e3197aefc225fe405b6f17600a2534bf827cb4d6743130c20bc1a06f7293a4
-SIZE (django-haystack-3.2.1.tar.gz) = 466580
+TIMESTAMP = 1755062582
+SHA256 (django_haystack-3.3.0.tar.gz) = e3ceed6b8000625da14d409eb4dac69894905e2ac8ac18f9bfdb59323ca02eab
+SIZE (django_haystack-3.3.0.tar.gz) = 467287