Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:45:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 13a8105eee4a - main - www/py-django-model-utils: Update to 4.5.0
Message-ID:  <202404050045.4350jSdv001707@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 13a8105eee4a24b97c1cdccd0f754beda9f3f711
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 00:41:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 00:41:22 +0000

    www/py-django-model-utils: Update to 4.5.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/jazzband/django-model-utils/releases
---
 www/py-django-model-utils/Makefile | 8 +++++---
 www/py-django-model-utils/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/www/py-django-model-utils/Makefile b/www/py-django-model-utils/Makefile
index 662a61cab6bd..26bf7855b7bc 100644
--- a/www/py-django-model-utils/Makefile
+++ b/www/py-django-model-utils/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-model-utils
-PORTVERSION=	4.4.0
+PORTVERSION=	4.5.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +11,13 @@ WWW=		https://github.com/jazzband/django-model-utils
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-django-model-utils/distinfo b/www/py-django-model-utils/distinfo
index 4eb91763d89e..07ec2c37fb44 100644
--- a/www/py-django-model-utils/distinfo
+++ b/www/py-django-model-utils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449510
-SHA256 (django-model-utils-4.4.0.tar.gz) = 7b73179480e4d4a737d0188e7c49da03776bbadedad569a534c4e9f1afc004d4
-SIZE (django-model-utils-4.4.0.tar.gz) = 74203
+TIMESTAMP = 1712084538
+SHA256 (django-model-utils-4.5.0.tar.gz) = 08715a87fe114d1038c889c1c9eadade5f400f16230a9988e6ee36ace589240b
+SIZE (django-model-utils-4.5.0.tar.gz) = 75120



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404050045.4350jSdv001707>