Index: head/lang/python/pkg-descr =================================================================== --- head/lang/python/pkg-descr (revision 495024) +++ head/lang/python/pkg-descr (revision 495025) @@ -1,7 +1,8 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. This is a meta port to the Python interpreter and provides symbolic links to bin/python, bin/pydoc, bin/idle and so on to allow compatibility with version agnostic python scripts. +Do not depend on this port. WWW: https://www.python.org/ Index: head/lang/python2/pkg-descr =================================================================== --- head/lang/python2/pkg-descr (revision 495024) +++ head/lang/python2/pkg-descr (revision 495025) @@ -1,7 +1,8 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. This is a meta port to the Python 2.x interpreter and provides symbolic links to bin/python2, bin/pydoc2, bin/idle2 and so on to allow compatibility with minor version agnostic python scripts. +Do not depend on this port. WWW: https://www.python.org/ Index: head/lang/python3/pkg-descr =================================================================== --- head/lang/python3/pkg-descr (revision 495024) +++ head/lang/python3/pkg-descr (revision 495025) @@ -1,7 +1,8 @@ Python is an interpreted object-oriented programming language, and is often compared to Tcl, Perl or Scheme. This is a meta port to the Python 3.x interpreter and provides symbolic links to bin/python3, bin/pydoc3, bin/idle3 and so on to allow compatibility with minor version agnostic python scripts. +Do not depend on this port. WWW: https://www.python.org/