diff options
author | adam <adam@pkgsrc.org> | 2022-08-23 10:34:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-08-23 10:34:48 +0000 |
commit | e79c74b225a627a8e26ae2077fb4815291d3dea4 (patch) | |
tree | 9ac0b9406bf8bb8cea731d86d9c88d0d3aa1876f | |
parent | f1ca2bc62f4e1475605a6404f4bf7a5645383e38 (diff) | |
download | pkgsrc-e79c74b225a627a8e26ae2077fb4815291d3dea4.tar.gz |
py-asttokens: updated to 2.0.8
2.0.8
Fix mypy explicit re-export issues
2.0.7
Fix astroid type checking import errors
-rw-r--r-- | lang/py-asttokens/Makefile | 6 | ||||
-rw-r--r-- | lang/py-asttokens/PLIST | 3 | ||||
-rw-r--r-- | lang/py-asttokens/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/lang/py-asttokens/Makefile b/lang/py-asttokens/Makefile index 0edc33466c1..9b02639d4dc 100644 --- a/lang/py-asttokens/Makefile +++ b/lang/py-asttokens/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2022/01/13 19:31:24 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2022/08/23 10:34:48 adam Exp $ -DISTNAME= asttokens-2.0.5 +DISTNAME= asttokens-2.0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asttokens/} @@ -21,6 +20,7 @@ PYTHON_VERSIONED_DEPENDENCIES+= pip:build setuptools_scm:build .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == 27 +DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing TEST_DEPENDS= # none; test depends are incompatible to py27 do-test: .endif diff --git a/lang/py-asttokens/PLIST b/lang/py-asttokens/PLIST index 344f2913de9..5bb96124c95 100644 --- a/lang/py-asttokens/PLIST +++ b/lang/py-asttokens/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2020/04/12 21:12:21 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/08/23 10:34:48 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -16,6 +16,7 @@ ${PYSITELIB}/asttokens/line_numbers.pyo ${PYSITELIB}/asttokens/mark_tokens.py ${PYSITELIB}/asttokens/mark_tokens.pyc ${PYSITELIB}/asttokens/mark_tokens.pyo +${PYSITELIB}/asttokens/py.typed ${PYSITELIB}/asttokens/util.py ${PYSITELIB}/asttokens/util.pyc ${PYSITELIB}/asttokens/util.pyo diff --git a/lang/py-asttokens/distinfo b/lang/py-asttokens/distinfo index 01d04ddfeb7..6628779e316 100644 --- a/lang/py-asttokens/distinfo +++ b/lang/py-asttokens/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 10:51:48 nia Exp $ +$NetBSD: distinfo,v 1.15 2022/08/23 10:34:48 adam Exp $ -BLAKE2s (asttokens-2.0.5.tar.gz) = aff8e9bacbeaf8d88dfa4a54e0f1e346d39a7967f599c5fafafb06f55680307a -SHA512 (asttokens-2.0.5.tar.gz) = 60b323be72de75b2d612e7d602a202fae46559f0842624d38ff0a22376573c3e4885ad2cece04314ef7f230f8e47ae6fc8d9f39a6bdacc1c74961a5158abd463 -Size (asttokens-2.0.5.tar.gz) = 50218 bytes +BLAKE2s (asttokens-2.0.8.tar.gz) = 47fc21f73dd7e2e438b36fdac9a0a0015d3012b723d9252032000b8316f78537 +SHA512 (asttokens-2.0.8.tar.gz) = c8e2efe2207cd62fc1ff884c9d9cf0d33e302bddce9ca6d00dd109837290e71a74f53787b1c425097522df75e6386b2a72f27c5bfcbcb288862b08b1484f2b86 +Size (asttokens-2.0.8.tar.gz) = 55101 bytes |