pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-yubiauth Uses old-style exception syntax.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfa4102e09af
branches:  trunk
changeset: 641775:bfa4102e09af
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 17 19:05:39 2014 +0000

description:
Uses old-style exception syntax.

diffstat:

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

diffs (17 lines):

diff -r 403e06757c3c -r bfa4102e09af security/py-yubiauth/Makefile
--- a/security/py-yubiauth/Makefile     Mon Nov 17 19:05:14 2014 +0000
+++ b/security/py-yubiauth/Makefile     Mon Nov 17 19:05:39 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/11/14 21:56:27 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2014/11/17 19:05:39 joerg Exp $
 
 DISTNAME=      yubiauth-0.3.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,5 +16,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # not yet ported as of 0.3.9
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index