From 17a1a485e0cc713c99649bc1ca19ce37c3673827 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Tue, 14 Apr 2020 13:05:36 +0200
Subject: [PATCH] [wip/py-hpp-bezier-com-traj] Update to v4.9.0

Changes in v4.9.0:
- Use numpy array instead of matrix in python test
- update README
- Fix python API when using Array
- Refactoring hpp-spline -> curves
- CMake Exports
---
 py-hpp-bezier-com-traj/Makefile | 3 ---
 py-hpp-bezier-com-traj/PLIST    | 4 ++++
 py-hpp-bezier-com-traj/distinfo | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/py-hpp-bezier-com-traj/Makefile b/py-hpp-bezier-com-traj/Makefile
index 3254ae2f..9bf9cf80 100644
--- a/py-hpp-bezier-com-traj/Makefile
+++ b/py-hpp-bezier-com-traj/Makefile
@@ -5,8 +5,6 @@
 HPP_PACKAGE=		hpp-bezier-com-traj
 HPP_COMMENT=		trajectory generation for the COM with bezier curves
 
-PKGREVISION=		1
-
 CATEGORIES=		wip
 
 USE_BOOST_LIBS=		python
@@ -17,7 +15,6 @@ include ../../meta-pkgs/hpp/Makefile.common
 include ../../math/curves/depend.mk
 include ../../math/py-curves/depend.mk
 
-include ../../wip/py-hpp-spline/depend.mk
 include ../../wip/py-hpp-centroidal-dynamics/depend.mk
 
 include ../../math/py-eigenpy/depend.mk
diff --git a/py-hpp-bezier-com-traj/PLIST b/py-hpp-bezier-com-traj/PLIST
index 52c86554..88e3fd4f 100644
--- a/py-hpp-bezier-com-traj/PLIST
+++ b/py-hpp-bezier-com-traj/PLIST
@@ -21,6 +21,10 @@ include/hpp/bezier-com-traj/waypoints/waypoints_c0_dc0_ddc0_c1.hh
 include/hpp/bezier-com-traj/waypoints/waypoints_c0_dc0_ddc0_dc1_c1.hh
 include/hpp/bezier-com-traj/waypoints/waypoints_c0_dc0_ddc0_ddc1_dc1_c1.hh
 include/hpp/bezier-com-traj/waypoints/waypoints_definition.hh
+lib/cmake/hpp-bezier-com-traj/hpp-bezier-com-trajConfig.cmake
+lib/cmake/hpp-bezier-com-traj/hpp-bezier-com-trajConfigVersion.cmake
+lib/cmake/hpp-bezier-com-traj/hpp-bezier-com-trajTargets-release.cmake
+lib/cmake/hpp-bezier-com-traj/hpp-bezier-com-trajTargets.cmake
 lib/libhpp-bezier-com-traj.so
 lib/pkgconfig/hpp-bezier-com-traj.pc
 ${PYTHON_SITELIB}/hpp_bezier_com_traj.so
diff --git a/py-hpp-bezier-com-traj/distinfo b/py-hpp-bezier-com-traj/distinfo
index 91f93d6e..d386f78d 100644
--- a/py-hpp-bezier-com-traj/distinfo
+++ b/py-hpp-bezier-com-traj/distinfo
@@ -1,3 +1,3 @@
-SHA1 (hpp-bezier-com-traj-4.8.0.tar.gz) = fc1cc146cda9d94b56f108119c68ba601468fde6
-RMD160 (hpp-bezier-com-traj-4.8.0.tar.gz) = 66398ac14847224d19582b608d55fbf91187d8c6
-Size (hpp-bezier-com-traj-4.8.0.tar.gz) = 869499 bytes
+SHA1 (hpp-bezier-com-traj-4.9.0.tar.gz) = 03272bf4424ebc2c6876b041a8d5a44742f33d5a
+RMD160 (hpp-bezier-com-traj-4.9.0.tar.gz) = 59c7719a9e194faa44799f02d1563659292f3363
+Size (hpp-bezier-com-traj-4.9.0.tar.gz) = 875734 bytes
-- 
GitLab