Skip to content

Commit 44bc932

Browse files
committed
py-mypy: update to 1.19.1nb1.
Add missing py-librt dependency, add test status.
1 parent 9f62815 commit 44bc932

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lang/py-mypy/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# $NetBSD: Makefile,v 1.66 2025/12/15 08:11:33 adam Exp $
1+
# $NetBSD: Makefile,v 1.67 2026/01/25 23:27:13 wiz Exp $
22

33
DISTNAME= mypy-1.19.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5+
PKGREVISION= 1
56
CATEGORIES= lang python
67
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mypy/}
78

@@ -12,6 +13,7 @@ LICENSE= mit
1213

1314
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
1415
DEPENDS+= ${PYPKGPREFIX}-mypy_extensions>=1.0.0:../../lang/py-mypy_extensions
16+
DEPENDS+= ${PYPKGPREFIX}-librt>=0:../../lang/py-librt
1517
DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.9.0:../../devel/py-pathspec
1618
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.6.0:../../devel/py-typing-extensions
1719
TEST_DEPENDS+= ${PYPKGPREFIX}-attrs>=18.0:../../devel/py-attrs
@@ -22,6 +24,9 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.34.0:../../devel/py-test-xdist
2224

2325
USE_LANGUAGES= c # for tests
2426

27+
# as of 1.19.1
28+
# 25 failed, 12967 passed, 405 skipped, 13 xfailed
29+
2530
.include "../../lang/python/pyversion.mk"
2631
.if ${PYTHON_VERSION} < 311
2732
DEPENDS+= ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli

0 commit comments

Comments
 (0)