pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-hypothesmith



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 22 13:19:11 UTC 2026

Modified Files:
        pkgsrc/devel/py-hypothesmith: Makefile

Log Message:
py-hypothesmith: switch to py-lark

update test status

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-hypothesmith/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hypothesmith/Makefile
diff -u pkgsrc/devel/py-hypothesmith/Makefile:1.10 pkgsrc/devel/py-hypothesmith/Makefile:1.11
--- pkgsrc/devel/py-hypothesmith/Makefile:1.10  Thu Oct  9 07:57:32 2025
+++ pkgsrc/devel/py-hypothesmith/Makefile       Sun Feb 22 13:19:11 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2025/10/09 07:57:32 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2026/02/22 13:19:11 wiz Exp $
 
 DISTNAME=      hypothesmith-0.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesmith/}
 
@@ -13,7 +13,7 @@ LICENSE=      mpl-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-hypothesis>=6.93.0:../../devel/py-hypothesis
-DEPENDS+=      ${PYPKGPREFIX}-lark-parser-[0-9]*:../../lang/py-lark-parser
+DEPENDS+=      ${PYPKGPREFIX}-lark-[0-9]*:../../lang/py-lark
 DEPENDS+=      ${PYPKGPREFIX}-libcst>=1.0.1:../../lang/py-libcst
 TEST_DEPENDS+= ${PYPKGPREFIX}-black-[0-9]*:../../textproc/py-black
 TEST_DEPENDS+= ${PYPKGPREFIX}-parso-[0-9]*:../../lang/py-parso
@@ -21,9 +21,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-# as of 0.2.0
-# 1 failed, 170 passed, 2 skipped, 3 xfailed
-# https://github.com/Zac-HD/hypothesmith/issues/21
+# 1 failed, 176 passed, 2 skipped, 3 xfailed, 2 xpassed
+# https://github.com/Zac-HD/hypothesmith/issues/38
 TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310



Home | Main Index | Thread Index | Old Index