mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/pytype: Update to 2024.2.27
Changes: https://github.com/google/pytype/blob/main/CHANGELOG
This commit is contained in:
parent
77be2c4a3e
commit
a643b70f9e
3 changed files with 11 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pytype
|
||||
PORTVERSION= 2024.2.13
|
||||
PORTVERSION= 2024.2.27
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
|
||||
|
@ -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} \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue