From 05f1ac3666170872b54a061f9c81108f9a2d6aac Mon Sep 17 00:00:00 2001 From: wen Date: Thu, 19 Nov 2015 01:32:30 +0000 Subject: Fix build with python34. Spotted by: joerg@(Thanks !) --- www/py-tornado/Makefile | 5 +---- www/py-tornado/PLIST | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index 27a75a58407..1a5e696e7b1 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/11/08 05:10:28 wen Exp $ +# $NetBSD: Makefile,v 1.16 2015/11/19 01:32:30 wen Exp $ DISTNAME= tornado-4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -28,13 +28,10 @@ PLIST_VARS+= requires DEPENDS+= ${PYPKGPREFIX}-backports.ssl_match_hostname-[0-9]*:../../security/py-backports.ssl_match_hostname DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch - -PLIST.requires= yes .endif .if "${PYPKGPREFIX}" == "py33" DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi DEPENDS+= ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch -PLIST.requires= yes .endif .include "../../lang/python/egg.mk" diff --git a/www/py-tornado/PLIST b/www/py-tornado/PLIST index b20de035764..f076d070df2 100644 --- a/www/py-tornado/PLIST +++ b/www/py-tornado/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.10 2015/11/08 05:10:28 wen Exp $ +@comment $NetBSD: PLIST,v 1.11 2015/11/19 01:32:30 wen Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PLIST.requires}${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/tornado/__init__.py ${PYSITELIB}/tornado/__init__.pyc -- cgit v1.2.3