pkgsrc-WIP-changes archive

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

py-pytokens: finish update



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Feb 2 19:53:17 2026 +0100
Changeset:	b1eb8e4133775db6709430c393adadcab8796917

Modified Files:
	py-pytokens/Makefile
	py-pytokens/PLIST
Removed Files:
	py-pytokens/TODO

Log Message:
py-pytokens: finish update

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b1eb8e4133775db6709430c393adadcab8796917

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

diffstat:
 py-pytokens/Makefile | 2 +-
 py-pytokens/PLIST    | 8 +++++++-
 py-pytokens/TODO     | 3 ---
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-pytokens/Makefile b/py-pytokens/Makefile
index c90f77e357..6670334319 100644
--- a/py-pytokens/Makefile
+++ b/py-pytokens/Makefile
@@ -11,10 +11,10 @@ COMMENT=	Fast, spec compliant Python 3.12+ tokenizer
 LICENSE=	mit
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+=	${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES=	c c++
 
 .include "../../lang/python/wheel.mk"
+.include "../../lang/py-mypy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-pytokens/PLIST b/py-pytokens/PLIST
index 4a820ad089..ad4bc77ebe 100644
--- a/py-pytokens/PLIST
+++ b/py-pytokens/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2025/09/21 15:21:31 wiz Exp $
+@comment $NetBSD$
+${PYSITELIB}/fd7dcdb10166ebd4db98__mypyc.so
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,9 +8,14 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pytokens/__init__.py
 ${PYSITELIB}/pytokens/__init__.pyc
 ${PYSITELIB}/pytokens/__init__.pyo
+${PYSITELIB}/pytokens/__init__.so
 ${PYSITELIB}/pytokens/__main__.py
 ${PYSITELIB}/pytokens/__main__.pyc
 ${PYSITELIB}/pytokens/__main__.pyo
+${PYSITELIB}/pytokens/_mypyc_dummy.py
+${PYSITELIB}/pytokens/_mypyc_dummy.pyc
+${PYSITELIB}/pytokens/_mypyc_dummy.pyo
+${PYSITELIB}/pytokens/_mypyc_dummy.so
 ${PYSITELIB}/pytokens/cli.py
 ${PYSITELIB}/pytokens/cli.pyc
 ${PYSITELIB}/pytokens/cli.pyo
diff --git a/py-pytokens/TODO b/py-pytokens/TODO
deleted file mode 100644
index 39fd885ee3..0000000000
--- a/py-pytokens/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-Build failure, missing init.c
-
-https://github.com/tusharsadhwani/pytokens/issues/23


Home | Main Index | Thread Index | Old Index