diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:30:52 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 12:59:37 +0000 |
commit | 4777253a2b6f2e74e201cdfaa56c8b7568abf863 (patch) | |
tree | bc36899440dc4f5c72221b2df54d96691104b5a9 | |
parent | 3d6f6227c3eeac37ed13796a2b0da78611244d48 (diff) |
devel/py-astroid: Update to 2.12.14
- Convert to USE_PYTHON=pytest
Changes: https://github.com/PyCQA/astroid/releases
https://github.com/PyCQA/astroid/blob/main/ChangeLog
-rw-r--r-- | devel/py-astroid/Makefile | 8 | ||||
-rw-r--r-- | devel/py-astroid/distinfo | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 5b1c6bc07cb1..ee759bb0bdb7 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,5 +1,5 @@ PORTNAME= astroid -PORTVERSION= 2.12.13 +PORTVERSION= 2.12.14 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,9 @@ 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.14<2:devel/py-wrapt@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes @@ -32,7 +31,4 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<2.0:devel/py-typed-ast@${P RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10:devel/py-typing-extensions@${PY_FLAVOR} .endif -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v - .include <bsd.port.post.mk> diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo index c1476deaea16..fee77d1f845c 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057679 -SHA256 (astroid-2.12.13.tar.gz) = 1493fe8bd3dfd73dc35bd53c9d5b6e49ead98497c47b2307662556a5692d29d7 -SIZE (astroid-2.12.13.tar.gz) = 217439 +TIMESTAMP = 1674589732 +SHA256 (astroid-2.12.14.tar.gz) = b573ed96112061150eade70851c277a92fba544812b781836ab16fedbbddb497 +SIZE (astroid-2.12.14.tar.gz) = 218227 |