Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2025 19:13:01 GMT
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: 5ad476659d9a - main - www/py-django-tables2: Update to 2.7.5
Message-ID:  <202501071913.507JD1fI042661@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ad476659d9aa9ddf9e4769990321540924c5f09

commit 5ad476659d9aa9ddf9e4769990321540924c5f09
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-01-07 18:32:48 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-01-07 19:11:47 +0000

    www/py-django-tables2: Update to 2.7.5
    
    * Support for Python 3.8 was dropped with the 2.7.1 release, adjust
      USES=python accordingly.
    
    * Switch to the PEP517 build framework.
    
    Changelog since 2.7.0:
    
    https://github.com/jieter/django-tables2/blob/v2.7.5/CHANGELOG.md
---
 www/py-django-tables2/Makefile | 11 ++++++-----
 www/py-django-tables2/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/www/py-django-tables2/Makefile b/www/py-django-tables2/Makefile
index 8ce7a92eae65..b94edd5ccbf4 100644
--- a/www/py-django-tables2/Makefile
+++ b/www/py-django-tables2/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	django-tables2
-DISTVERSION=	2.7.0
-PORTREVISION=	1
+DISTVERSION=	2.7.5
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	django_tables2-${DISTVERSION}
 
 MAINTAINER=	kai@FreeBSD.org
 COMMENT=	Table/data-grid framework for Django
@@ -12,10 +12,11 @@ WWW=		https://github.com/jieter/django-tables2
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR}
 
-USES=		python
-USE_PYTHON=	distutils autoplist
+USES=		python:3.9+
+USE_PYTHON=	autoplist pep517
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
 
diff --git a/www/py-django-tables2/distinfo b/www/py-django-tables2/distinfo
index 594898b9c461..f7f2d9990542 100644
--- a/www/py-django-tables2/distinfo
+++ b/www/py-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?202501071913.507JD1fI042661>