summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-10-28 07:38:07 +0000
committeradam <adam@pkgsrc.org>2017-10-28 07:38:07 +0000
commit3f3eccdac39839d14827af4ecc7fe74c6d49cfb8 (patch)
tree1e90c62b6d26f65e64394e003f56521cf417ba2d /lang/Makefile
parente81855aec5f4b093338ce2818266494c311eb7fc (diff)
downloadpkgsrc-3f3eccdac39839d14827af4ecc7fe74c6d49cfb8.tar.gz
py-asttokens: added version 1.1.6
The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. It makes it possible for tools that work with logical AST nodes to find the particular text that resulted in those nodes, for example for automated refactoring or highlighting.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 0fe488c89ee..1af8810ac0c 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.467 2017/10/16 17:01:50 adam Exp $
+# $NetBSD: Makefile,v 1.468 2017/10/28 07:38:07 adam Exp $
#
COMMENT= Programming languages
@@ -173,6 +173,7 @@ SUBDIR+= php71
SUBDIR+= picoc
SUBDIR+= pict
SUBDIR+= polyml
+SUBDIR+= py-asttokens
SUBDIR+= py-basicproperty
SUBDIR+= py-byterun
SUBDIR+= py-cxfreeze