summaryrefslogtreecommitdiff
path: root/strata/baserock-import.morph
blob: a3a195db3f56d8b422e6b1fd0fbdd69cde625808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: baserock-import
kind: stratum
description: Tools for importing software into Baserock definitions.
build-depends:
- morph: strata/morph-utils.morph
chunks:
- name: ansicolor
  repo: upstream:python-packages/ansicolor
  ref: 9d3adbaff35bb6cde1d63414a8cc72f572c4d0ef
  unpetrify-ref: 0.2.4
- name: python-decorator
  repo: upstream:python-packages/python-decorator
  ref: b02f7a254c3679dfac57a824e08dd02ced850636
  unpetrify-ref: decorator-3.4.0
- name: networkx
  repo: upstream:python-packages/networkx
  ref: 8ac796aba866ade1a56b83e30f25ed392ca3512c
  unpetrify-ref: networkx-1.9.1
- name: requests-cache
  repo: upstream:python-packages/requests-cache
  ref: a1b5e65ccd715f1e8434f18f27913715340d6aaf
  unpetrify-ref: 0.4.6
- name: baserock-import
  repo: baserock:baserock/import
  ref: 461979515ca30cd8e5acdec4cdb5ca3adeb6a9e7
  unpetrify-ref: master
  build-depends:
  - ansicolor
  - networkx
  - python-decorator