Changeset 4386


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

use noarch & prepare for Jenkins builds

Location:
fullrmc-pkg
Files:
7 added
7 edited

Legend:

Unmodified
Added
Removed
  • fullrmc-pkg/notes

    r4383 r4386  
    1111        conda build pylocker
    1212
    13         repeat for 
     13        repeat for:
    1414               pylocker
    1515               pypref       
     
    3535
    3636        conda install fullrmc -c fullrmc
     37
     38redo as noarch: (use conda build ...)
     39     pylocker
     40     pysimplelog
     41     pypref         
     42
     43
     44With dependencies for above. N.B. since fullrmc is a current directory
     45there is a conflict
     46        use:
     47                conda install pylocker -c fullrmc
     48                conda build
     49        or     
     50                conda build ./fullrmc-pkg/pyrep -c fullrmc
     51
     52     pyrep
     53     pdbparser
     54
     55     fullrmc
  • fullrmc-pkg/pdbparser/meta.yaml

    r4383 r4386  
    11package:
    22  name: pdbparser
    3   version: 0.1.8.1
     3  version: 0.1.8
    44
    55source:
    66#  git_rev:
    77  git_url: https://github.com/bachiraoun/pdbparser.git
    8   patches:
    9    - zipsafe.patch
     8#  patches:
     9#   - zipsafe.patch
     10
     11build:
     12  noarch: python
    1013
    1114requirements:
  • fullrmc-pkg/pylocker/meta.yaml

    r4383 r4386  
    77  git_url: https://github.com/bachiraoun/pylocker.git
    88
     9build:
     10  noarch: python
     11
    912requirements:
    1013  build:
    1114    - python
     15    - psutil
    1216
    1317  run:
    1418    - python
     19    - psutil
    1520   
    1621#test:
  • fullrmc-pkg/pypref/meta.yaml

    r4383 r4386  
    77  git_url: https://github.com/bachiraoun/pypref.git
    88
     9build:
     10  noarch: python
     11 
    912requirements:
    1013  build:
  • 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:
  • fullrmc-pkg/pysimplelog/meta.yaml

    r4383 r4386  
    66#  git_rev:
    77  git_url: https://github.com/bachiraoun/pysimplelog.git
     8
     9build:
     10  noarch: python
    811
    912requirements:
Note: See TracChangeset for help on using the changeset viewer.