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

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

Changes since 1.1.0:
- Fix python3
- update tests
- update CI
- generate doc
parent 8084111f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Created: Guilhem Saurel, on Fri 25 May, 2018
#
NAME= parametric-curves
VERSION= 1.1.0
VERSION= 1.1.1
PKGNAME= ${PKGTAG.python-}${NAME}-${VERSION}
DISTNAME= ${NAME}-${VERSION}
MASTER_SITES= ${MASTER_SITE_GITHUB:=stack-of-tasks/${NAME}/releases/download/v${VERSION}/}
......
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
SHA1 (parametric-curves-1.1.1.tar.gz) = 1acae7a80d34f76de4ac0b9a87551392ae011fbd
RMD160 (parametric-curves-1.1.1.tar.gz) = 20d54bc09033b1ccdf3cfd587fc3d8b8672d91e7
Size (parametric-curves-1.1.1.tar.gz) = 814262 bytes
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