diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 10:29:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 10:29:56 +0000 |
commit | 4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8 (patch) | |
tree | 3bbaa4e1a32886abb417eed9e3a6c4c742388c9a /security | |
parent | da96a0b73ccce3895e3b718798083bf1740293d8 (diff) | |
download | pkgsrc-4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8.tar.gz |
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/Makefile | 3 | ||||
-rw-r--r-- | security/libprelude-python/Makefile | 4 | ||||
-rw-r--r-- | security/libpreludedb-python/Makefile | 5 | ||||
-rw-r--r-- | security/prelude-correlator/Makefile | 7 | ||||
-rw-r--r-- | security/py-OpenSSL/Makefile | 4 | ||||
-rw-r--r-- | security/py-crack/Makefile | 5 | ||||
-rw-r--r-- | security/py-cryptkit/Makefile | 6 | ||||
-rw-r--r-- | security/py-crypto/Makefile | 5 | ||||
-rw-r--r-- | security/py-cryptopp/Makefile | 10 | ||||
-rw-r--r-- | security/py-denyhosts/Makefile | 4 | ||||
-rw-r--r-- | security/py-gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/py-itsdangerous/Makefile | 4 | ||||
-rw-r--r-- | security/py-keyring/Makefile | 4 | ||||
-rw-r--r-- | security/py-lasso/Makefile | 5 | ||||
-rw-r--r-- | security/py-m2crypto/Makefile | 5 | ||||
-rw-r--r-- | security/py-mcrypt/Makefile | 5 | ||||
-rw-r--r-- | security/py-oauth/Makefile | 4 | ||||
-rw-r--r-- | security/py-openid/Makefile | 3 | ||||
-rw-r--r-- | security/py-paramiko/Makefile | 4 | ||||
-rw-r--r-- | security/py-passlib/Makefile | 4 | ||||
-rw-r--r-- | security/py-prewikka/Makefile | 13 | ||||
-rw-r--r-- | security/py-tlslite/Makefile | 4 |
22 files changed, 53 insertions, 59 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 98b7a338d70..ddabc3bac28 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/01/23 16:45:27 riz Exp $ +# $NetBSD: Makefile,v 1.30 2014/01/25 10:30:19 wiz Exp $ DISTNAME= Botan-1.8.14 PKGNAME= ${DISTNAME:tl} @@ -15,6 +15,7 @@ HAS_CONFIGURE= yes USE_LANGUAGES= c++ PYTHON_FOR_BUILD_ONLY= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.8.14; 1.10 is supposedly better CONFIG_SHELL= ${PYTHONBIN} CONFIGURE_SCRIPT= ./configure.py diff --git a/security/libprelude-python/Makefile b/security/libprelude-python/Makefile index 6ea660c0c49..910912d50fb 100644 --- a/security/libprelude-python/Makefile +++ b/security/libprelude-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/01/01 11:52:32 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:19 wiz Exp $ PKGNAME= libprelude-python-${VERSION} PKGREVISION= 7 @@ -15,6 +15,8 @@ BUILD_DIRS= bindings/low-level/python bindings/python PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude PKG_SUPPORTED_OPTIONS= debug +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.24.1 + .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mdebug) diff --git a/security/libpreludedb-python/Makefile b/security/libpreludedb-python/Makefile index 287bb789d8e..749d1a3c1b7 100644 --- a/security/libpreludedb-python/Makefile +++ b/security/libpreludedb-python/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/01/01 11:52:32 wiz Exp $ -# +# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:19 wiz Exp $ PKGNAME= libpreludedb-python-${VERSION} PKGREVISION= 8 @@ -17,6 +16,8 @@ PYBINMODULE= yes PY_PATCHPLIST= yes BUILD_DIRS= bindings +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.24.1 + .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" .include "../../security/libpreludedb/buildlink3.mk" diff --git a/security/prelude-correlator/Makefile b/security/prelude-correlator/Makefile index b06f16035bb..30126522147 100644 --- a/security/prelude-correlator/Makefile +++ b/security/prelude-correlator/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/07/12 10:45:02 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:19 wiz Exp $ DISTNAME= prelude-correlator-0.9.0-beta8 PKGNAME= prelude-correlator-${DISTNAME:S/-beta/beta/:C/.*-//} @@ -41,7 +40,7 @@ SUBST_FILES.code= run-prelude-correlator.c SUBST_FILES.code+= ${WRKSRC}/*.py SUBST_SED.code= -e 's,@PREFIX@,${PREFIX},g' SUBST_SED.code+= -e 's,@PRELUDE_USER@,${PRELUDE_USER},g' -SUBST_SED.code+= -e 's,@PRELUDE_HOME@,${PRELUDE_HOME},g' +SUBST_SED.code+= -e 's,@PRELUDE_HOME@,${PRELUDE_HOME},g' CONF_FILES+= ${EGDIR}/prelude-correlator.conf ${PKG_SYSCONFDIR}/prelude-correlator/prelude-correlator.conf CONF_FILES+= ${EGDIR}/dshield.dat ${PRELUDE_HOME}/dshield.dat @@ -51,7 +50,7 @@ REQD_DIRS+= ${PRELUDE_HOME} REQD_DIRS_PERMS+= ${PRELUDE_HOME} ${PRELUDE_USER} ${PRELUDE_GROUP} 0700 REPLACE_PYTHON= ${WRKSRC}/*.py - +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.0beta8 EGG_NAME= prelude_correlator-0.9.0_beta8 pre-patch: diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile index 2a62ede9085..a7340de5845 100644 --- a/security/py-OpenSSL/Makefile +++ b/security/py-OpenSSL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/09/09 17:49:08 drochner Exp $ +# $NetBSD: Makefile,v 1.30 2014/01/25 10:30:19 wiz Exp $ DISTNAME= pyOpenSSL-0.13.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -10,8 +10,6 @@ HOMEPAGE= https://launchpad.net/pyopenssl/ COMMENT= Python interface to the OpenSSL library LICENSE= apache-2.0 -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/distutils.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-crack/Makefile b/security/py-crack/Makefile index ecdefd8cc3d..a899d4796ec 100644 --- a/security/py-crack/Makefile +++ b/security/py-crack/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/23 18:16:53 asau Exp $ -# +# $NetBSD: Makefile,v 1.12 2014/01/25 10:30:19 wiz Exp $ DISTNAME= pycrack-0.01 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/py//} @@ -12,8 +11,6 @@ HOMEPAGE= http://www.digitalevacuation.org/ COMMENT= Python interface to cracklib LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCLUDE_3X= yes - DEPENDS+= crack>=5.0:../../security/crack .include "../../lang/python/distutils.mk" diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index fed55cfd46b..24e4b5f365f 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/23 18:16:53 asau Exp $ +# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:19 wiz Exp $ DISTNAME= cryptkit-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -7,8 +7,10 @@ CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptkit/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://cryptkit.sourceforge.net/ +HOMEPAGE= http://sourceforge.net/projects/cryptkit/ COMMENT= Python Cryptographic Toolkit +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9 + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index 956436aabbd..1ae8b8fb4a6 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2013/12/16 01:03:02 gdt Exp $ -# +# $NetBSD: Makefile,v 1.34 2014/01/25 10:30:19 wiz Exp $ DISTNAME= pycrypto-2.6.1 PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/} @@ -15,8 +14,6 @@ LICENSE= python-software-foundation CONFLICTS+= ${PYPKGPREFIX}-amkCrypto-[0-9]* SUPERSEDES+= ${PYPKGPREFIX}-amkCrypto-[0-9]* -PYTHON_VERSIONS_INCLUDE_3X= yes - GNU_CONFIGURE= yes do-test: diff --git a/security/py-cryptopp/Makefile b/security/py-cryptopp/Makefile index 938213d204a..956d4cd9a19 100644 --- a/security/py-cryptopp/Makefile +++ b/security/py-cryptopp/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/23 18:16:53 asau Exp $ -# +# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:19 wiz Exp $ VERSION= 0.6.0 VERSION_EXCESSIVE= 1206569328141510525648634803928199668821045408958 @@ -11,17 +10,14 @@ MASTER_SITES= http://pypi.python.org/packages/source/p/pycryptopp/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tahoe-lafs.org/trac/pycryptopp COMMENT= Python wrapper for (and copy of parts of) crypto++ - # GPL v2 or later. # or Transitive Grace Period Public Licence, version 1.0 or later. LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ -REPLACE_INTERPRETER+= python -REPLACE.python.old= /usr/bin/env python -REPLACE.python.new= ${PYTHONBIN} -REPLACE_FILES.python= pycryptopp/test/*.py +REPLACE_PYTHON= pycryptopp/test/*.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # 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-denyhosts/Makefile b/security/py-denyhosts/Makefile index 9add3f46cc8..195bb743659 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/12/26 23:30:41 pettai Exp $ -# +# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:20 wiz Exp $ VER= 2.6 DISTNAME= DenyHosts-${VER} @@ -30,6 +29,7 @@ REPLACE_PYTHON+= scripts/restricted_from_invalid.py REPLACE_PYTHON+= scripts/restricted_from_passwd.py PYTHON_SELF_CONFLICT= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 RCD_SCRIPTS+= denyhosts diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 5d4e8703cec..ead1e4fece2 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/23 18:16:53 asau Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/25 10:30:20 wiz Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 @@ -15,5 +15,7 @@ DEPENDS+= gnupg>=1.0.0:../../security/gnupg USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 33 + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-itsdangerous/Makefile b/security/py-itsdangerous/Makefile index a02e0cb5419..1276bb188c2 100644 --- a/security/py-itsdangerous/Makefile +++ b/security/py-itsdangerous/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/12 09:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/25 10:30:20 wiz Exp $ DISTNAME= itsdangerous-0.23 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,5 @@ LICENSE= modified-bsd USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile index 5ab044f8ff7..a1036d982a9 100644 --- a/security/py-keyring/Makefile +++ b/security/py-keyring/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/23 18:16:53 asau Exp $ -# +# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:20 wiz Exp $ DISTNAME= keyring-0.5.1 PKGNAME= ${PYPKGPREFIX}-keyring-0.5.1 @@ -12,6 +11,7 @@ COMMENT= Store and access your passwords safely LICENSE= python-software-foundation PYDISTUTILSPKG= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-lasso/Makefile b/security/py-lasso/Makefile index 4fb2dd6a67f..4b12c958598 100644 --- a/security/py-lasso/Makefile +++ b/security/py-lasso/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2014/01/20 16:40:25 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/01/25 10:30:20 wiz Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 11 COMMENT= Liberty Alliance Single Sign On binding for Python -.include "../../lang/python/pyversion.mk" - BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat CONFIGURE_ARGS+= --disable-php4 @@ -15,6 +13,7 @@ INSTALL_DIRS= bindings/python PY_PATCHPLIST= yes PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.6 + .include "../../lang/python/extension.mk" .include "../../security/lasso/buildlink3.mk" diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 82c1cd5a680..5f183b6b93e 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2013/07/26 09:50:21 fhajny Exp $ -# +# $NetBSD: Makefile,v 1.31 2014/01/25 10:30:20 wiz Exp $ DISTNAME= M2Crypto-0.21.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -20,6 +19,8 @@ BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7i{,nb*} PYSETUPBUILDARGS= build_ext --openssl=${BUILDLINK_PREFIX.openssl} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.21.1 + .include "../../lang/python/extension.mk" .include "../../lang/python/egg.mk" .include "../../devel/swig/buildlink3.mk" diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile index 537e6791d19..867f765830c 100644 --- a/security/py-mcrypt/Makefile +++ b/security/py-mcrypt/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/23 18:16:54 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/01/25 10:30:20 wiz Exp $ DISTNAME= python-mcrypt-1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -14,6 +13,8 @@ LICENSE= gnu-lgpl-v2.1 EGG_NAME= ${DISTNAME:S/-/_/} +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.1 + .include "../../lang/python/distutils.mk" .include "../../security/libmcrypt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-oauth/Makefile b/security/py-oauth/Makefile index 52f4ce3209f..72c8fe13898 100644 --- a/security/py-oauth/Makefile +++ b/security/py-oauth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/23 18:16:54 asau Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/25 10:30:20 wiz Exp $ DISTNAME= oauth-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,5 @@ HOMEPAGE= http://pypi.python.org/pypi/oauth/ COMMENT= Python OAuth library LICENSE= mit -PYDISTUTILSPKG= yes - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile index efd542979be..b6e1ccb6783 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/23 18:16:54 asau Exp $ +# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:20 wiz Exp $ DISTVERS= 2.2.5 GITREF= b666238 @@ -14,6 +14,7 @@ COMMENT= Python module for OpenID LICENSE= apache-2.0 PYDISTUTILSPKG= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index 1cd0dd188cf..d0b4abbbb37 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/10/20 17:02:02 gls Exp $ +# $NetBSD: Makefile,v 1.19 2014/01/25 10:30:20 wiz Exp $ DISTNAME= paramiko-1.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,6 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-ecdsa>=0.9:../../security/py-ecdsa PYDISTUTILSPKG= yes REPLACE_PYTHON= paramiko/rng*.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 + do-test: (cd ${WRKSRC} && ${PYTHONBIN} test.py) diff --git a/security/py-passlib/Makefile b/security/py-passlib/Makefile index 902645e48e6..a732a3a6f9c 100644 --- a/security/py-passlib/Makefile +++ b/security/py-passlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/01 17:46:20 kleink Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:20 wiz Exp $ DISTNAME= passlib-1.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,5 @@ LICENSE= modified-bsd USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCLUDE_3X= yes - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/py-prewikka/Makefile b/security/py-prewikka/Makefile index 1d91536eb43..8f904a76f36 100644 --- a/security/py-prewikka/Makefile +++ b/security/py-prewikka/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2013/07/12 10:45:03 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.38 2014/01/25 10:30:20 wiz Exp $ DISTNAME= prewikka-${VERSION} PKGNAME= ${PYPKGPREFIX}-prewikka-${VERSION} @@ -8,16 +7,16 @@ CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/prewikka/ \ http://www.prelude-ids.org/download/releases/old/ -VERSION= 0.9.17.1 - -CONFLICTS= prewikka-[0-9]* - MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://prelude-ids.org/download/releases/ COMMENT= Prelude-IDS console DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah +VERSION= 0.9.17.1 + +CONFLICTS= prewikka-[0-9]* + USE_TOOLS+= msgfmt .include "../../mk/bsd.prefs.mk" @@ -25,6 +24,8 @@ USE_TOOLS+= msgfmt PYDISTUTILSPKG= yes PYSETUP= setup.py PYTHON_PATCH_SCRIPTS= scripts/prewikka-httpd +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-cheetah + PREWIKKA_USER?= prewikka PREWIKKA_GROUP?= prewikka PREWIKKA_HOME= /nonexistent diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index 89901f244db..17fbe31cecf 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/23 18:16:55 asau Exp $ -# +# $NetBSD: Makefile,v 1.8 2014/01/25 10:30:20 wiz Exp $ DISTNAME= tlslite-0.3.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,6 +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 # not yet ported as of 0.3.8 USE_LANGUAGES= # none |