source: meta.yaml @ 6d951c9

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 6d951c9 was 6d951c9, checked in by Paul Brossier <piem@piem.org>, 9 years ago

move conda stuff to root

  • Property mode set to 100644
File size: 551 bytes
Line 
1package:
2  name: aubio
3  version: 0.4.3
4
5source:
6  path: .
7  #fn: aubio-0.4.2.tar.bz2
8  #url: http://aubio.org/pub/aubio-0.4.2.tar.bz2
9  #md5: c0f6d8355e92669722501c3a762ba548
10  #sha1: aa0d31c58deb92ab03edfc417d903f50f78444d0
11
12requirements:
13  build:
14    - python
15    - setuptools
16    - numpy
17  run:
18    - python
19    - numpy
20
21test:
22  commands:
23    - aubioonset --help
24    - aubiocut --help
25    - aubiopitch --help
26  imports:
27    - aubio
28
29build:
30  number: 1
31
32about:
33  home: https://aubio.org/
34  license: GPL 3
35  summary: "a library for audio labelling"
Note: See TracBrowser for help on using the repository browser.