summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-09 13:03:30 +0000
committerwiz <wiz>2016-07-09 13:03:30 +0000
commitb0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf (patch)
tree1de762e883d3779f3b59f427c2c72c506eacef25 /security
parentb614c6c2adb939eb88ba1f9a145a69c34d1f9df9 (diff)
downloadpkgsrc-b0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf.tar.gz
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'security')
-rw-r--r--security/botan/Makefile4
-rw-r--r--security/lasso/Makefile4
-rw-r--r--security/libprelude-python/Makefile4
-rw-r--r--security/libpreludedb-python/Makefile4
-rw-r--r--security/mixminion/Makefile4
-rw-r--r--security/prelude-correlator/Makefile4
-rw-r--r--security/py-SSLCrypto/Makefile4
-rw-r--r--security/py-backports.ssl_match_hostname/Makefile4
-rw-r--r--security/py-cryptkit/Makefile4
-rw-r--r--security/py-cryptopp/Makefile4
-rw-r--r--security/py-cybox/Makefile4
-rw-r--r--security/py-denyhosts/Makefile4
-rw-r--r--security/py-gnupg/Makefile4
-rw-r--r--security/py-lasso/Makefile4
-rw-r--r--security/py-libtaxii/Makefile4
-rw-r--r--security/py-m2crypto/Makefile4
-rw-r--r--security/py-mcrypt/Makefile4
-rw-r--r--security/py-oauth2/Makefile4
-rw-r--r--security/py-openid/Makefile4
-rw-r--r--security/py-prewikka/Makefile4
-rw-r--r--security/py-service_identity/Makefile4
-rw-r--r--security/py-stix/Makefile4
-rw-r--r--security/py-tlslite/Makefile4
-rw-r--r--security/py-urllib2-kerberos/Makefile4
-rw-r--r--security/py-xmlsec/Makefile4
-rw-r--r--security/py-yara/Makefile4
-rw-r--r--security/py-yubiauth/Makefile4
-rw-r--r--security/volatility/Makefile4
28 files changed, 55 insertions, 57 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index bb81ad9cc6b..928d4a7e81e 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2016/06/19 05:26:37 markd Exp $
+# $NetBSD: Makefile,v 1.40 2016/07/09 13:04:03 wiz Exp $
DISTNAME= Botan-1.10.12
PKGNAME= ${DISTNAME:tl}
@@ -15,7 +15,7 @@ HAS_CONFIGURE= yes
USE_LANGUAGES= c++
PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.8.14; 1.10 is supposedly better
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.8.14; 1.10 is supposedly better
CONFIG_SHELL= ${PYTHONBIN}
CONFIGURE_SCRIPT= ./configure.py
diff --git a/security/lasso/Makefile b/security/lasso/Makefile
index 4027506c7e7..c01538e0063 100644
--- a/security/lasso/Makefile
+++ b/security/lasso/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.29 2016/07/09 06:38:54 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2016/07/09 13:04:03 wiz Exp $
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-php5
CONFIGURE_ARGS+= --disable-perl
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.4.1
PYTHON_FOR_BUILD_ONLY= yes
EXTRACT_USING= bsdtar
diff --git a/security/libprelude-python/Makefile b/security/libprelude-python/Makefile
index e09facd2f3a..e3924955bb3 100644
--- a/security/libprelude-python/Makefile
+++ b/security/libprelude-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:56 adam Exp $
+# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:03 wiz Exp $
PKGNAME= libprelude-python-${VERSION}
PKGREVISION= 9
@@ -15,7 +15,7 @@ BUILD_DIRS= bindings/low-level/python bindings/python
PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude
PKG_SUPPORTED_OPTIONS= debug
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.24.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.24.1
.include "../../mk/bsd.options.mk"
diff --git a/security/libpreludedb-python/Makefile b/security/libpreludedb-python/Makefile
index 11e5d713225..9c43ad49dce 100644
--- a/security/libpreludedb-python/Makefile
+++ b/security/libpreludedb-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/07/09 06:38:55 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/07/09 13:04:03 wiz Exp $
PKGNAME= libpreludedb-python-${VERSION}
PKGREVISION= 12
@@ -16,7 +16,7 @@ PYBINMODULE= yes
PY_PATCHPLIST= yes
BUILD_DIRS= bindings
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.24.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.24.1
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/security/mixminion/Makefile b/security/mixminion/Makefile
index 763c5c02a37..ea3ac8c2dbd 100644
--- a/security/mixminion/Makefile
+++ b/security/mixminion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2016/03/05 11:29:22 jperkin Exp $
+# $NetBSD: Makefile,v 1.26 2016/07/09 13:04:03 wiz Exp $
DISTNAME= Mixminion-0.0.8alpha3
PKGNAME= ${DISTNAME:S/M/m/}
@@ -12,7 +12,7 @@ COMMENT= Anonymous Type 3 remailer
LICENSE= mit
REPLACE_PYTHON= lib/mixminion/Main.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.0.8alpha3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.0.8alpha3
TEST_TARGET= test
diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile
index 393d62eb9d8..c2474a4c8a4 100644
--- a/security/prelude-correlator/Makefile
+++ b/security/prelude-correlator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:56 adam Exp $
+# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:03 wiz Exp $
DISTNAME= prelude-correlator-0.9.0-beta8
PKGNAME= prelude-correlator-${DISTNAME:S/-beta/beta/:C/.*-//}
@@ -50,7 +50,7 @@ REQD_DIRS+= ${PRELUDE_HOME}
REQD_DIRS_PERMS+= ${PRELUDE_HOME} ${PRELUDE_USER} ${PRELUDE_GROUP} 0700
REPLACE_PYTHON= PreludeCorrelator/main.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.0beta8
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9.0beta8
EGG_NAME= prelude_correlator-0.9.0b8
pre-patch:
diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile
index d513e2f306b..08f754831cc 100644
--- a/security/py-SSLCrypto/Makefile
+++ b/security/py-SSLCrypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/03/05 11:29:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:03 wiz Exp $
DISTNAME= SSLCrypto-0.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Python bindings for openssl
DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-pyrex
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-pyrex
.include "../../lang/python/distutils.mk"
.include "../../security/openssl/buildlink3.mk"
diff --git a/security/py-backports.ssl_match_hostname/Makefile b/security/py-backports.ssl_match_hostname/Makefile
index 07d115594e3..04a7cf68ffa 100644
--- a/security/py-backports.ssl_match_hostname/Makefile
+++ b/security/py-backports.ssl_match_hostname/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/01 12:36:39 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:04 wiz Exp $
DISTNAME= backports.ssl_match_hostname-3.5.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/backports.ssl_match_hostname
COMMENT= Python SSL support module for Python 2
LICENSE= python-software-foundation
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # included in 3.2+
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # included in 3.2+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile
index 2cd53d144eb..1fc204a17a1 100644
--- a/security/py-cryptkit/Makefile
+++ b/security/py-cryptkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:56 adam Exp $
+# $NetBSD: Makefile,v 1.19 2016/07/09 13:04:04 wiz Exp $
DISTNAME= cryptkit-0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/cryptkit/
COMMENT= Python Cryptographic Toolkit
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.9
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile
index 4e7ecb1473c..8ec0253fbc8 100644
--- a/security/py-cryptopp/Makefile
+++ b/security/py-cryptopp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/06/08 17:43:38 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:04 wiz Exp $
VERSION= 0.6.0
VERSION_EXCESSIVE= 1206569328141510525648634803928199668821045408958
@@ -17,7 +17,7 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
REPLACE_PYTHON= pycryptopp/test/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.6.0.120...
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.6.0.120...
# It would be nice if egg.mk had support for this.
#TEST_TARGET= @python@ setup.py test
diff --git a/security/py-cybox/Makefile b/security/py-cybox/Makefile
index 6fdf02a856f..31dea4ca99b 100644
--- a/security/py-cybox/Makefile
+++ b/security/py-cybox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:57 adam Exp $
+# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:04 wiz Exp $
CYBOX_VERSION= 2.1.0.4
DISTNAME= python-cybox-${CYBOX_VERSION}
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/CybOXProject/python-cybox
COMMENT= Python library for manipulating CybOX content
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
EGG_NAME= cybox-${CYBOX_VERSION}
diff --git a/security/py-denyhosts/Makefile b/security/py-denyhosts/Makefile
index e4fc3939a05..8d50b858846 100644
--- a/security/py-denyhosts/Makefile
+++ b/security/py-denyhosts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:57 adam Exp $
+# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:04 wiz Exp $
VER= 2.6
DISTNAME= DenyHosts-${VER}
@@ -29,7 +29,7 @@ REPLACE_PYTHON+= scripts/restricted_from_invalid.py
REPLACE_PYTHON+= scripts/restricted_from_passwd.py
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
RCD_SCRIPTS+= denyhosts
SMF_NAME= denyhost
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile
index 0c079e5ce8c..91a58407a64 100644
--- a/security/py-gnupg/Makefile
+++ b/security/py-gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/12/05 21:25:57 adam Exp $
+# $NetBSD: Makefile,v 1.21 2016/07/09 13:04:04 wiz Exp $
DISTNAME= GnuPGInterface-0.3.2
PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2
@@ -15,7 +15,7 @@ DEPENDS+= gnupg>=1.0.0:../../security/gnupg
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile
index 5a8c93c2382..687c61acae3 100644
--- a/security/py-lasso/Makefile
+++ b/security/py-lasso/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2016/07/09 06:38:56 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2016/07/09 13:04:04 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 3
@@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --disable-perl
INSTALL_DIRS= bindings/python
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.4.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 2.4.1
.include "../../lang/python/extension.mk"
diff --git a/security/py-libtaxii/Makefile b/security/py-libtaxii/Makefile
index dec4903ba9f..4abe6811417 100644
--- a/security/py-libtaxii/Makefile
+++ b/security/py-libtaxii/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/12/05 21:25:57 adam Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:04 wiz Exp $
LIBTAXII_VERSION= 1.1.101
DISTNAME= libtaxii-${LIBTAXII_VERSION}
@@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/TAXIIProject/python-stix
COMMENT= Python library for handling TAXII Messages and Services
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 80a8877baca..66608671180 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/06/08 17:43:38 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2016/07/09 13:04:04 wiz Exp $
DISTNAME= M2Crypto-0.22.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -19,7 +19,7 @@ BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i{,nb*}
PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl}
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.21.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.21.1
.include "../../lang/python/egg.mk"
.include "../../devel/swig/buildlink3.mk"
diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile
index 93676ee56ac..85883caae2e 100644
--- a/security/py-mcrypt/Makefile
+++ b/security/py-mcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/12/05 21:25:57 adam Exp $
+# $NetBSD: Makefile,v 1.15 2016/07/09 13:04:04 wiz Exp $
DISTNAME= python-mcrypt-1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -11,7 +11,7 @@ HOMEPAGE= http://labix.org/python-mcrypt
COMMENT= Python interface to mcrypt library
LICENSE= gnu-lgpl-v2.1
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.1
.include "../../lang/python/distutils.mk"
.include "../../security/libmcrypt/buildlink3.mk"
diff --git a/security/py-oauth2/Makefile b/security/py-oauth2/Makefile
index 35383330cd8..5f61f7ad33a 100644
--- a/security/py-oauth2/Makefile
+++ b/security/py-oauth2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:04 wiz Exp $
DISTNAME= oauth2-1.5.211
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.7.7:../../www/py-httplib2
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.5.211
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.5.211
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile
index e590432d91e..4206c6dddda 100644
--- a/security/py-openid/Makefile
+++ b/security/py-openid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:57 adam Exp $
+# $NetBSD: Makefile,v 1.10 2016/07/09 13:04:04 wiz Exp $
DISTVERS= 2.2.5
GITREF= b666238
@@ -14,7 +14,7 @@ COMMENT= Python module for OpenID
LICENSE= apache-2.0
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile
index 8a249c8e974..9ef86184e10 100644
--- a/security/py-prewikka/Makefile
+++ b/security/py-prewikka/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2015/12/05 21:25:57 adam Exp $
+# $NetBSD: Makefile,v 1.42 2016/07/09 13:04:05 wiz Exp $
DISTNAME= prewikka-${VERSION}
PKGNAME= ${PYPKGPREFIX}-prewikka-${VERSION}
@@ -24,7 +24,7 @@ USE_TOOLS+= msgfmt
PYDISTUTILSPKG= yes
PYSETUP= setup.py
REPLACE_PYTHON= scripts/prewikka-httpd
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-cheetah
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-cheetah
PREWIKKA_USER?= prewikka
PREWIKKA_GROUP?= prewikka
diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile
index 37119fd06f8..705f3f7bca2 100644
--- a/security/py-service_identity/Makefile
+++ b/security/py-service_identity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/06/01 12:36:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/09 13:04:05 wiz Exp $
DISTNAME= service_identity-16.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,5 @@ DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
-PYTHON_VERSIONS_INCOMPATIBLE= 33 # not supported as of 16.0.0
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-stix/Makefile b/security/py-stix/Makefile
index 7117d1f229d..7fbb8401d12 100644
--- a/security/py-stix/Makefile
+++ b/security/py-stix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:05 wiz Exp $
DISTNAME= stix-1.1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/STIXProject/python-stix
COMMENT= Python library for manipulating STIX content
LICENSE= modified-bsd
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile
index 2439fbfa631..0ad8c6552b5 100644
--- a/security/py-tlslite/Makefile
+++ b/security/py-tlslite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/12/05 21:25:58 adam Exp $
+# $NetBSD: Makefile,v 1.11 2016/07/09 13:04:05 wiz Exp $
DISTNAME= tlslite-0.3.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= SSL 3.0, TLS 1.0, and TLS 1.1 in Python
LICENSE= public-domain
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.8
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.8
USE_LANGUAGES= # none
diff --git a/security/py-urllib2-kerberos/Makefile b/security/py-urllib2-kerberos/Makefile
index 1bced113940..292faafdc2a 100644
--- a/security/py-urllib2-kerberos/Makefile
+++ b/security/py-urllib2-kerberos/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/21 21:12:45 markd Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/09 13:04:05 wiz Exp $
#
DISTNAME= urllib2_kerberos-0.1.6
@@ -13,7 +13,7 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-kerberos>=1.1:../../security/py-kerberos
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile
index af1203fbcfc..78409c5cfe8 100644
--- a/security/py-xmlsec/Makefile
+++ b/security/py-xmlsec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/03/05 11:29:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2016/07/09 13:04:05 wiz Exp $
DISTNAME= pyxmlsec-0.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
USE_TOOLS+= pkg-config
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.1
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.1
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile
index 8e008e9b923..4ddac180687 100644
--- a/security/py-yara/Makefile
+++ b/security/py-yara/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:58 adam Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/09 13:04:05 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-yara-${YAVER}
CATEGORIES= security python
@@ -8,7 +8,7 @@ COMMENT= Yara python bindings
WRKSRC= ${WRKDIR}/yara-${YAVER}/yara-python
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../security/yara/Makefile.common"
.include "../../security/yara/buildlink3.mk"
diff --git a/security/py-yubiauth/Makefile b/security/py-yubiauth/Makefile
index 7009ad4436a..b18a14b63ca 100644
--- a/security/py-yubiauth/Makefile
+++ b/security/py-yubiauth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/12/05 21:25:58 adam Exp $
+# $NetBSD: Makefile,v 1.4 2016/07/09 13:04:05 wiz Exp $
DISTNAME= yubiauth-0.3.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,7 +16,7 @@ PYSETUP= setup.py
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.3.9
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.3.9
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/volatility/Makefile b/security/volatility/Makefile
index 744054d0484..fdedfa61860 100644
--- a/security/volatility/Makefile
+++ b/security/volatility/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/12/05 21:25:58 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/09 13:04:05 wiz Exp $
DISTNAME= volatility-2.4
CATEGORIES= security
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-distorm3-[0-9]*:../../devel/py-distorm3
PYDISTUTILSPKG= yes
REPLACE_PYTHON= tools/vtype_diff.py
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
.include "../../lang/python/egg.mk"
.include "../../lang/python/application.mk"