Skip to content

Commit

Permalink
devel/pytype: Update to 2022.6.30
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 5, 2023
1 parent e241cdb commit 8974ea8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
9 changes: 5 additions & 4 deletions devel/pytype/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pytype
PORTVERSION= 2022.1.7
PORTREVISION= 1
PORTVERSION= 2022.6.30
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
Expand All @@ -14,9 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR}
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}attrs>=21.4.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}importlab>=0.7:devel/py-importlab@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libcst03>=0:devel/py-libcst03@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=2.8.5:math/py-networkx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydot>=1.4.2:graphics/py-pydot@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}

Expand Down
6 changes: 3 additions & 3 deletions devel/pytype/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1642102137
SHA256 (pytype-2022.1.7.tar.gz) = c824d09dd463165ee47dd78f7ca30941353c2095361aadb57165c4211c148901
SIZE (pytype-2022.1.7.tar.gz) = 2765074
TIMESTAMP = 1675190933
SHA256 (pytype-2022.6.30.tar.gz) = 1c8c425e8bb40117322be06476080d132466fab72e7d199af2de5c55285b6d4f
SIZE (pytype-2022.6.30.tar.gz) = 2037650
11 changes: 11 additions & 0 deletions devel/pytype/files/patch-setup.cfg
@@ -0,0 +1,11 @@
--- setup.cfg.orig 2022-06-30 19:54:29 UTC
+++ setup.cfg
@@ -33,7 +33,7 @@ install_requires =
attrs>=21.4.0
importlab>=0.7
libcst
- networkx<2.8.4
+ networkx>=2.8.5
ninja>=1.10.0.post2
pydot
tabulate

0 comments on commit 8974ea8

Please sign in to comment.