aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:30:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:36:44 +0000
commitc812bc1a806024d20beb337f6000e580020c88d0 (patch)
treedfc0595873578d6a4ccffa2b8d5fe5eb1a3e0c73
parent69512db5c3b8a4dbeca228a0c5012e35b86a5391 (diff)
downloadports-c812bc1a806024d20beb337f6000e580020c88d0.tar.gz
ports-c812bc1a806024d20beb337f6000e580020c88d0.zip
devel/py-astroid: Update to 2.15.2
-rw-r--r--devel/py-astroid/Makefile2
-rw-r--r--devel/py-astroid/distinfo6
-rw-r--r--devel/py-astroid/files/patch-pyproject.toml4
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index 7817a56c75c8..80816ee0f8be 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -1,5 +1,5 @@
PORTNAME= astroid
-PORTVERSION= 2.13.5
+PORTVERSION= 2.15.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo
index 7775571e7f7b..78433333ffd3 100644
--- a/devel/py-astroid/distinfo
+++ b/devel/py-astroid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679498646
-SHA256 (astroid-2.13.5.tar.gz) = df164d5ac811b9f44105a72b8f9d5edfb7b5b2d7e979b04ea377a77b3229114a
-SIZE (astroid-2.13.5.tar.gz) = 223813
+TIMESTAMP = 1680726108
+SHA256 (astroid-2.15.2.tar.gz) = 6e61b85c891ec53b07471aec5878f4ac6446a41e590ede0f2ce095f39f7d49dd
+SIZE (astroid-2.15.2.tar.gz) = 343200
diff --git a/devel/py-astroid/files/patch-pyproject.toml b/devel/py-astroid/files/patch-pyproject.toml
index 66883c748c70..bc2223ca1ffc 100644
--- a/devel/py-astroid/files/patch-pyproject.toml
+++ b/devel/py-astroid/files/patch-pyproject.toml
@@ -1,8 +1,8 @@
---- pyproject.toml.orig 2023-01-20 20:32:36 UTC
+--- pyproject.toml.orig 2023-03-05 23:08:15 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
--requires = ["setuptools~=62.6", "wheel~=0.37.1"]
+-requires = ["setuptools>=64.0", "wheel>=0.37.1"]
+requires = ["setuptools>=62.6", "wheel>=0.37.1"]
build-backend = "setuptools.build_meta"