pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-hstspreload py-hstspreload: mark as Python 3.x ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d8241d5feb8
branches:  trunk
changeset: 423385:2d8241d5feb8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 16 20:47:40 2020 +0000

description:
py-hstspreload: mark as Python 3.x only

diffstat:

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

diffs (17 lines):

diff -r e08466937aa6 -r 2d8241d5feb8 www/py-hstspreload/Makefile
--- a/www/py-hstspreload/Makefile       Sun Feb 16 20:40:31 2020 +0000
+++ b/www/py-hstspreload/Makefile       Sun Feb 16 20:47:40 2020 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index