[Bug 268893] Mk/Uses/python.mk: need a way to specify wheel name != PORTNAME

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 13 Jan 2023 05:17:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268893

--- Comment #20 from Yasuhiro Kimura <yasu@freebsd.org> ---
(In reply to Charlie Li from comment #19)

With attachment 239434 `make stage` finished successfully. But now `make
check-plist` fails as following.

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: etc/python-policyd-spf/policyd-spf.conf.commented
Error: Orphaned: share/man/man1/policyd-spf.1.gz
Error: Orphaned: share/man/man5/policyd-spf.conf.5.gz
Error: Orphaned: share/man/man5/policyd-spf.peruser.5.gz
Error: Orphaned: share/man/man8/pyspf-milter.8.gz
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing:
%%PYTHON_LIBDIR%%/site-..etc/python-policyd-spf/policyd-spf.conf.commented
Error: Missing: %%PYTHON_LIBDIR%%/site-..share/man/man1/policyd-spf.1
Error: Missing: %%PYTHON_LIBDIR%%/site-..share/man/man5/policyd-spf.conf.5
Error: Missing: %%PYTHON_LIBDIR%%/site-..share/man/man5/policyd-spf.peruser.5
Error: Missing: %%PYTHON_LIBDIR%%/site-..share/man/man8/pyspf-milter.8
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/mail/py-spf-engine

So please let me confirm one point. Should 'USE_PYTHON=autoplist pep517' work
fine?

-- 
You are receiving this mail because:
You are on the CC list for the bug.