From 81a7518ffec3b1c247da305af4ec9d250e248958 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Thu, 14 Jul 2016 16:43:31 +0000 Subject: [PATCH] devel/py-phply: Only use Python up to 2.7 ... ... until it's confirmed to work with other versions. PR: 211112 Submitted by: koobs Approved by: Danilo G. Baio (maintainer) --- devel/py-phply/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-phply/Makefile b/devel/py-phply/Makefile index 27f6b04ae2e7..805e54903817 100644 --- a/devel/py-phply/Makefile +++ b/devel/py-phply/Makefile @@ -2,6 +2,7 @@ PORTNAME= phply PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes -USES= python +USES= python:-2.7 USE_PYTHON= autoplist distutils .include