pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-parso py-parso: updated to 0.8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d144e5138636
branches:  trunk
changeset: 770487:d144e5138636
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 01 08:44:23 2021 +0000

description:
py-parso: updated to 0.8.3

0.8.3:
- Add basic support for Python 3.11 and 3.12

diffstat:

 lang/py-parso/Makefile |  6 +++---
 lang/py-parso/PLIST    |  4 +++-
 lang/py-parso/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r 3e526605f567 -r d144e5138636 lang/py-parso/Makefile
--- a/lang/py-parso/Makefile    Wed Dec 01 04:46:10 2021 +0000
+++ b/lang/py-parso/Makefile    Wed Dec 01 08:44:23 2021 +0000
@@ -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 @@
 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 -r 3e526605f567 -r d144e5138636 lang/py-parso/PLIST
--- a/lang/py-parso/PLIST       Wed Dec 01 04:46:10 2021 +0000
+++ b/lang/py-parso/PLIST       Wed Dec 01 08:44:23 2021 +0000
@@ -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.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 -r 3e526605f567 -r d144e5138636 lang/py-parso/distinfo
--- a/lang/py-parso/distinfo    Wed Dec 01 04:46:10 2021 +0000
+++ b/lang/py-parso/distinfo    Wed Dec 01 08:44:23 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index