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 | e0840b15755d83a36b55fed2fa260ae208a03b06 (patch) | |
tree | afedce53289d58160a0c264cb9370955376ff4d4 /sysutils | |
parent | b8d2788d95752be6216583b75c7bdfb185bd8da8 (diff) | |
download | pkgsrc-e0840b15755d83a36b55fed2fa260ae208a03b06.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 'sysutils')
-rw-r--r-- | sysutils/py-pefile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile index 7bcc43f7b24..94d44dfa6ed 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/05/17 16:57:55 khorben Exp $ +# $NetBSD: Makefile,v 1.2 2014/06/03 08:59:33 khorben Exp $ PEFILE_VERSION= 1.2.10-139 DISTNAME= pefile-${PEFILE_VERSION} @@ -11,6 +11,8 @@ HOMEPAGE= https://code.google.com/p/pefile/ COMMENT= Python module to read and work with PE files LICENSE= modified-bsd +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 + EGG_NAME= pefile-${PEFILE_VERSION:S/-/_/} .include "../../lang/python/egg.mk" |