pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 14 06:21:42 UTC 2019

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

Log Message:
py-django-filer: mark as not for python-2.7

because py-django-mptt, a dependency, does not support it


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-filer/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-filer/Makefile
diff -u pkgsrc/www/py-django-filer/Makefile:1.3 pkgsrc/www/py-django-filer/Makefile:1.4
--- pkgsrc/www/py-django-filer/Makefile:1.3     Tue Nov 20 17:56:12 2018
+++ pkgsrc/www/py-django-filer/Makefile Tue May 14 06:21:42 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/11/20 17:56:12 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/05/14 06:21:42 wiz Exp $
 
 DISTNAME=      django-filer-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,6 +19,8 @@ DEPENDS+=     ${PYPKGPREFIX}-django-polymorp
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-django-mptt
+
 post-extract:
        ${RM} ${WRKSRC}/filer/static/.DS_Store
 



Home | Main Index | Thread Index | Old Index