Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
c2003c03
Commit
c2003c03
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[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
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
py-parametric-curves/Makefile
+1
-1
1 addition, 1 deletion
py-parametric-curves/Makefile
py-parametric-curves/distinfo
+3
-4
3 additions, 4 deletions
py-parametric-curves/distinfo
py-parametric-curves/patches/patch-aa
+0
-14
0 additions, 14 deletions
py-parametric-curves/patches/patch-aa
with
4 additions
and
19 deletions
py-parametric-curves/Makefile
+
1
−
1
View file @
c2003c03
...
...
@@ -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
}
/
}
...
...
This diff is collapsed.
Click to expand it.
py-parametric-curves/distinfo
+
3
−
4
View file @
c2003c03
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
This diff is collapsed.
Click to expand it.
py-parametric-curves/patches/patch-aa
deleted
100644 → 0
+
0
−
14
View file @
8084111f
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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment