From 4db588af9caf924d6e1823c510aece82936272da Mon Sep 17 00:00:00 2001 From: Joseph Mirabel Date: Fri, 19 Jun 2020 09:14:11 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 71cf533..cdc3134 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,4 @@ Available formulas * [osgQt](https://github.com/openscenegraph/osgQt) * [omniORBpy](https://github.com/Gepetto/omniORBpy) * [gepetto-viewer](https://github.com/Gepetto/gepetto-viewer) -* [gepetto-viewer-corba](https://github.com/Gepetto/gepetto-viewer-corba) -* [gepetto-viewer-corba-python3](https://github.com/Gepetto/gepetto-viewer-corba) - +* [gepetto-viewer-corba](https://github.com/Gepetto/gepetto-viewer-corba) with Python 3 support only. -- GitLab From d27d846c9cad38e7900c5f5eeceadbf87bda8b55 Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Fri, 19 Jun 2020 09:46:46 +0200 Subject: [PATCH 2/2] readme: update content --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cdc3134..a99c8e6 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,15 @@ homebrew-gepetto ================ -Homebrew formulas of Gepetto's Softwares. +Homebrew formulas of Gepetto's Softwares. For information, only Python 3 is supported as Python 2 is deprecated since Janurary, 1st 2020. Available formulas ------------------ * [pinocchio](https://github.com/stack-of-tasks/pinocchio) -* [pinocchio-python3](https://github.com/stack-of-tasks/pinocchio) * [eigenpy](https://github.com/stack-of-tasks/eigenpy) -* [eigenpy-python3](https://github.com/stack-of-tasks/eigenpy) * [hpp-fcl](https://github.com/humanoid-path-planner/hpp-fcl) -* [hpp-fcl-python3](https://github.com/humanoid-path-planner/hpp-fcl) * [osgQt](https://github.com/openscenegraph/osgQt) * [omniORBpy](https://github.com/Gepetto/omniORBpy) * [gepetto-viewer](https://github.com/Gepetto/gepetto-viewer) -* [gepetto-viewer-corba](https://github.com/Gepetto/gepetto-viewer-corba) with Python 3 support only. +* [gepetto-viewer-corba](https://github.com/Gepetto/gepetto-viewer-corba) -- GitLab