source: fullrmc-pkg/pysimplelog/meta.yaml @ 4668

Last change on this file since 4668 was 4386, checked in by toby, 4 years ago

use noarch & prepare for Jenkins builds

File size: 295 bytes
Line 
1package:
2  name: pysimplelog
3  version: 2.0.0
4
5source:
6#  git_rev:
7  git_url: https://github.com/bachiraoun/pysimplelog.git
8
9build:
10  noarch: python
11
12requirements:
13  build:
14    - python
15
16  run:
17    - python
18   
19#test:
20#  imports:
21#    -
22
23about:
24  home: https://bachiraoun.github.io/pysimplelog/
Note: See TracBrowser for help on using the repository browser.