mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
df8c2358f7
commit
5ad476659d
2 changed files with 9 additions and 8 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue