pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 27 09:51:25 UTC 2021

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

Log Message:
py-django-taggit: mark as not compatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-taggit/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-taggit/Makefile
diff -u pkgsrc/www/py-django-taggit/Makefile:1.4 pkgsrc/www/py-django-taggit/Makefile:1.5
--- pkgsrc/www/py-django-taggit/Makefile:1.4    Tue May 25 05:01:46 2021
+++ pkgsrc/www/py-django-taggit/Makefile        Thu May 27 09:51:25 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/05/25 05:01:46 adam Exp $
+# $NetBSD: Makefile,v 1.5 2021/05/27 09:51:25 adam Exp $
 
 DISTNAME=      django-taggit-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,9 @@ LICENSE=      modified-bsd
 DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 do-test:
        cd ${WRKSRC} && ${PREFIX}/bin/coverage-${PYVERSSUFFIX} run -m django test --settings=tests.settings



Home | Main Index | Thread Index | Old Index