summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-12-13 01:18:02 +0000
committerobache <obache@pkgsrc.org>2014-12-13 01:18:02 +0000
commit9db11462d06e806bc7187458968e5440c5f8a540 (patch)
tree5a9e0c50908c33db72cff3794423f7674770fce4 /devel
parent422e464ccd98d87927bb5ce4c3ffa4c143654e28 (diff)
downloadpkgsrc-9db11462d06e806bc7187458968e5440c5f8a540.tar.gz
Back to only for Python26.
This package provides new features in python>=27 core to older python.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-ordereddict/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-ordereddict/Makefile b/devel/py-ordereddict/Makefile
index 004fff38721..11a8bf0e81c 100644
--- a/devel/py-ordereddict/Makefile
+++ b/devel/py-ordereddict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/12/11 05:35:14 cheusov Exp $
+# $NetBSD: Makefile,v 1.6 2014/12/13 01:18:02 obache Exp $
#
DISTNAME= ordereddict-1.1
@@ -13,5 +13,7 @@ LICENSE= mit
USE_LANGUAGES= # none
+PYTHON_VERSIONS_ACCEPTED= 26
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"