Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2024 06:18:59 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6489375e5945 - main - devel/pytype: Update to 2024.9.13
Message-ID:  <202409180618.48I6IxYb032473@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6489375e5945698e1a216a6fb2fa2a5ef9c31ff9

commit 6489375e5945698e1a216a6fb2fa2a5ef9c31ff9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-18 05:55:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-18 06:13:08 +0000

    devel/pytype: Update to 2024.9.13
    
    Changes:        https://github.com/google/pytype/blob/main/CHANGELOG
---
 devel/pytype/Makefile              | 4 ++--
 devel/pytype/distinfo              | 6 +++---
 devel/pytype/files/patch-setup.cfg | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/pytype/Makefile b/devel/pytype/Makefile
index 30a214a18331..bb790d207b30 100644
--- a/devel/pytype/Makefile
+++ b/devel/pytype/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytype
-PORTVERSION=	2024.4.11
+PORTVERSION=	2024.9.13
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
@@ -24,7 +24,7 @@ RUN_DEPENDS=	ninja>=1.10.2:devel/ninja \
 		${PYTHON_PKGNAMEPREFIX}libcst>=1.0.1:devel/py-libcst@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}msgspec>=0.18.6:devel/py-msgspec@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}networkx>=0,1:math/py-networkx@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pycnite>=2023.10.11:devel/py-pycnite@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pycnite>=2024.7.31: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 a5a2ab6b596e..52d803ee8d84 100644
--- a/devel/pytype/distinfo
+++ b/devel/pytype/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713001114
-SHA256 (pytype-2024.4.11.tar.gz) = 3315f51ce482d8c07e2f1857c47ccd17beb4a9bfde9afa7d1e6669f1e8881081
-SIZE (pytype-2024.4.11.tar.gz) = 2932344
+TIMESTAMP = 1726487320
+SHA256 (pytype-2024.9.13.tar.gz) = 941046ca0f1c43b79162bb51836fef0ba6608012d99f6833148c249f22216f26
+SIZE (pytype-2024.9.13.tar.gz) = 2787479
diff --git a/devel/pytype/files/patch-setup.cfg b/devel/pytype/files/patch-setup.cfg
index 34be991e1580..8cb37299cfde 100644
--- a/devel/pytype/files/patch-setup.cfg
+++ b/devel/pytype/files/patch-setup.cfg
@@ -1,6 +1,6 @@
---- setup.cfg.orig	2024-03-19 21:03:18 UTC
+--- setup.cfg.orig	2024-09-13 11:27:01 UTC
 +++ setup.cfg
-@@ -32,15 +32,15 @@ install_requires = 
+@@ -33,15 +33,15 @@ install_requires = 
  install_requires = 
  	attrs>=21.4.0
  	importlab>=0.8
@@ -12,7 +12,7 @@
 -	networkx<3.2
 +	networkx
  	ninja>=1.10.0.post2
- 	pycnite>=2023.10.11
+ 	pycnite>=2024.07.31
  	pydot>=1.4.2
 -	tabulate>=0.8.10
 +	tabulate>=0.8.9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409180618.48I6IxYb032473>