devel/pytype: Update to 2022.1.7
Changes: https://github.com/google/pytype/blob/main/CHANGELOG
This commit is contained in:
parent
8c4987d188
commit
9a413c2f48
2 changed files with 21 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= pytype
|
||||
PORTVERSION= 2021.9.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2022.1.7
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||
|
@ -18,16 +17,27 @@ RUN_DEPENDS= ninja>=1.10.2:devel/ninja \
|
|||
${PYTHON_PKGNAMEPREFIX}attrs>=21.2.0:devel/py-attrs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}importlab>=0.6.1:devel/py-importlab@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}libcst>=0:devel/py-libcst@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.3:devel/py-typed-ast@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}
|
||||
|
||||
USES= compiler:c++11-lang python:3.6+
|
||||
USES= compiler:c++11-lang python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.5.0:devel/py-typed-ast@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/pytype/tools/merge_pyi/test_data/packed_tuple.py
|
||||
@${RM} ${WRKSRC}/pytype/tools/merge_pyi/test_data/packed_tuple.comment.py
|
||||
@${RM} ${WRKSRC}/pytype/tools/merge_pyi/test_data/packed_tuple.pep484.py
|
||||
@${RM} ${WRKSRC}/pytype/tools/merge_pyi/test_data/parse_error.py
|
||||
@${RM} ${WRKSRC}/pytype/tools/merge_pyi/test_data/pyi_variations.comment.py
|
||||
@${RM} ${WRKSRC}/pytype/tools/merge_pyi/test_data/simple_defaults.py
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1632036860
|
||||
SHA256 (pytype-2021.9.9.tar.gz) = 4d63d3e84d9a0a979025724aa948a4309981389e4cefd6234578470708558d74
|
||||
SIZE (pytype-2021.9.9.tar.gz) = 2503646
|
||||
TIMESTAMP = 1642102137
|
||||
SHA256 (pytype-2022.1.7.tar.gz) = c824d09dd463165ee47dd78f7ca30941353c2095361aadb57165c4211c148901
|
||||
SIZE (pytype-2022.1.7.tar.gz) = 2765074
|
||||
|
|
Loading…
Reference in a new issue