devel/py-astroid: Update to 2.8.2

Changes:	https://github.com/PyCQA/astroid/releases
		https://github.com/PyCQA/astroid/blob/master/ChangeLog
This commit is contained in:
Po-Chuan Hsieh
2021-10-14 03:13:29 +08:00
parent 356077bb21
commit e224e9092e
3 changed files with 18 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
PORTNAME= astroid
PORTVERSION= 2.8.0
PORTVERSION= 2.8.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-object-proxy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.14:devel/py-wrapt@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.6+

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1632227502
SHA256 (astroid-2.8.0.tar.gz) = fe81f80c0b35264acb5653302ffbd935d394f1775c5e4487df745bf9c2442708
SIZE (astroid-2.8.0.tar.gz) = 197845
TIMESTAMP = 1634111718
SHA256 (astroid-2.8.2.tar.gz) = 304e99c129794f2cfda584a12b71fde85205da950e2f330f4be09150525ae949
SIZE (astroid-2.8.2.tar.gz) = 199889

View File

@@ -0,0 +1,13 @@
Obtained from: https://github.com/PyCQA/astroid/commit/fd510e08c2ee862cd284861e02b9bcc9a7fd9809
--- setup.cfg.orig 2021-10-07 05:36:55 UTC
+++ setup.cfg
@@ -37,7 +37,7 @@ project_urls =
packages = find:
install_requires =
lazy_object_proxy>=1.4.0
- wrapt>=1.11,<1.13
+ wrapt>=1.11,<1.14
setuptools>=20.0
typed-ast>=1.4.0,<1.5;implementation_name=="cpython" and python_version<"3.8"
typing-extensions>=3.10;python_version<"3.10"