diff options
author | khorben <khorben@pkgsrc.org> | 2014-06-03 08:59:33 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2014-06-03 08:59:33 +0000 |
commit | d1d82c245db9b0071e654105e54cdf803a8e5c3e (patch) | |
tree | afedce53289d58160a0c264cb9370955376ff4d4 /security/py-cybox | |
parent | 5a540d09c2f4b1f5e2cd05a9075e6642f40afab6 (diff) | |
download | pkgsrc-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-cybox')
-rw-r--r-- | security/py-cybox/Makefile | 4 |
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" |