mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Changes: https://github.com/pylint-dev/astroid/releases https://pylint.readthedocs.io/projects/astroid/en/latest/whatsnew.html
29 lines
805 B
Makefile
29 lines
805 B
Makefile
PORTNAME= astroid
|
|
PORTVERSION= 3.3.8
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Abstract syntax tree for Python with inference support
|
|
WWW= https://pylint.readthedocs.io/projects/astroid/en/latest/ \
|
|
https://github.com/pylint-dev/astroid
|
|
|
|
LICENSE= LGPL21+
|
|
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+
|
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PYTHON_REL} < 31100
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|