summaryrefslogtreecommitdiff
path: root/security/py-yubiauth
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-11-17 19:05:39 +0000
committerjoerg <joerg@pkgsrc.org>2014-11-17 19:05:39 +0000
commit91050c600519724fde141d90544cd82e240ad38b (patch)
tree791a7808679627fe483924e19ebed4644233be09 /security/py-yubiauth
parent96be3822c2caccdc32ec7dedf3f354537de13ff0 (diff)
downloadpkgsrc-91050c600519724fde141d90544cd82e240ad38b.tar.gz
Uses old-style exception syntax.
Diffstat (limited to 'security/py-yubiauth')
-rw-r--r--security/py-yubiauth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-yubiauth/Makefile b/security/py-yubiauth/Makefile
index c0d6b70191d..8ce310a445c 100644
--- a/security/py-yubiauth/Makefile
+++ b/security/py-yubiauth/Makefile
@@ -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 @@ PYSETUP= setup.py
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"