diff options
| author | Kai Knoblich <kai@FreeBSD.org> | 2026-02-04 12:54:26 +0000 |
|---|---|---|
| committer | Kai Knoblich <kai@FreeBSD.org> | 2026-02-04 12:54:26 +0000 |
| commit | 445d3031ca6c45a82b4bb4272855c6120c5697f4 (patch) | |
| tree | 7b57fdde703ccf3a071a38e15ba3402657fa6c75 | |
| parent | f2b9b4466bd95ccb26a2d448c3d929eacadc36de (diff) | |
www/py-django-smart-selects: Update to 1.7.2
* Switch to the PEP517 build framework.
Changelog since 1.6.0:
https://github.com/jazzband/django-smart-selects/blob/1.7.2/CHANGES.rst
PR: 292603
Approved by: maintimer timeout (14+ days)
| -rw-r--r-- | www/py-django-smart-selects/Makefile | 11 | ||||
| -rw-r--r-- | www/py-django-smart-selects/distinfo | 6 |
2 files changed, 9 insertions, 8 deletions
diff --git a/www/py-django-smart-selects/Makefile b/www/py-django-smart-selects/Makefile index fe442eb32648..fd97e41daea6 100644 --- a/www/py-django-smart-selects/Makefile +++ b/www/py-django-smart-selects/Makefile @@ -1,9 +1,9 @@ PORTNAME= django-smart-selects -PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTVERSION= 1.7.2 CATEGORIES= www MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= django_smart_selects-${PORTVERSION} MAINTAINER= gatemken@cisco.com COMMENT= Quickly filter or group "chained" models @@ -12,11 +12,12 @@ WWW= https://github.com/jazzband/django-smart-selects LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes diff --git a/www/py-django-smart-selects/distinfo b/www/py-django-smart-selects/distinfo index 2d03cf930111..5634d240e947 100644 --- a/www/py-django-smart-selects/distinfo +++ b/www/py-django-smart-selects/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707669089 -SHA256 (django-smart-selects-1.6.0.tar.gz) = 67ce449bf456ddb6fc5434fa1a55f21194ef11a3b6871d7454f7f7c5a30bf493 -SIZE (django-smart-selects-1.6.0.tar.gz) = 263290 +TIMESTAMP = 1768823766 +SHA256 (django_smart_selects-1.7.2.tar.gz) = c8116718ecf2d0d0fd4cd1e52c26d2dcc586e25319aa65af7af2d51a1012df3a +SIZE (django_smart_selects-1.7.2.tar.gz) = 27931 |
