aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2015-09-16 22:40:24 +0800
committerrm <rm@FreeBSD.org>2015-09-16 22:40:24 +0800
commitd751be9c22b709f09a9c1316d59fc759ccf1fec7 (patch)
tree3d6a80cd1de320c266483eb780f383cf3fd32196 /Mk
parent29a137195f0c4d7362194b2ac04e669607999abe (diff)
downloadfreebsd-ports-gnome-d751be9c22b709f09a9c1316d59fc759ccf1fec7.tar.gz
freebsd-ports-gnome-d751be9c22b709f09a9c1316d59fc759ccf1fec7.tar.zst
freebsd-ports-gnome-d751be9c22b709f09a9c1316d59fc759ccf1fec7.zip
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
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/python.mk1
1 files changed, 0 insertions, 1 deletions
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)