The attached patch allows devel/py-configobj to be built as a Python 3 module. It adds two patches to the port, which basically change the Python 2 syntax to Python 2.7/3 syntax. It also fixes a couple of portlint warnings.
Auto-assigned to maintainer nivit@FreeBSD.org
Created attachment 147949 [details] Allows devel/py-configobj to be built for Python 3
This PR timed out (maintainer approval no longer required) I'm taking it over because I committed bug 194126 that says this PR is blocking it.
A commit references this bug: Author: marino Date: Sun Nov 9 09:07:06 UTC 2014 New revision: 372347 URL: https://svnweb.freebsd.org/changeset/ports/372347 Log: devel/py-configobj: Fix building on Python 3 PR: 194125 Submitted by: Matteo Cypriani Approved by: maintainer timeout Changes: head/devel/py-configobj/Makefile head/devel/py-configobj/files/ head/devel/py-configobj/files/patch-configobj.py head/devel/py-configobj/files/patch-validate.py head/devel/py-configobj/pkg-descr
The USE=python changes had already been done. Thanks!