git: bdfba8490bb8 - main - devel/pytype: Update to 2023.10.31
Date: Tue, 14 Nov 2023 17:17:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdfba8490bb8f9e999da70947012893c187479d6 commit bdfba8490bb8f9e999da70947012893c187479d6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:32:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:15:31 +0000 devel/pytype: Update to 2023.10.31 - Update WWW and clean up pkg-descr Changes: https://github.com/google/pytype/blob/main/CHANGELOG --- devel/pytype/Makefile | 10 ++++++---- devel/pytype/distinfo | 6 +++--- devel/pytype/pkg-descr | 2 -- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/pytype/Makefile b/devel/pytype/Makefile index 7c17fabc743e..faa0a70b3bb1 100644 --- a/devel/pytype/Makefile +++ b/devel/pytype/Makefile @@ -1,26 +1,28 @@ PORTNAME= pytype -PORTVERSION= 2023.5.8 +PORTVERSION= 2023.10.31 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python type inferencer -WWW= https://google.github.io/pytype/ +WWW= https://google.github.io/pytype/ \ + https://github.com/google/pytype LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ninja:devel/ninja \ ${PYTHON_PKGNAMEPREFIX}pybind11>=2.10.1:devel/py-pybind11@${PY_FLAVOR} \ - ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ninja>=1.10.2:devel/ninja \ ${PYTHON_PKGNAMEPREFIX}attrs>=21.4.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}importlab>=0.8:devel/py-importlab@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libcst>=0.4.9:devel/py-libcst@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libcst>=1.0.1:devel/py-libcst@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=0,1<3.2,1:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycnite>=2023.10.11:devel/py-pycnite@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydot>=1.4.2:graphics/py-pydot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tabulate>=0.8.9:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR} \ diff --git a/devel/pytype/distinfo b/devel/pytype/distinfo index 163d194b01fd..757c05b97d43 100644 --- a/devel/pytype/distinfo +++ b/devel/pytype/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104320 -SHA256 (pytype-2023.5.8.tar.gz) = 69bd26d3b0599acb7ebf4867db3f22239f8a7e4c58c8f9839b75b99216360d40 -SIZE (pytype-2023.5.8.tar.gz) = 2896810 +TIMESTAMP = 1699774456 +SHA256 (pytype-2023.10.31.tar.gz) = a032cb85a7cf33ea34ce04fdd100de75206d6e0d44d2ed9ce68c07c76d7e8f05 +SIZE (pytype-2023.10.31.tar.gz) = 2542940 diff --git a/devel/pytype/pkg-descr b/devel/pytype/pkg-descr index 5442e4216e1d..27e9118d9a8b 100644 --- a/devel/pytype/pkg-descr +++ b/devel/pytype/pkg-descr @@ -11,5 +11,3 @@ Pytype is a static analyzer; it does not execute the code it runs on. Thousands of projects at Google rely on pytype to keep their Python code well-typed and error-free. - -See also: https://github.com/google/pytype