diff options
Diffstat (limited to 'devel/py-astroid/Makefile')
| -rw-r--r-- | devel/py-astroid/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 477c4964d8f1..23b7ceadbdd1 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,7 +1,8 @@ PORTNAME= astroid -PORTVERSION= 3.3.11 +PORTVERSION= 4.0.2 CATEGORIES= devel python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/pylint-dev/astroid/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=62.6:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.37.1:devel/py-wheel@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes |
