git: 4e379ae8143d - main - www/py-django-cacheops: Update to 7.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Apr 2025 16:46:37 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4e379ae8143d83e2c0d5203c5f45a833af330b65
commit 4e379ae8143d83e2c0d5203c5f45a833af330b65
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-04-23 16:40:58 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-04-23 16:46:04 +0000
www/py-django-cacheops: Update to 7.2
* Switch to the PEP517 build framework.
Changelog:
https://github.com/Suor/django-cacheops/blob/7.2/CHANGELOG
---
www/py-django-cacheops/Makefile | 7 ++++---
www/py-django-cacheops/distinfo | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/www/py-django-cacheops/Makefile b/www/py-django-cacheops/Makefile
index 3a4eb2ee31c6..80ffaa39d655 100644
--- a/www/py-django-cacheops/Makefile
+++ b/www/py-django-cacheops/Makefile
@@ -1,6 +1,5 @@
PORTNAME= django-cacheops
-PORTVERSION= 7.1
-PORTREVISION= 1
+PORTVERSION= 7.2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +12,14 @@ WWW= https://github.com/Suor/django-cacheops
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}funcy>=1.8:devel/py-funcy@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist pep517
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
diff --git a/www/py-django-cacheops/distinfo b/www/py-django-cacheops/distinfo
index bbf38e2677e5..b1a824c5cbf5 100644
--- a/www/py-django-cacheops/distinfo
+++ b/www/py-django-cacheops/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1730658418
-SHA256 (django_cacheops-7.1.tar.gz) = ec079abb968557321ee208c6274820231820f98ca6377dda971f04981bc2ab52
-SIZE (django_cacheops-7.1.tar.gz) = 72352
+TIMESTAMP = 1745221206
+SHA256 (django_cacheops-7.2.tar.gz) = cbc11cc0321295a3644e27bcb26940f08cb9c2e71d3ee506cbcff0bdda1a9f33
+SIZE (django_cacheops-7.2.tar.gz) = 72751