diff options
| author | Kai Knoblich <kai@FreeBSD.org> | 2026-02-04 12:54:25 +0000 |
|---|---|---|
| committer | Kai Knoblich <kai@FreeBSD.org> | 2026-02-04 12:54:25 +0000 |
| commit | f7e5628979649f654c6f88f10e9c1d342f1e6fd1 (patch) | |
| tree | d7872e7afa3a95207ec7227c791e6a892dfe2b31 | |
| parent | 5f61b139044c2108578cd18c1816735e259b0332 (diff) | |
www/py-django-constance: Update to 4.3.4
* Switch to the PEP517 build framework.
Changelogs since 3.1.0:
https://github.com/jazzband/django-constance/compare/3.1.0...4.3.4
PR: 292534
Approved by: maintimer timeout (14+ days)
| -rw-r--r-- | www/py-django-constance/Makefile | 12 | ||||
| -rw-r--r-- | www/py-django-constance/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/www/py-django-constance/Makefile b/www/py-django-constance/Makefile index 3a3c4db71052..c6a44282d2e7 100644 --- a/www/py-django-constance/Makefile +++ b/www/py-django-constance/Makefile @@ -1,9 +1,9 @@ PORTNAME= django-constance -PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTVERSION= 4.3.4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= django_constance-${PORTVERSION} MAINTAINER= ultima@FreeBSD.org COMMENT= Dynamic Django settings @@ -12,11 +12,13 @@ WWW= https://github.com/jazzband/django-constance LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-picklefield>=0:www/py-django-picklefield@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes OPTIONS_DEFINE= REDIS diff --git a/www/py-django-constance/distinfo b/www/py-django-constance/distinfo index cebe6807b9a6..9e79863d7a70 100644 --- a/www/py-django-constance/distinfo +++ b/www/py-django-constance/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705471675 -SHA256 (django-constance-3.1.0.tar.gz) = 2b96e51de63751ef63f8f92f74e0f6aea30fb6453f3a736c21e1f8b3f6cf0b4f -SIZE (django-constance-3.1.0.tar.gz) = 36806 +TIMESTAMP = 1768546234 +SHA256 (django_constance-4.3.4.tar.gz) = 30d1b325f636177c708cce63abbde7015593f5c60b2bc0b0e2eebe8c36e2ce59 +SIZE (django_constance-4.3.4.tar.gz) = 175428 |
