pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc security/py-{cybox,stix,libtaxii} and sysutils/py-pefi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3f6db57bdd3
branches:  trunk
changeset: 635321:b3f6db57bdd3
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Tue Jun 03 08:59:33 2014 +0000

description:
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:

 security/py-cybox/Makefile    |  4 +++-
 security/py-libtaxii/Makefile |  4 +++-
 security/py-stix/Makefile     |  4 +++-
 sysutils/py-pefile/Makefile   |  4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (71 lines):

diff -r cdda9eefe137 -r b3f6db57bdd3 security/py-cybox/Makefile
--- a/security/py-cybox/Makefile        Tue Jun 03 08:29:22 2014 +0000
+++ b/security/py-cybox/Makefile        Tue Jun 03 08:59:33 2014 +0000
@@ -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 @@
 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 -r cdda9eefe137 -r b3f6db57bdd3 security/py-libtaxii/Makefile
--- a/security/py-libtaxii/Makefile     Tue Jun 03 08:29:22 2014 +0000
+++ b/security/py-libtaxii/Makefile     Tue Jun 03 08:59:33 2014 +0000
@@ -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 @@
 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 -r cdda9eefe137 -r b3f6db57bdd3 security/py-stix/Makefile
--- a/security/py-stix/Makefile Tue Jun 03 08:29:22 2014 +0000
+++ b/security/py-stix/Makefile Tue Jun 03 08:59:33 2014 +0000
@@ -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 @@
 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"
diff -r cdda9eefe137 -r b3f6db57bdd3 sysutils/py-pefile/Makefile
--- a/sysutils/py-pefile/Makefile       Tue Jun 03 08:29:22 2014 +0000
+++ b/sysutils/py-pefile/Makefile       Tue Jun 03 08:59:33 2014 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index