From d751be9c22b709f09a9c1316d59fc759ccf1fec7 Mon Sep 17 00:00:00 2001 From: rm Date: Wed, 16 Sep 2015 14:40:24 +0000 Subject: textproc/py-xml: remove port This package has been included into python standard library since python 2.2 or 2.0, but some of our ports used apis not available in stock python xml package. Now all the issue are fixed and we can finally remove this port. It is dead upstream and because of it's invasive nature it may break innocent ports while installed (there were known issues for Eric and Docutils), so it was removed in most distributions years ago. There is comprehensive summary on reasons why PyXML was removed at Fedora Project [1]. The same reasons are also applicable to our tree. [1] https://fedoraproject.org/wiki/Features/RemovePyXML --- Mk/Uses/python.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'Mk') diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index 24dabc81462e..a2695f9bc2a1 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -538,7 +538,6 @@ CMAKE_ARGS+= -DPython_ADDITIONAL_VERSIONS=${PYTHON_VER} PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric PYNUMPY= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy -PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml # dependencies .if defined(_PYTHON_BUILD_DEP) -- cgit