From 6b460ab1a9d978a39708ed330566fbb1fc3d8d70 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Tue, 20 Apr 2021 17:45:37 +0000 Subject: Add www/py-django-reversion-compare Extension to www/django-reversion that provides a history compare view to compare two versions of a model which is under reversion. PR: 254836 Reported by: gettoknowmi --- www/py-django-reversion-compare/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 www/py-django-reversion-compare/Makefile (limited to 'www/py-django-reversion-compare/Makefile') diff --git a/www/py-django-reversion-compare/Makefile b/www/py-django-reversion-compare/Makefile new file mode 100644 index 000000000000..faf2fe0e91b9 --- /dev/null +++ b/www/py-django-reversion-compare/Makefile @@ -0,0 +1,18 @@ +PORTNAME= django-reversion-compare +PORTVERSION= 0.14.0 +CATEGORIES= www +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gettoknowmi +COMMENT= Extension to django-reversion that provides a history compare view + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include -- cgit v1.2.3