summaryrefslogtreecommitdiff
path: root/www/py-pendrell
diff options
context:
space:
mode:
authorwiz <wiz>2017-02-14 10:26:27 +0000
committerwiz <wiz>2017-02-14 10:26:27 +0000
commit39be735aa0498ee847df4238a6896b15147855c9 (patch)
tree3bec4a7a1ab8d13d79ed6abab8276e5426caea00 /www/py-pendrell
parentaa6e8893907cb9d6f3c892f497ce086db200bd13 (diff)
downloadpkgsrc-39be735aa0498ee847df4238a6896b15147855c9.tar.gz
Update python 3.x status after py-twisted now supports 3.x.
Diffstat (limited to 'www/py-pendrell')
-rw-r--r--www/py-pendrell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-pendrell/Makefile b/www/py-pendrell/Makefile
index 2493f9eed52..404ca02787f 100644
--- a/www/py-pendrell/Makefile
+++ b/www/py-pendrell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/01/01 14:44:05 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/02/14 10:26:29 wiz Exp $
DISTNAME= pendrell-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-twisted
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.2.3
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"