[Bug 219278] devel/py-extras: fix for python 3.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 14 16:14:12 UTC 2017


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

            Bug ID: 219278
           Summary: devel/py-extras: fix for python 3.x
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cs at FreeBSD.org
          Reporter: xmj at FreeBSD.org
             Flags: maintainer-feedback?(cs at FreeBSD.org)
          Assignee: cs at FreeBSD.org

Created attachment 182595
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182595&action=edit
py-extras should work with python 3.x

Python 3.x changes the location of the compiled python objects - pyc and pyo -
and hence the pkg-plist supplied with devel/py-extras is incorrect and makes
`make package` (and make install, for that matter) error out.

Replace pkg-plist with autoplist to circumvent this issue. Also, for good
measure, bump PORTREVISION (though this is probably unnecessary).

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


More information about the freebsd-ports-bugs mailing list