Date: Sat, 18 Jan 2025 09:44:30 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: a4d80e0133cc - 2025Q1 - www/py-dj50-django-tables2: Update to 2.7.5 Message-ID: <202501180944.50I9iUEd080712@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2025Q1 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4d80e0133cc9b512f18b9309b9d18d2ded88900 commit a4d80e0133cc9b512f18b9309b9d18d2ded88900 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2025-01-17 20:26:47 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2025-01-18 09:26:49 +0000 www/py-dj50-django-tables2: Update to 2.7.5 * Switch to the PEP517 build framework. Changelog since 2.7.0: https://github.com/jieter/django-tables2/blob/v2.7.5/CHANGELOG.md MFH: 2025Q1 (cherry picked from commit 5a8d4731c6faddfee8ee05c38da77b60eaeb8caa) --- www/py-dj50-django-tables2/Makefile | 8 +++++--- www/py-dj50-django-tables2/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/www/py-dj50-django-tables2/Makefile b/www/py-dj50-django-tables2/Makefile index 115fe7e13ee9..4b95e7e6d7cf 100644 --- a/www/py-dj50-django-tables2/Makefile +++ b/www/py-dj50-django-tables2/Makefile @@ -1,8 +1,9 @@ PORTNAME= django-tables2 -DISTVERSION= 2.7.0 +DISTVERSION= 2.7.5 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj50- +DISTNAME= django_tables2-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Table/data-grid framework for Django @@ -11,10 +12,11 @@ WWW= https://github.com/jieter/django-tables2 LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=3.2:www/py-django50@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=4.2:www/py-django50@${PY_FLAVOR} USES= python:3.10+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist pep517 CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} diff --git a/www/py-dj50-django-tables2/distinfo b/www/py-dj50-django-tables2/distinfo index 594898b9c461..f7f2d9990542 100644 --- a/www/py-dj50-django-tables2/distinfo +++ b/www/py-dj50-django-tables2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702731808 -SHA256 (django-tables2-2.7.0.tar.gz) = 4113fcc575eb438a12e83a4d4ea01452e4800d970e8bdd0e4122ac171af1900d -SIZE (django-tables2-2.7.0.tar.gz) = 79583 +TIMESTAMP = 1736247931 +SHA256 (django_tables2-2.7.5.tar.gz) = fb5dcaa09379cf3947598ec7e1bd5f26ed63aafdee3b23963446763bbeac37bf +SIZE (django_tables2-2.7.5.tar.gz) = 128618
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501180944.50I9iUEd080712>