Index: www/Makefile =================================================================== --- www/Makefile (revision 536436) +++ www/Makefile (working copy) @@ -1477,6 +1477,7 @@ SUBDIR += py-django-classy-tags SUBDIR += py-django-cms SUBDIR += py-django-common-helpers + SUBDIR += py-django-compat SUBDIR += py-django-configurations SUBDIR += py-django-constance SUBDIR += py-django-contact-form Index: www/py-django-compat/Makefile =================================================================== --- www/py-django-compat/Makefile (nonexistent) +++ www/py-django-compat/Makefile (working copy) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= django-compat +PORTVERSION= 1.0.15 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@caomhin.org +COMMENT= For- and backwards compatibility layer for different Django versions + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.4:www/py-django22@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Property changes on: www/py-django-compat/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/py-django-compat/distinfo =================================================================== --- www/py-django-compat/distinfo (nonexistent) +++ www/py-django-compat/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590387237 +SHA256 (django-compat-1.0.15.tar.gz) = 3ac9a3bedc56b9365d9eb241bc5157d0c193769bf995f9a78dc1bc24e7c2331b +SIZE (django-compat-1.0.15.tar.gz) = 21980 Property changes on: www/py-django-compat/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/py-django-compat/pkg-descr =================================================================== --- www/py-django-compat/pkg-descr (nonexistent) +++ www/py-django-compat/pkg-descr (working copy) @@ -0,0 +1,9 @@ +Forward and backwards compatibility layer for different Django versions. + +Reasons to use django-compat: + +* Be able to use LTS versions of Django and support newer versions in an app +* Use features from newer Django versions in an old one +* Manage and master the gap between different framework versions + +WWW: https://github.com/arteria/django-compat Property changes on: www/py-django-compat/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/py-django-hijack/Makefile =================================================================== --- www/py-django-hijack/Makefile (revision 536436) +++ www/py-django-hijack/Makefile (working copy) @@ -3,19 +3,21 @@ PORTNAME= django-hijack PORTVERSION= 2.1.10 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org -COMMENT= Allows DJango superusers to login as other users +COMMENT= Allows Django superusers to login as other users LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>0:www/py-django22@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-compat>=1.0.14:www/py-django-compat@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes