Files
ports/devel/py-astroid/Makefile
T
2026-03-16 22:28:25 +00:00

24 lines
418 B
Makefile

COMMENT= common base representation of Python source code
# py-astroid and pylint usually need keeping in-sync
MODPY_DISTV= 3.3.11
DISTNAME= astroid-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 0
CATEGORIES= devel
MAINTAINER= Daniel Dickman <daniel@openbsd.org>
# LGPLv2.1+
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
TEST_DEPENDS= devel/py-mypy
.include <bsd.port.mk>