summaryrefslogtreecommitdiff
path: root/security
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
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')
-rw-r--r--security/py-cybox/Makefile4
-rw-r--r--security/py-libtaxii/Makefile4
-rw-r--r--security/py-stix/Makefile4
3 files changed, 9 insertions, 3 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"
diff --git a/security/py-libtaxii/Makefile b/security/py-libtaxii/Makefile
index ac9f82d8dfa..bae0dc93fba 100644
--- a/security/py-libtaxii/Makefile
+++ b/security/py-libtaxii/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/05/17 16:07:51 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2014/06/03 08:59:33 khorben Exp $
LIBTAXII_VERSION= 1.1.101
DISTNAME= libtaxii-${LIBTAXII_VERSION}
@@ -12,6 +12,8 @@ HOMEPAGE= https://github.com/TAXIIProject/python-stix
COMMENT= Python library for handling TAXII Messages and Services
LICENSE= modified-bsd
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
EGG_NAME= libtaxii-${LIBTAXII_VERSION}
.include "../../lang/python/egg.mk"
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"