diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-24 08:31:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-24 08:31:26 +0000 |
commit | 1a7666f4371abe89dc3465af6ec36d7d4fcba424 (patch) | |
tree | e35518c21c08ef356b04b3f0b1156bc305514931 /lang | |
parent | 1ff0a216c5390f7439bc78617c3ec961b3773c8c (diff) | |
download | pkgsrc-1a7666f4371abe89dc3465af6ec36d7d4fcba424.tar.gz |
py-parso: update to 0.8.0.
0.8.0 (2020-08-05)
++++++++++++++++++
- Dropped Support for Python 2.7, 3.4, 3.5
- It's possible to use ``pathlib.Path`` objects now in the API
- The stubs are gone, we are now using annotations
- ``namedexpr_test`` nodes are now a proper class called ``NamedExpr``
- A lot of smaller refactorings
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-parso/Makefile | 6 | ||||
-rw-r--r-- | lang/py-parso/PLIST | 6 | ||||
-rw-r--r-- | lang/py-parso/distinfo | 10 |
3 files changed, 10 insertions, 12 deletions
diff --git a/lang/py-parso/Makefile b/lang/py-parso/Makefile index 34850ba8d77..c167defd899 100644 --- a/lang/py-parso/Makefile +++ b/lang/py-parso/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2020/07/24 06:54:40 adam Exp $ +# $NetBSD: Makefile,v 1.14 2020/08/24 08:31:26 wiz Exp $ -DISTNAME= parso-0.7.1 +DISTNAME= parso-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=p/parso/} @@ -14,6 +14,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt PYTHON_VERSIONED_DEPENDENCIES= test:test +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_LANGUAGES= # none do-test: diff --git a/lang/py-parso/PLIST b/lang/py-parso/PLIST index fae2885de04..35364c56ffc 100644 --- a/lang/py-parso/PLIST +++ b/lang/py-parso/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2020/07/24 06:54:40 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2020/08/24 08:31:26 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -43,11 +43,7 @@ ${PYSITELIB}/parso/python/diff.pyo ${PYSITELIB}/parso/python/errors.py ${PYSITELIB}/parso/python/errors.pyc ${PYSITELIB}/parso/python/errors.pyo -${PYSITELIB}/parso/python/grammar27.txt ${PYSITELIB}/parso/python/grammar310.txt -${PYSITELIB}/parso/python/grammar33.txt -${PYSITELIB}/parso/python/grammar34.txt -${PYSITELIB}/parso/python/grammar35.txt ${PYSITELIB}/parso/python/grammar36.txt ${PYSITELIB}/parso/python/grammar37.txt ${PYSITELIB}/parso/python/grammar38.txt diff --git a/lang/py-parso/distinfo b/lang/py-parso/distinfo index d597fb55319..b9734a7b5cb 100644 --- a/lang/py-parso/distinfo +++ b/lang/py-parso/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2020/07/24 06:54:40 adam Exp $ +$NetBSD: distinfo,v 1.13 2020/08/24 08:31:26 wiz Exp $ -SHA1 (parso-0.7.1.tar.gz) = 3fe737203791888cb527d0ca4bd483c7b201b565 -RMD160 (parso-0.7.1.tar.gz) = acc080335b1228df041a54e944f3f63bec3c3d38 -SHA512 (parso-0.7.1.tar.gz) = 19c30d07a8982323ffbeba3fa36c8f504f49991c54df595e47defca1b1ba94ab3f5203485e6459012adfd440cc648dd8cfd44c571f02db7ed8e49f372eb3df3a -Size (parso-0.7.1.tar.gz) = 400854 bytes +SHA1 (parso-0.8.0.tar.gz) = 6cde49451b3f023b882fbcd220ead0a0d19c6f3f +RMD160 (parso-0.8.0.tar.gz) = c2a595f56ad619e0c27c5085317325f4a1610431 +SHA512 (parso-0.8.0.tar.gz) = ea8da28f97847acf29c35dfc46e569adbeb3b5a8b40db22906d0e04d0bc25f3b4f5de4f9bc75cc4bcd8a0d1dc36705e66ccf35b2d8d9648bf0342e1451059a80 +Size (parso-0.8.0.tar.gz) = 395215 bytes |