summaryrefslogtreecommitdiff
path: root/security/py-SSLCrypto
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
committerwiz <wiz@pkgsrc.org>2014-05-09 07:36:53 +0000
commit6110b3907a630ba5f56311a5b07f346b35648583 (patch)
tree5e055948d6bf3908006c42aff77eac3ac020d198 /security/py-SSLCrypto
parente10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff)
downloadpkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'security/py-SSLCrypto')
-rw-r--r--security/py-SSLCrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile
index 4c0d6456e1b..7f9f6fa98c3 100644
--- a/security/py-SSLCrypto/Makefile
+++ b/security/py-SSLCrypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2014/02/12 23:18:36 tron Exp $
+# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:17 wiz Exp $
DISTNAME= SSLCrypto-0.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Python bindings for openssl
DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-pyrex
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-pyrex
.include "../../lang/python/distutils.mk"
.include "../../security/openssl/buildlink3.mk"