Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Feb 2026 12:54:56 +0000
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: 445d3031ca6c - main - www/py-django-smart-selects: Update to 1.7.2
Message-ID:  <698341a0.32209.62f480e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kai:

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

commit 445d3031ca6c45a82b4bb4272855c6120c5697f4
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-02-04 12:54:26 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-02-04 12:54:26 +0000

    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)
---
 www/py-django-smart-selects/Makefile | 11 ++++++-----
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698341a0.32209.62f480e>