Date: Thu, 10 Feb 2022 11:54:54 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7b1c4ceabf28 - main - www/py-django-haystack: Update to 3.1.1 Message-ID: <202202101154.21ABssOB001671@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b1c4ceabf2844ea50de1cb86a5e6d5557b2425f commit 7b1c4ceabf2844ea50de1cb86a5e6d5557b2425f Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-02-10 11:47:00 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-02-10 11:47:00 +0000 www/py-django-haystack: Update to 3.1.1 Changelog since 2.8.1: https://github.com/django-haystack/django-haystack/compare/v2.8.1...v3.1.1 PR: 261318 Approved by: maintainer timeout (3+ weeks) --- www/py-django-haystack/Makefile | 12 ++++++++---- www/py-django-haystack/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/www/py-django-haystack/Makefile b/www/py-django-haystack/Makefile index f2a4e4e4225a..d62e9f334276 100644 --- a/www/py-django-haystack/Makefile +++ b/www/py-django-haystack/Makefile @@ -1,8 +1,7 @@ # Created by: Kristaps Kulis <kristaps.kulis@gmail.com> PORTNAME= django-haystack -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 3.1.1 CATEGORIES= www databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,7 @@ COMMENT= Pluggable search for Django LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR} USES= python:3.5+ @@ -22,9 +21,14 @@ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes PORTDOCS= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS ELASTIC +OPTIONS_DEFAULT= ELASTIC + +ELASTIC_DESC= Enable Elasticsearch support + DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" +ELASTIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch5>=5<6:textproc/py-elasticsearch5@${PY_FLAVOR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/www/py-django-haystack/distinfo b/www/py-django-haystack/distinfo index 4bfbceb02f10..ae81c8974d40 100644 --- a/www/py-django-haystack/distinfo +++ b/www/py-django-haystack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525986110 -SHA256 (django-haystack-2.8.1.tar.gz) = 8b54bcc926596765d0a3383d693bcdd76109c7abb6b2323b3984a39e3576028c -SIZE (django-haystack-2.8.1.tar.gz) = 1553122 +TIMESTAMP = 1642337783 +SHA256 (django-haystack-3.1.1.tar.gz) = 6d05756b95d7d5ec1dbd4668eb999ced1504b47f588e2e54be53b1404c516a82 +SIZE (django-haystack-3.1.1.tar.gz) = 467122
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202101154.21ABssOB001671>