Date: Mon, 2 Nov 2020 07:21:04 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553890 - head/www/py-django-tables2 Message-ID: <202011020721.0A27L4Sn074767@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Mon Nov 2 07:21:03 2020 New Revision: 553890 URL: https://svnweb.freebsd.org/changeset/ports/553890 Log: 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 Modified: head/www/py-django-tables2/Makefile head/www/py-django-tables2/distinfo Modified: head/www/py-django-tables2/Makefile ============================================================================== --- head/www/py-django-tables2/Makefile Mon Nov 2 07:18:55 2020 (r553889) +++ head/www/py-django-tables2/Makefile Mon Nov 2 07:21:03 2020 (r553890) @@ -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> Modified: head/www/py-django-tables2/distinfo ============================================================================== --- head/www/py-django-tables2/distinfo Mon Nov 2 07:18:55 2020 (r553889) +++ head/www/py-django-tables2/distinfo Mon Nov 2 07:21:03 2020 (r553890) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011020721.0A27L4Sn074767>