math/plplot: drop optional support for expired Python 2.7
The reverse dependencies of this port do not use it. PR: 249718 Submitted by: swills
This commit is contained in:
@@ -45,6 +45,7 @@ CMAKE_ARGS= -DENABLE_java:BOOL=OFF \
|
||||
-DENABLE_ada:BOOL=OFF \
|
||||
-DENABLE_d:BOOL=OFF \
|
||||
-DENABLE_ocaml:BOOL=OFF \
|
||||
-DENABLE_python:BOOL=OFF \
|
||||
-DENABLE_pyqt4:BOOL=OFF \
|
||||
-DPL_FREETYPE_FONT_PATH:PATH="${FREEFONT_DIR}" \
|
||||
-DCMAKE_INSTALL_PKG_CONFIG_DIR:PATH="${PREFIX}/libdata/pkgconfig" \
|
||||
@@ -58,7 +59,7 @@ PLIST_SUB= PLPLOT_VERSION=${PORTVERSION}
|
||||
|
||||
FREEFONT_DIR= ${LOCALBASE}/share/fonts/freefont-ttf
|
||||
|
||||
OPTIONS_DEFINE= DOCS FORTRAN GD LUA PYTHON QT5 TCLTK THREADS WXGTK X11
|
||||
OPTIONS_DEFINE= DOCS FORTRAN GD LUA QT5 TCLTK THREADS WXGTK X11
|
||||
OPTIONS_RADIO= QHULL
|
||||
OPTIONS_RADIO_QHULL= QHULL2015 QHULL2003
|
||||
OPTIONS_DEFAULT= QHULL2015 THREADS X11
|
||||
@@ -78,13 +79,6 @@ LUA_BUILD_DEPENDS= swig:devel/swig
|
||||
LUA_CMAKE_BOOL= ENABLE_lua
|
||||
LUA_CMAKE_ON= -DLUA_EXECUTABLE:FILEPATH="${LUA_CMD}"
|
||||
|
||||
PYTHON_USES= python:2.7
|
||||
PYTHON_BUILD_DEPENDS= swig:devel/swig \
|
||||
${PYNUMPY}
|
||||
PYTHON_RUN_DEPENDS= ${PYNUMPY}
|
||||
PYTHON_CMAKE_BOOL= ENABLE_python
|
||||
PYTHON_CONFIGURE_ENV= PYTHON_VERSION="${PYTHON_VERSION}"
|
||||
|
||||
QHULL2003_DESC= Legacy Qhull support
|
||||
QHULL2015_DESC= Latest Qhull support
|
||||
QHULL2015_LIB_DEPENDS= libqhull.so.7:math/qhull
|
||||
|
||||
@@ -167,13 +167,6 @@ lib/plplot%%PLPLOT_VERSION%%/drivers/xfig.driver_info
|
||||
lib/plplot%%PLPLOT_VERSION%%/drivers/xfig.so
|
||||
%%X11%%lib/plplot%%PLPLOT_VERSION%%/drivers/xwin.driver_info
|
||||
%%X11%%lib/plplot%%PLPLOT_VERSION%%/drivers/xwin.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/Plframe.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/Pltk_init.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/TclSup.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_Pltk_init.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/_plplotc.so
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/plplot.py
|
||||
%%PYTHON%%%%PYTHON_SITELIBDIR%%/plplotc.py
|
||||
libdata/pkgconfig/plplot-c++.pc
|
||||
%%FORTRAN%%libdata/pkgconfig/plplot-fortran.pc
|
||||
%%QT5%%libdata/pkgconfig/plplot-qt.pc
|
||||
@@ -382,94 +375,6 @@ libdata/pkgconfig/plplot.pc
|
||||
%%DATADIR%%/examples/plplot-test-interactive.sh
|
||||
%%DATADIR%%/examples/plplot-test.sh
|
||||
%%DATADIR%%/examples/plplot_test/CMakeLists.txt
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/CMakeLists.txt
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/README.logo
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/README.pythondemos
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/README.rendering_tests
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/plplot_logo.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/plplot_python_start.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/pythondemos.py
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/pytkdemo
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/restore.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_axis_precision.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_circle.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_fill.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_gradient.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_hebrew_diacritic.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_linebreak.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_plplot_encodings.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_plsmem.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_style.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_superscript_subscript.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_symbol_clip.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/test_type1.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/testh.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x00
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x00.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x01
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x01.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x02
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x02.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x03
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x03.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x04
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x04.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x05
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x05.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x06
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x06.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x07
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x07.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x08
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x08.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x09
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x09.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x10
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x10.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x11
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x11.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x12
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x12.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x13
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x13.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x14
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x14.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x15
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x15.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x16
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x16.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x17
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x17.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x18
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x18.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x19
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x19.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x20
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x20.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x21
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x21.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x22
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x22.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x23
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x23.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x24
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x24.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x25
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x25.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x26
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x26.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x27
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x27.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x28
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x28.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x29
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x29.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x30
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x30.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x31
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x31.py
|
||||
%%PYTHON%%%%DATADIR%%/examples/python/x33
|
||||
%%TCLTK%%%%PYTHON%%%%DATADIR%%/examples/python/x33.py
|
||||
%%TCLTK%%%%DATADIR%%/examples/tcl/CMakeLists.txt
|
||||
%%TCLTK%%%%DATADIR%%/examples/tcl/README.tcldemos
|
||||
%%TCLTK%%%%DATADIR%%/examples/tcl/mktclIndex
|
||||
@@ -589,7 +494,6 @@ libdata/pkgconfig/plplot.pc
|
||||
%%DATADIR%%/examples/test_diff.sh
|
||||
%%FORTRAN%%%%DATADIR%%/examples/test_fortran.sh
|
||||
%%LUA%%%%DATADIR%%/examples/test_lua.sh
|
||||
%%PYTHON%%%%DATADIR%%/examples/test_python.sh
|
||||
%%TCLTK%%%%DATADIR%%/examples/test_tcl.sh
|
||||
%%TCLTK%%%%DATADIR%%/examples/tk/CMakeLists.txt
|
||||
%%TCLTK%%%%DATADIR%%/examples/tk/Makefile
|
||||
|
||||
Reference in New Issue
Block a user