diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-02 11:29:48 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-02 11:29:48 +0000 |
commit | ed8d7adc88721f346c18f12031e1b3315c17abf1 (patch) | |
tree | 0222fbf377d320ae1137bf084eab458d424d237b | |
parent | Upgrade the Cinnamon desktop environment to version 4.8 (diff) |
graphics/py-box2d-py, math/py-cmaes, math/py-optuna: remove pkg-message.in
PR: 252342
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
-rw-r--r-- | graphics/py-box2d-py/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-box2d-py/files/pkg-message.in | 9 | ||||
-rw-r--r-- | math/py-cmaes/Makefile | 1 | ||||
-rw-r--r-- | math/py-cmaes/files/pkg-message.in | 9 | ||||
-rw-r--r-- | math/py-optuna/Makefile | 1 | ||||
-rw-r--r-- | math/py-optuna/files/pkg-message.in | 9 |
6 files changed, 0 insertions, 31 deletions
diff --git a/graphics/py-box2d-py/Makefile b/graphics/py-box2d-py/Makefile index 6b37d66d8695..05caf5430a57 100644 --- a/graphics/py-box2d-py/Makefile +++ b/graphics/py-box2d-py/Makefile @@ -18,6 +18,4 @@ LIB_DEPENDS= libBox2D.so:misc/box2d USES= compiler:c11 python:3.6+ USE_PYTHON= autoplist distutils -SUB_FILES= pkg-message - .include <bsd.port.mk> diff --git a/graphics/py-box2d-py/files/pkg-message.in b/graphics/py-box2d-py/files/pkg-message.in deleted file mode 100644 index cd438590cdea..000000000000 --- a/graphics/py-box2d-py/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: <<EOM -There is no Tensorflow port currently in FreeBSD ports tree that is required -by Keras by default. To make Keras work with Theano backend, one needs to modify -theirs $HOME/.keras/keras.json file and set "backend" option to "theano". -EOM -} -] diff --git a/math/py-cmaes/Makefile b/math/py-cmaes/Makefile index 30ad3f067717..7bdc86a5fe8f 100644 --- a/math/py-cmaes/Makefile +++ b/math/py-cmaes/Makefile @@ -20,6 +20,5 @@ USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes -SUB_FILES= pkg-message .include <bsd.port.mk> diff --git a/math/py-cmaes/files/pkg-message.in b/math/py-cmaes/files/pkg-message.in deleted file mode 100644 index cd438590cdea..000000000000 --- a/math/py-cmaes/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: <<EOM -There is no Tensorflow port currently in FreeBSD ports tree that is required -by Keras by default. To make Keras work with Theano backend, one needs to modify -theirs $HOME/.keras/keras.json file and set "backend" option to "theano". -EOM -} -] diff --git a/math/py-optuna/Makefile b/math/py-optuna/Makefile index ec73636a229d..f4dbf883ffff 100644 --- a/math/py-optuna/Makefile +++ b/math/py-optuna/Makefile @@ -27,6 +27,5 @@ USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes -SUB_FILES= pkg-message .include <bsd.port.mk> diff --git a/math/py-optuna/files/pkg-message.in b/math/py-optuna/files/pkg-message.in deleted file mode 100644 index cd438590cdea..000000000000 --- a/math/py-optuna/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: <<EOM -There is no Tensorflow port currently in FreeBSD ports tree that is required -by Keras by default. To make Keras work with Theano backend, one needs to modify -theirs $HOME/.keras/keras.json file and set "backend" option to "theano". -EOM -} -] |