[Bug 270134] print/py-ufolib2: Packages built by poudriere have versions set to 0.0.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Mar 2023 06:06:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270134

            Bug ID: 270134
           Summary: print/py-ufolib2: Packages built by poudriere have
                    versions set to 0.0.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: lantw44@gmail.com
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

I was trying to update my fontmake port to the latest version, but fontmake
failed to run due to the bad version information in
/usr/local/lib/python3.9/site-packages/ufoLib2-0.0.0-py3.9.egg-info/PKG-INFO.

$ fontmake
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", line
581, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", line
909, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", line
800, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (ufoLib2 0.0.0
(/usr/local/lib/python3.9/site-packages), Requirement.parse('ufoLib2>=0.13.0'),
{'fontmake'})

It might be a dependency issue, as packages built directly on my desktop
computer doesn't have the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.