summaryrefslogtreecommitdiff
path: root/security/py-cybox
diff options
context:
space:
mode:
authorkhorben <khorben>2014-06-03 08:59:33 +0000
committerkhorben <khorben>2014-06-03 08:59:33 +0000
commitc64e55375b5609a010f609ccf98d33d0df1b2124 (patch)
treeafedce53289d58160a0c264cb9370955376ff4d4 /security/py-cybox
parent680762d79024e7c1a50d25613beab15a2c8c87be (diff)
downloadpkgsrc-c64e55375b5609a010f609ccf98d33d0df1b2124.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-cybox')
-rw-r--r--security/py-cybox/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-cybox/Makefile b/security/py-cybox/Makefile
index 21994098ac5..dec86ec8f44 100644
--- a/security/py-cybox/Makefile
+++ b/security/py-cybox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/05/17 15:59:10 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2014/06/03 08:59:33 khorben Exp $
CYBOX_VERSION= 2.1.0.4
DISTNAME= python-cybox-${CYBOX_VERSION}
@@ -12,6 +12,8 @@ HOMEPAGE= https://github.com/CybOXProject/python-cybox
COMMENT= Python library for manipulating CybOX content
LICENSE= modified-bsd
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
EGG_NAME= cybox-${CYBOX_VERSION}
.include "../../lang/python/egg.mk"