summaryrefslogtreecommitdiff
path: root/security/py-stix
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2014-06-03 08:59:33 +0000
committerkhorben <khorben@pkgsrc.org>2014-06-03 08:59:33 +0000
commitd1d82c245db9b0071e654105e54cdf803a8e5c3e (patch)
treeafedce53289d58160a0c264cb9370955376ff4d4 /security/py-stix
parent5a540d09c2f4b1f5e2cd05a9075e6642f40afab6 (diff)
downloadpkgsrc-d1d82c245db9b0071e654105e54cdf803a8e5c3e.tar.gz
security/py-{cybox,stix,libtaxii} and sysutils/py-pefile do not seem to have
been ported to either Python 3.3 or 3.4.
Diffstat (limited to 'security/py-stix')
-rw-r--r--security/py-stix/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-stix/Makefile b/security/py-stix/Makefile
index 7092fbbf684..2e547dc8fa0 100644
--- a/security/py-stix/Makefile
+++ b/security/py-stix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/06/02 00:24:24 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/03 08:59:33 khorben Exp $
DISTNAME= stix-1.1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,5 +10,7 @@ HOMEPAGE= https://github.com/STIXProject/python-stix
COMMENT= Python library for manipulating STIX content
LICENSE= modified-bsd
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"