pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 27 16:05:06 UTC 2018

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

Log Message:
py-django-filter dropped Python 2.x support.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-filter/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-filter/Makefile
diff -u pkgsrc/www/py-django-filter/Makefile:1.3 pkgsrc/www/py-django-filter/Makefile:1.4
--- pkgsrc/www/py-django-filter/Makefile:1.3    Thu Nov 15 09:22:51 2018
+++ pkgsrc/www/py-django-filter/Makefile        Thu Dec 27 16:05:06 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/11/15 09:22:51 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/12/27 16:05:06 joerg Exp $
 
 DISTNAME=      django-filter-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-djangorestframe
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index