git: 2d337d780c10 - main - www/py-django-pipeline: Update to 2.0.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:33:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d337d780c10211aa9de3ab08fae1f4d829cc3cb commit 2d337d780c10211aa9de3ab08fae1f4d829cc3cb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:26:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:26:30 +0000 www/py-django-pipeline: Update to 2.0.8 - Update WWW Changes: https://github.com/jazzband/django-pipeline/releases --- www/py-django-pipeline/Makefile | 9 ++++++--- www/py-django-pipeline/distinfo | 6 +++--- www/py-django-pipeline/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/www/py-django-pipeline/Makefile b/www/py-django-pipeline/Makefile index 83324fa331c1..02378fa47c0f 100644 --- a/www/py-django-pipeline/Makefile +++ b/www/py-django-pipeline/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-pipeline -PORTVERSION= 1.6.14 +PORTVERSION= 2.0.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,11 @@ COMMENT= Asset (css/js) packaging library for Django LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} + USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/www/py-django-pipeline/distinfo b/www/py-django-pipeline/distinfo index d4a63a1647b4..c539c78ff849 100644 --- a/www/py-django-pipeline/distinfo +++ b/www/py-django-pipeline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517850418 -SHA256 (django-pipeline-1.6.14.tar.gz) = ef67aaf58959a2959e13fc114001cee5beec05ac18a81cc700ea9f1c8e3f40a8 -SIZE (django-pipeline-1.6.14.tar.gz) = 59986 +TIMESTAMP = 1660576966 +SHA256 (django-pipeline-2.0.8.tar.gz) = 56c299cec0e644e77d5f928f4cebfff804b919cc10ff5c0bfaa070ff57e8da44 +SIZE (django-pipeline-2.0.8.tar.gz) = 64953 diff --git a/www/py-django-pipeline/pkg-descr b/www/py-django-pipeline/pkg-descr index 1b0d8d34e54c..98d74c2444e0 100644 --- a/www/py-django-pipeline/pkg-descr +++ b/www/py-django-pipeline/pkg-descr @@ -2,4 +2,4 @@ Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image embedding. -WWW: https://github.com/cyberdelia/django-pipeline +WWW: https://github.com/jazzband/django-pipeline