Skip to content
Snippets Groups Projects
Commit 0040e8d8 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-parametric-curves] Update to 1.1.0

And fix packaging for python3 with patch-aa
parent 8292a2eb
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ SUBDIR+= py-laaswm
SUBDIR+= py-mavlink
SUBDIR+= py-morse
SUBDIR+= py-mraa
SUBDIR+= py-parametric-curves
SUBDIR+= py-sot-tools-v3
SUBDIR+= roralink
SUBDIR+= robotModelParser-libs
......
......@@ -2,13 +2,12 @@
# Created: Guilhem Saurel, on Fri 25 May, 2018
#
NAME= parametric-curves
VERSION= 1.0.3
VERSION= 1.1.0
PKGNAME= ${PKGTAG.python-}${NAME}-${VERSION}
DISTNAME= ${NAME}-${VERSION}
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/}
MASTER_SITES= ${MASTER_SITE_GITHUB:=stack-of-tasks/${NAME}/releases/download/v${VERSION}/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}stack-of-tasks/${NAME}
CHECKOUT_VCS_OPTS+= --recursive
PKGREVISION= 1
CATEGORIES= wip
COMMENT= This packages provides a template based parametric curves library (python bindings)
......
SHA1 (parametric-curves-1.0.3.tar.gz) = d11a15591b75c7646067cb6da76c9ac8070181c4
RMD160 (parametric-curves-1.0.3.tar.gz) = a777c60c0c180ef3cc29ef7afd537fd33da96783
Size (parametric-curves-1.0.3.tar.gz) = 810007 bytes
SHA1 (parametric-curves-1.1.0.tar.gz) = 7880be26f3d9e35df5168c0b522005aa70a7db87
RMD160 (parametric-curves-1.1.0.tar.gz) = 31f3f8fc5f3e481e0d24bbc8e036a9909b80aa27
Size (parametric-curves-1.1.0.tar.gz) = 780702 bytes
SHA1 (patch-aa) = 88c67c261caffd5766537f764964df3b04a768f5
Don't install .pyc files, fix python 3.2+, whose compiled files are __pycache__/$filename.<magic>.pyc
see https://www.python.org/dev/peps/pep-3147/
diff --git python/CMakeLists.txt python/CMakeLists.txt
index e347c37..9e25e78 100644
--- python/CMakeLists.txt
+++ python/CMakeLists.txt
@@ -60,6 +60,5 @@ FOREACH(python ${PYTHON_FILES})
INSTALL(FILES
"${${PROJECT_NAME}_SOURCE_DIR}/python/${python}"
- "${CMAKE_BINARY_DIR}/bindings/python/${PROJECT_NAME}/${pythonFile}c"
DESTINATION ${${PYWRAP}_INSTALL_DIR})
ENDFOREACH(python)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment