summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-01 08:44:23 +0000
committeradam <adam@pkgsrc.org>2021-12-01 08:44:23 +0000
commit3c5d65112924e6b78248be6c684bb6a9ed9ccfd5 (patch)
tree8c52bbfc3dfffcc6ddfc9337cc952b7df74db829
parentef7b0b833f3ee4f2562ee1e70b29249109f137a8 (diff)
downloadpkgsrc-3c5d65112924e6b78248be6c684bb6a9ed9ccfd5.tar.gz
py-parso: updated to 0.8.3
0.8.3: - Add basic support for Python 3.11 and 3.12
-rw-r--r--lang/py-parso/Makefile6
-rw-r--r--lang/py-parso/PLIST4
-rw-r--r--lang/py-parso/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/lang/py-parso/Makefile b/lang/py-parso/Makefile
index 74ab8779eed..c918ccb3738 100644
--- a/lang/py-parso/Makefile
+++ b/lang/py-parso/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/05/12 08:13:54 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/12/01 08:44:23 adam Exp $
-DISTNAME= parso-0.8.2
+DISTNAME= parso-0.8.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parso/}
@@ -18,7 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
do-test:
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/py-parso/PLIST b/lang/py-parso/PLIST
index 35364c56ffc..26207914d72 100644
--- a/lang/py-parso/PLIST
+++ b/lang/py-parso/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/08/24 08:31:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/12/01 08:44:23 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -44,6 +44,8 @@ ${PYSITELIB}/parso/python/errors.py
${PYSITELIB}/parso/python/errors.pyc
${PYSITELIB}/parso/python/errors.pyo
${PYSITELIB}/parso/python/grammar310.txt
+${PYSITELIB}/parso/python/grammar311.txt
+${PYSITELIB}/parso/python/grammar312.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 f0d7795de09..426056f6bd4 100644
--- a/lang/py-parso/distinfo
+++ b/lang/py-parso/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:51:50 nia Exp $
+$NetBSD: distinfo,v 1.18 2021/12/01 08:44:23 adam Exp $
-BLAKE2s (parso-0.8.2.tar.gz) = dc6b4374db3eae2f6679b1d487adccef579c1d605b19be171a67e72f8b9e43d1
-SHA512 (parso-0.8.2.tar.gz) = 4c8c12e86c7119eac19d7d9bfe9850826107c93f7da7b66377b91edfb0093425ad725f95fc942074bee51ab8db8210273f1bce840fc7214eb4a674f33e860b00
-Size (parso-0.8.2.tar.gz) = 397046 bytes
+BLAKE2s (parso-0.8.3.tar.gz) = e998824f4b3e75df980b99c311f51f9920bcbfa0eeb0b1d26ce99c04e10362e7
+SHA512 (parso-0.8.3.tar.gz) = 6a8626b2aa254e8c3b5afbacd122085d5a69ea04aeb271141f284822e300e8f7f1a53f9dc483a6522fe309cf09f60624972bb666d3a82d06af808c6790f87f1d
+Size (parso-0.8.3.tar.gz) = 400064 bytes