pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-cms



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb  3 08:21:38 UTC 2020

Modified Files:
        pkgsrc/www/py-django-cms: Makefile

Log Message:
py-django-cms: mark as not for python 2.7 due to py-django-formtools


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/www/py-django-cms/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-cms/Makefile
diff -u pkgsrc/www/py-django-cms/Makefile:1.49 pkgsrc/www/py-django-cms/Makefile:1.50
--- pkgsrc/www/py-django-cms/Makefile:1.49      Tue Nov 20 17:13:32 2018
+++ pkgsrc/www/py-django-cms/Makefile   Mon Feb  3 08:21:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2018/11/20 17:13:32 adam Exp $
+# $NetBSD: Makefile,v 1.50 2020/02/03 08:21:38 wiz Exp $
 
 DISTNAME=      django-cms-3.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,5 +19,7 @@ DEPENDS+=     ${PYPKGPREFIX}-djangocms-admin
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index