[kde-freebsd] [SVN Commit] area51/PYQT/devel/py-qt4-core
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Jun 21 13:54:45 UTC 2014
SVN commit 10139 by rakuco:
py-qt4-core: Build with Python 3 as well.
Instead of forcefully removing the pyuic/uic/port_v3/ directory, which in
effect prevents the port from building with Python 3, check for the major
Python version being used and selectively remove either port_v2/ or
port_v3/.
Additionally, set PYTHON_PY3K_PLIST_HACK, since PyQt does not use either
distutils or setuptools, and Python >= 3.2 store .pyc/.pyo files in a
different directory.
PR: 180467
Submitted by: nwhitehorn@ (original version)
M +14 -4 Makefile
M +22 -22 pkg-plist
More information about the kde-freebsd
mailing list