summaryrefslogtreecommitdiff
path: root/sysutils/py-pefile
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 /sysutils/py-pefile
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 'sysutils/py-pefile')
-rw-r--r--sysutils/py-pefile/Makefile4
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"