www/py-django-tables2: Update to 2.3.1

* Add option TABLIB to reflect the optional dependencies as noted via
  setup.py.  Also set the option as non-default for now because it pulls in
  a large set of dependencies and the port runs fine without them.

* Remove stale CONFLICT_INSTALLS entry.

Changelog:

https://github.com/jieter/django-tables2/blob/v2.3.1/CHANGELOG.md
This commit is contained in:
Kai Knoblich 2020-11-02 07:21:03 +00:00
parent 98557b28db
commit 8735728712
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553890
2 changed files with 10 additions and 8 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= django-tables2
DISTVERSION= 2.2.1
PORTREVISION= 1
DISTVERSION= 2.3.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,13 +13,16 @@ COMMENT= Table/data-grid framework for Django
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tablib>=0:textproc/py-tablib@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj22-django-tables2
OPTIONS_DEFINE= TABLIB
TABLIB_DESC= Enable support for exporting table datasets
TABLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tablib>=0:textproc/py-tablib@${PY_FLAVOR}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1576250496
SHA256 (django-tables2-2.2.1.tar.gz) = 0d9b17f5c030ba1b5fcaeb206d8397bf58f1fdfc6beaf56e7874841b8647aa94
SIZE (django-tables2-2.2.1.tar.gz) = 71769
TIMESTAMP = 1604181298
SHA256 (django-tables2-2.3.1.tar.gz) = 28da782f81f046c7d921246f43e7ba2df430cafe5a0e00a0f9dadef25a0e487d
SIZE (django-tables2-2.3.1.tar.gz) = 72954