[Bug 218129] devel/py-subversion plist python3 compat issue regarding __pycache__ directory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 25 23:24:12 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218129

            Bug ID: 218129
           Summary: devel/py-subversion plist python3 compat issue
                    regarding __pycache__ directory
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: lev at FreeBSD.org
          Reporter: umage at netvor.sk
             Flags: maintainer-feedback?(lev at FreeBSD.org)
          Assignee: lev at FreeBSD.org

Python27 places compiled .pyc files next to their sources. Python36 puts them
in a __pycache__ subdirectory. Because devel/py-subversion ships with a static
plist file compatible with python27, the build will error out in the end.

Suggested workaround was to add the py3kplist compat option:
USE_PYTHON= py3kplist

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


More information about the freebsd-ports-bugs mailing list