Skip to content

Commit

Permalink
devel/pytype: Update to 2024.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent 77be2c4 commit a643b70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion devel/pytype/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pytype
PORTVERSION= 2024.2.13
PORTVERSION= 2024.2.27
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
Expand All @@ -18,6 +18,7 @@ BUILD_DEPENDS= ninja:devel/ninja \
${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}immutabledict>=3.0.0:devel/py-immutabledict@${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>=1.0.1:devel/py-libcst@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions devel/pytype/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1708448916
SHA256 (pytype-2024.2.13.tar.gz) = 5a2bf755b6a62c3f4c2ae7a5102c8da04011d94646a4faf3c6bcc3b44fbb0ced
SIZE (pytype-2024.2.13.tar.gz) = 2785643
TIMESTAMP = 1709390378
SHA256 (pytype-2024.2.27.tar.gz) = 68cb0ecc3acee571f73d4f376c5c1a218771de039d18fd55eb903ee5d407f027
SIZE (pytype-2024.2.27.tar.gz) = 2786528
8 changes: 6 additions & 2 deletions devel/pytype/files/patch-setup.cfg
@@ -1,7 +1,11 @@
--- setup.cfg.orig 2023-10-31 21:05:46 UTC
--- setup.cfg.orig 2024-02-27 20:18:48 UTC
+++ setup.cfg
@@ -34,11 +34,11 @@ install_requires =
@@ -32,14 +32,14 @@ install_requires =
install_requires =
attrs>=21.4.0
importlab>=0.8
- immutabledict>=4.1.0
+ immutabledict>=3.0.0
jinja2>=3.1.2
libcst>=1.0.1
- networkx<3.2
Expand Down

0 comments on commit a643b70

Please sign in to comment.