git: b992e699b0da - main - devel/py-astroid: Add GitHub to MASTER_SITES

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 13 Oct 2025 06:30:24 UTC
The branch main has been updated by sunpoet:

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

commit b992e699b0da5a5723d8fe88d4ad2d4186d585c8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-13 06:17:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-13 06:17:11 +0000

    devel/py-astroid: Add GitHub to MASTER_SITES
---
 devel/py-astroid/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index 477c4964d8f1..c257bfae169e 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -1,7 +1,8 @@
 PORTNAME=	astroid
 PORTVERSION=	3.3.11
 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