summaryrefslogtreecommitdiff
path: root/lang/py-parso/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-28 14:18:32 +0000
committeradam <adam@pkgsrc.org>2018-12-28 14:18:32 +0000
commit3873e051ebb60c0d69cbfcf1e936d60454e64ac6 (patch)
treea8caa2b2fc1d322066a7afe85ccf06bb2d0df416 /lang/py-parso/Makefile
parent1d9ba944bfe92c2cc306d7c7ca195dbfd2c9c93d (diff)
downloadpkgsrc-3873e051ebb60c0d69cbfcf1e936d60454e64ac6.tar.gz
py-parso: updated to 0.3.1
0.3.1: - Bugfixes in the diff parser and keyword-only arguments 0.3.0: - Rewrote the pgen2 parser generator. 0.2.1: - A bugfix for the diff parser. - Grammar files can now be loaded from a specific path. 0.2.0: - f-strings are now parsed as a part of the normal Python grammar. This makes it way easier to deal with them. 0.1.1: - Fixed a few bugs in the caching layer - Added support for Python 3.7
Diffstat (limited to 'lang/py-parso/Makefile')
-rw-r--r--lang/py-parso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py-parso/Makefile b/lang/py-parso/Makefile
index 12968d849f4..79581873151 100644
--- a/lang/py-parso/Makefile
+++ b/lang/py-parso/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/10/16 17:02:14 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/12/28 14:18:32 adam Exp $
-DISTNAME= parso-0.1.0
+DISTNAME= parso-0.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parso/}