pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-hstspreload



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 16 20:47:40 UTC 2020

Modified Files:
        pkgsrc/www/py-hstspreload: Makefile

Log Message:
py-hstspreload: mark as Python 3.x only


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-hstspreload/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-hstspreload/Makefile
diff -u pkgsrc/www/py-hstspreload/Makefile:1.2 pkgsrc/www/py-hstspreload/Makefile:1.3
--- pkgsrc/www/py-hstspreload/Makefile:1.2      Sun Feb 16 14:13:33 2020
+++ pkgsrc/www/py-hstspreload/Makefile  Sun Feb 16 20:47:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/02/16 14:13:33 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/16 20:47:40 adam Exp $
 
 DISTNAME=      hstspreload-2020.2.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index