Skip to content

Commit

Permalink
devel/pytype: Update to 2023.10.31
Browse files Browse the repository at this point in the history
- Update WWW and clean up pkg-descr

Changes:	https://github.com/google/pytype/blob/main/CHANGELOG
  • Loading branch information
sunpoet committed Nov 14, 2023
1 parent 20d1ed5 commit bdfba84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 6 additions & 4 deletions devel/pytype/Makefile
Original file line number Diff line number Diff line change
@@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions devel/pytype/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 0 additions & 2 deletions devel/pytype/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bdfba84

Please sign in to comment.