summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2016-03-30 13:25:41 +0000
committerwiz <wiz>2016-03-30 13:25:41 +0000
commita6e7ba76f6fb2e03078bc0ca9884aa5680cd2731 (patch)
tree8abfaf57c4bd66a07577c78326a4fd76168e7e7a /devel
parentf72d1843c8b03f570fc45a3e907e2be6a8e4bf17 (diff)
downloadpkgsrc-a6e7ba76f6fb2e03078bc0ca9884aa5680cd2731.tar.gz
Mark as only for python-2.7.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-thrift/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-thrift/Makefile b/devel/py-thrift/Makefile
index 17d8305637f..b30d84658f1 100644
--- a/devel/py-thrift/Makefile
+++ b/devel/py-thrift/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/03/29 23:33:20 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2016/03/30 13:25:41 wiz Exp $
DISTNAME= thrift-0.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,5 +11,7 @@ HOMEPAGE= https://pypi.python.org/pypi/thrift
COMMENT= Python bindings for the Apache Thrift RPC system
LICENSE= apache-2.0
+PYTHON_VERSIONS_ACCEPTED= 27 # uses cStringio.h header
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"