mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
24 lines
418 B
Makefile
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>
|