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-libtaxii | |
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-libtaxii')
-rw-r--r-- | security/py-libtaxii/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |