Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 17:12:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514952 - head/www/py-dj21-django-crispy-forms
Message-ID:  <201910201712.x9KHCTE2072687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 17:12:29 2019
New Revision: 514952
URL: https://svnweb.freebsd.org/changeset/ports/514952

Log:
  Update to 1.8.0
  
  - Update CONFLICTS_INSTALL
  
  Changes:	https://github.com/django-crispy-forms/django-crispy-forms/releases

Modified:
  head/www/py-dj21-django-crispy-forms/Makefile
  head/www/py-dj21-django-crispy-forms/distinfo
  head/www/py-dj21-django-crispy-forms/pkg-descr

Modified: head/www/py-dj21-django-crispy-forms/Makefile
==============================================================================
--- head/www/py-dj21-django-crispy-forms/Makefile	Sun Oct 20 17:12:24 2019	(r514951)
+++ head/www/py-dj21-django-crispy-forms/Makefile	Sun Oct 20 17:12:29 2019	(r514952)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-crispy-forms
-PORTVERSION=	1.7.2
+PORTVERSION=	1.8.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj21-
@@ -12,13 +12,14 @@ COMMENT=	Best way to have Django DRY forms
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django21>0:www/py-django21@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django21>=0:www/py-django21@${PY_FLAVOR}
 
 USES=		python:3.5+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}django-crispy-forms
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}django-crispy-forms \
+			${PYTHON_PKGNAMEPREFIX}dj22-django-crispy-forms
 
 .include <bsd.port.mk>

Modified: head/www/py-dj21-django-crispy-forms/distinfo
==============================================================================
--- head/www/py-dj21-django-crispy-forms/distinfo	Sun Oct 20 17:12:24 2019	(r514951)
+++ head/www/py-dj21-django-crispy-forms/distinfo	Sun Oct 20 17:12:29 2019	(r514952)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520704202
-SHA256 (django-crispy-forms-1.7.2.tar.gz) = 5952bab971110d0b86c278132dae0aa095beee8f723e625c3d3fa28888f1675f
-SIZE (django-crispy-forms-1.7.2.tar.gz) = 53853
+TIMESTAMP = 1571483893
+SHA256 (django-crispy-forms-1.8.0.tar.gz) = 0320b303420fec9ce94e045321dfd180ca0e31e0336211c5d30ad0bda5ebbb5d
+SIZE (django-crispy-forms-1.8.0.tar.gz) = 56914

Modified: head/www/py-dj21-django-crispy-forms/pkg-descr
==============================================================================
--- head/www/py-dj21-django-crispy-forms/pkg-descr	Sun Oct 20 17:12:24 2019	(r514951)
+++ head/www/py-dj21-django-crispy-forms/pkg-descr	Sun Oct 20 17:12:29 2019	(r514952)
@@ -1,7 +1,7 @@
-The best way to have Django DRY forms. Build programmatic reusable layouts
-out of components, having full control of the rendered HTML without writing
-HTML in templates. All this without breaking the standard way of doing things
-in Django, so it plays nice with any other form application.
+The best way to have Django DRY forms. Build programmatic reusable layouts out
+of components, having full control of the rendered HTML without writing HTML in
+templates. All this without breaking the standard way of doing things in Django,
+so it plays nice with any other form application.
 
 The application mainly provides:
 - A filter named |crispy that will render elegant div based forms. Think of it



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910201712.x9KHCTE2072687>