diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
commit | 77e07989540405e14ae0f3af5dc2d76d75532797 (patch) | |
tree | 698d3960598fa1d41f5a80411323ce184dbefe95 /security | |
parent | f192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff) | |
download | pkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz |
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/Makefile | 4 | ||||
-rw-r--r-- | security/lasso/Makefile | 4 | ||||
-rw-r--r-- | security/libprelude-python/Makefile | 4 | ||||
-rw-r--r-- | security/libpreludedb-python/Makefile | 4 | ||||
-rw-r--r-- | security/mixminion/Makefile | 4 | ||||
-rw-r--r-- | security/prelude-correlator/Makefile | 4 | ||||
-rw-r--r-- | security/py-SSLCrypto/Makefile | 4 | ||||
-rw-r--r-- | security/py-backports.ssl_match_hostname/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptkit/Makefile | 4 | ||||
-rw-r--r-- | security/py-denyhosts/Makefile | 4 | ||||
-rw-r--r-- | security/py-gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/py-lasso/Makefile | 4 | ||||
-rw-r--r-- | security/py-mcrypt/Makefile | 4 | ||||
-rw-r--r-- | security/py-openid/Makefile | 4 | ||||
-rw-r--r-- | security/py-prewikka/Makefile | 4 | ||||
-rw-r--r-- | security/py-slowaes/Makefile | 4 | ||||
-rw-r--r-- | security/py-urllib2-kerberos/Makefile | 4 | ||||
-rw-r--r-- | security/py-xmlsec/Makefile | 4 | ||||
-rw-r--r-- | security/py-yara/Makefile | 4 | ||||
-rw-r--r-- | security/py-yubiauth/Makefile | 4 | ||||
-rw-r--r-- | security/volatility/Makefile | 4 |
21 files changed, 42 insertions, 42 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 5a5727b5c26..23809f25ec3 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2019/04/26 14:12:44 maya Exp $ +# $NetBSD: Makefile,v 1.52 2019/09/02 13:19:54 adam Exp $ DISTNAME= Botan-1.10.17 PKGNAME= ${DISTNAME:tl} @@ -16,7 +16,7 @@ HAS_CONFIGURE= yes USE_LANGUAGES= c++03 PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.8.14; 1.10 is supposedly better +PYTHON_VERSIONS_ACCEPTED= 27 # 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 78b4a80244d..036ea3da7d3 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.37 2019/08/11 13:22:46 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2019/09/02 13:19:55 adam Exp $ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-php5 CONFIGURE_ARGS+= --disable-perl -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 b49cb498ee0..dda22a04f68 100644 --- a/security/libprelude-python/Makefile +++ b/security/libprelude-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/07/20 22:46:48 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:55 adam Exp $ PKGNAME= libprelude-python-${VERSION} PKGREVISION= 13 @@ -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= 36 37 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 dc817739801..3bcd29c4332 100644 --- a/security/libpreludedb-python/Makefile +++ b/security/libpreludedb-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2019/08/11 13:22:47 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2019/09/02 13:19:54 adam Exp $ PKGNAME= libpreludedb-python-${VERSION} PKGREVISION= 18 @@ -16,7 +16,7 @@ PYBINMODULE= yes PY_PATCHPLIST= yes BUILD_DIRS= bindings -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.24.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 e6c6559b371..239a9fc0884 100644 --- a/security/mixminion/Makefile +++ b/security/mixminion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.32 2019/09/02 13:19:55 adam 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= 36 37 # not yet ported as of 0.0.8alpha3 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.0.8alpha3 TEST_TARGET= test diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile index bb119a72d19..92dc7576dbf 100644 --- a/security/prelude-correlator/Makefile +++ b/security/prelude-correlator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/05/23 19:23:15 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/02 13:19:54 adam 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= 36 37 # not yet ported as of 0.9.0beta8 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 6963bc9b222..57a40f519a7 100644 --- a/security/py-SSLCrypto/Makefile +++ b/security/py-SSLCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:55 adam 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= 36 37 # py-pyrex +PYTHON_VERSIONS_ACCEPTED= 27 # 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 ebbd942409b..d64d17e7058 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.11 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.12 2019/09/02 13:19:55 adam Exp $ DISTNAME= backports.ssl_match_hostname-3.5.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= python-software-foundation DEPENDS+= ${PYPKGPREFIX}-backports-[0-9]*:../../devel/py-backports -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # included in 3.2+ +PYTHON_VERSIONS_ACCEPTED= 27 # included in 3.2+ post-install: rm ${DESTDIR}${PREFIX}/${PYSITELIB}/backports/__init__.* diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index 898ebb2db13..5895d353a19 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.26 2019/09/02 13:19:54 adam Exp $ DISTNAME= cryptkit-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://sourceforge.net/projects/cryptkit/ COMMENT= Python Cryptographic Toolkit -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.9 CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t diff --git a/security/py-denyhosts/Makefile b/security/py-denyhosts/Makefile index 27398bbc100..12d93638837 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.19 2019/09/02 13:19:55 adam 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 RCD_SCRIPTS+= denyhosts SMF_NAME= denyhost diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 3a37e1ce632..81973239a5b 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/04/26 13:14:12 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/09/02 13:19:54 adam 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile index b84d8b7f3ff..bc2d22536b4 100644 --- a/security/py-lasso/Makefile +++ b/security/py-lasso/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2019/08/11 13:23:00 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2019/09/02 13:19:54 adam Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 5 @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= --disable-perl INSTALL_DIRS= bindings/python PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.4.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.4.1 .include "../../lang/python/extension.mk" diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index 7461cc26363..5595f41af2e 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.20 2019/09/02 13:19:54 adam 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= 36 37 # not yet ported as of 1.1 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.1 .include "../../lang/python/distutils.mk" .include "../../security/libmcrypt/buildlink3.mk" diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile index 275cae0ac43..2c6b2cfa6ad 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/04/26 13:14:13 maya Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/02 13:19:54 adam 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 437b68793ba..a8c731f1733 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2019/05/23 19:23:16 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2019/09/02 13:19:56 adam 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= 36 37 # py-cheetah +PYTHON_VERSIONS_ACCEPTED= 27 # py-cheetah PREWIKKA_USER?= prewikka PREWIKKA_GROUP?= prewikka diff --git a/security/py-slowaes/Makefile b/security/py-slowaes/Makefile index fdd7ab64ffe..4f90da40461 100644 --- a/security/py-slowaes/Makefile +++ b/security/py-slowaes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 13:14:13 maya Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/02 13:19:56 adam Exp $ DISTNAME= slowaes-0.1a1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/slowaes/ COMMENT= Implementation of AES in pure Python LICENSE= apache-2.0 -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.1a1 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.1a1 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-urllib2-kerberos/Makefile b/security/py-urllib2-kerberos/Makefile index e824ff5dc22..f68eb543a74 100644 --- a/security/py-urllib2-kerberos/Makefile +++ b/security/py-urllib2-kerberos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/04/26 13:14:13 maya Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/02 13:19:55 adam 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= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 928e49093b8..602895b8954 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/02 13:19:56 adam 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= 36 37 # not yet ported as of 0.3.1 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 87d2548e55e..142ae4bf346 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 13:14:13 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:55 adam Exp $ DISTNAME= yara-python-${VERSION} PKGNAME= ${PYPKGPREFIX}-yara-${VERSION} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=VirusTotal/} COMMENT= Yara python bindings -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../security/yara/Makefile.common" .include "../../security/yara/buildlink3.mk" diff --git a/security/py-yubiauth/Makefile b/security/py-yubiauth/Makefile index c7b87b7f9bf..decf6513457 100644 --- a/security/py-yubiauth/Makefile +++ b/security/py-yubiauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2019/04/26 14:12:45 maya Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/02 13:19:55 adam Exp $ DISTNAME= yubiauth-0.3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -16,7 +16,7 @@ PYSETUP= setup.py USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.3.9 +PYTHON_VERSIONS_ACCEPTED= 27 # 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 193537e009e..7163e5961ec 100644 --- a/security/volatility/Makefile +++ b/security/volatility/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:14 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:19:54 adam Exp $ DISTNAME= volatility-2.4 PKGREVISION= 1 @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-distorm3-[0-9]*:../../devel/py-distorm3 PYDISTUTILSPKG= yes REPLACE_PYTHON= tools/vtype_diff.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 +PYTHON_VERSIONS_ACCEPTED= 27 .include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" |