Changeset 4386 for fullrmc-pkg/pyrep


Ignore:
Timestamp:
Apr 1, 2020 10:00:54 PM (4 years ago)
Author:
toby
Message:

use noarch & prepare for Jenkins builds

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 setup
    2 #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.whl
    3 #$PREFIX/bin/pip install /tmp/pyrep-3.2.0-py3-none-any.whl
    41$PYTHON setup.py install     # Python command to install the script.
    5 # and then gone
    6 #$PREFIX/bin/pip uninstall pyrep -y
  • fullrmc-pkg/pyrep/meta.yaml

    r4383 r4386  
    66#  git_rev:
    77  git_url: https://github.com/bachiraoun/pyrep.git
     8  patches:
     9   - setup.patch
     10
     11build:
     12  noarch: python
    813
    914requirements:
Note: See TracChangeset for help on using the changeset viewer.