pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-keyring



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 25 13:06:12 UTC 2019

Modified Files:
        pkgsrc/security/py-keyring: Makefile

Log Message:
py-keyring: mark as incompatible with Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/py-keyring/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-keyring/Makefile
diff -u pkgsrc/security/py-keyring/Makefile:1.24 pkgsrc/security/py-keyring/Makefile:1.25
--- pkgsrc/security/py-keyring/Makefile:1.24    Fri Sep 20 16:39:31 2019
+++ pkgsrc/security/py-keyring/Makefile Wed Sep 25 13:06:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/09/20 16:39:31 adam Exp $
+# $NetBSD: Makefile,v 1.25 2019/09/25 13:06:12 adam Exp $
 
 DISTNAME=      keyring-19.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-flake
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 REPLACE_PYTHON+=       keyring/cli.py
 
 post-install:



Home | Main Index | Thread Index | Old Index