[Bug 286927] [UPDATE] update devel/py-archinfo to 9.2.156
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286927] [UPDATE] update devel/py-archinfo to 9.2.156"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 May 2025 10:55:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286927
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd@FreeBSD.org
Assignee|ports-bugs@FreeBSD.org |vvd@FreeBSD.org
Status|New |In Progress
--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
This is incorrect in files/setup.py.in:
from distutils.core import setup
setup(
name = 'archinfo',
version = "%%DISTVERSION%%",
packages = ['archinfo'],
)
Need substitution…
Testing…
--
You are receiving this mail because:
You are the assignee for the bug.