Re: git: 15fa6c24c1ed - main - textproc/py-mistune0: Simplify Makefile

From: Craig Leres <leres_at_freebsd.org>
Date: Sat, 27 Jun 2026 17:32:30 UTC
On 6/26/26 13:51, Po-Chuan Hsieh wrote:
> The branch main has been updated by sunpoet:
> 
> URL:https://cgit.FreeBSD.org/ports/commit/? 
> id=15fa6c24c1edeeeb04dae8e3b5cfcd96f28a5dda
> 
> commit 15fa6c24c1edeeeb04dae8e3b5cfcd96f28a5dda
> Author:     Po-Chuan Hsieh<sunpoet@FreeBSD.org>
> AuthorDate: 2026-06-26 20:45:18 +0000
> Commit:     Po-Chuan Hsieh<sunpoet@FreeBSD.org>
> CommitDate: 2026-06-26 20:45:18 +0000
> 
>      textproc/py-mistune0: Simplify Makefile

This doesn't build for me, it fails in stage. When I look in 
work-py312/mistune-0.8.4/dist I see mistune0-0.8.4-py2.py3-none-any.whl 
instead of mistune-0.8.4*.whl

		Craig

===>  Staging for py312-mistune0-0.8.4_2
===>   py312-mistune0-0.8.4_2 depends on file: /usr/local/bin/python3.12 
- found
===>   Generating temporary packing list
Traceback (most recent call last):
   File "<frozen runpy>", line 198, in _run_module_as_main
   File "<frozen runpy>", line 88, in _run_code
   File "/usr/local/lib/python3.12/site-packages/installer/__main__.py", 
line 115, in <module>
     _main(sys.argv[1:], "python -m installer")
   File "/usr/local/lib/python3.12/site-packages/installer/__main__.py", 
line 100, in _main
     with WheelFile.open(wheel) as source:
          ^^^^^^^^^^^^^^^^^^^^^
   File "/usr/local/lib/python3.12/contextlib.py", line 137, in __enter__
     return next(self.gen)
            ^^^^^^^^^^^^^^
   File "/usr/local/lib/python3.12/site-packages/installer/sources.py", 
line 179, in open
     with zipfile.ZipFile(path) as f:
          ^^^^^^^^^^^^^^^^^^^^^
   File "/usr/local/lib/python3.12/zipfile/__init__.py", line 1352, in 
__init__
     self.fp = io.open(file, filemode)
               ^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 
'/wrkdirs/usr/ports/textproc/py-mistune0/work-py312/mistune-0.8.4/dist/mistune-0.8.4*.whl'
*** Error code 1

Stop.
make: stopped making "all" in /usr/ports/textproc/py-mistune0