Changeset 4386 for fullrmc-pkg/pyrep
- Timestamp:
- Apr 1, 2020 10:00:54 PM (4 years ago)
- Location:
- fullrmc-pkg/pyrep
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fullrmc-pkg/pyrep/build.sh
r4384 r4386 1 # pyrep needs to be installed in order to run setup2 #curl https://files.pythonhosted.org/packages/ac/ad/40096791da6aee74d009837a6e0a524073f37c626187be5f9d4e3ba5a085/pyrep-3.2.0-py3-none-any.whl > /tmp/pyrep-3.2.0-py3-none-any.whl3 #$PREFIX/bin/pip install /tmp/pyrep-3.2.0-py3-none-any.whl4 1 $PYTHON setup.py install # Python command to install the script. 5 # and then gone6 #$PREFIX/bin/pip uninstall pyrep -y -
fullrmc-pkg/pyrep/meta.yaml
r4383 r4386 6 6 # git_rev: 7 7 git_url: https://github.com/bachiraoun/pyrep.git 8 patches: 9 - setup.patch 10 11 build: 12 noarch: python 8 13 9 14 requirements:
Note: See TracChangeset
for help on using the changeset viewer.