summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2015-06-14 21:49:04 +0000
committerwiz <wiz>2015-06-14 21:49:04 +0000
commit337d971b402feddfaa8224738379369566e77718 (patch)
tree84f54c8710535dc298e90188782600997d0b31bb /devel
parent5e197356695ce783029f02d7525188c5c93be503 (diff)
downloadpkgsrc-337d971b402feddfaa8224738379369566e77718.tar.gz
python-3.4 is supported.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-hglib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-hglib/Makefile b/devel/py-hglib/Makefile
index a36e7e80c54..d1dfc21e2a3 100644
--- a/devel/py-hglib/Makefile
+++ b/devel/py-hglib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/06/14 21:47:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/14 21:49:04 wiz Exp $
DISTNAME= python-hglib-1.6
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -12,7 +12,7 @@ LICENSE= mit
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # like mercurial itself
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # 2.7 and 3.4 only
EGG_NAME= python_hglib-unknown
.include "../../lang/python/distutils.mk"