pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-django-filter py-django-filter dropped Python 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c99578a87aa9
branches:  trunk
changeset: 317047:c99578a87aa9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 16:05:06 2018 +0000

description:
py-django-filter dropped Python 2.x support.

diffstat:

 www/py-django-filter/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a6c44dee6ed5 -r c99578a87aa9 www/py-django-filter/Makefile
--- a/www/py-django-filter/Makefile     Thu Dec 27 16:04:54 2018 +0000
+++ b/www/py-django-filter/Makefile     Thu Dec 27 16:05:06 2018 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index