move conda stuff to root
authorPaul Brossier <piem@piem.org>
Wed, 19 Aug 2015 13:06:15 +0000 (15:06 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 19 Aug 2015 13:06:15 +0000 (15:06 +0200)
.binstar.yml [new file with mode: 0644]
build.sh [new file with mode: 0644]
meta.yaml [new file with mode: 0644]
scripts/conda/.binstar.yml [deleted file]
scripts/conda/build.sh [deleted file]
scripts/conda/meta.yaml [deleted file]

diff --git a/.binstar.yml b/.binstar.yml
new file mode 100644 (file)
index 0000000..3869749
--- /dev/null
@@ -0,0 +1,2 @@
+package: aubio
+build_targets: conda
diff --git a/build.sh b/build.sh
new file mode 100644 (file)
index 0000000..8e81902
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,7 @@
+python waf configure --prefix=$PREFIX
+python waf build
+python waf install
+pushd python/
+python setup.py build
+python setup.py install
+popd
diff --git a/meta.yaml b/meta.yaml
new file mode 100644 (file)
index 0000000..a43e7a0
--- /dev/null
+++ b/meta.yaml
@@ -0,0 +1,35 @@
+package:
+  name: aubio
+  version: 0.4.3
+
+source:
+  path: .
+  #fn: aubio-0.4.2.tar.bz2
+  #url: http://aubio.org/pub/aubio-0.4.2.tar.bz2
+  #md5: c0f6d8355e92669722501c3a762ba548
+  #sha1: aa0d31c58deb92ab03edfc417d903f50f78444d0
+
+requirements:
+  build:
+    - python
+    - setuptools
+    - numpy
+  run:
+    - python
+    - numpy
+
+test:
+  commands:
+    - aubioonset --help
+    - aubiocut --help
+    - aubiopitch --help
+  imports:
+    - aubio
+
+build:
+  number: 1
+
+about:
+  home: https://aubio.org/
+  license: GPL 3
+  summary: "a library for audio labelling"
diff --git a/scripts/conda/.binstar.yml b/scripts/conda/.binstar.yml
deleted file mode 100644 (file)
index 3869749..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-package: aubio
-build_targets: conda
diff --git a/scripts/conda/build.sh b/scripts/conda/build.sh
deleted file mode 100644 (file)
index 8e81902..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-python waf configure --prefix=$PREFIX
-python waf build
-python waf install
-pushd python/
-python setup.py build
-python setup.py install
-popd
diff --git a/scripts/conda/meta.yaml b/scripts/conda/meta.yaml
deleted file mode 100644 (file)
index 37068ba..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-package:
-  name: aubio
-  version: 0.4.3
-
-source:
-  path: ../../
-  #fn: aubio-0.4.2.tar.bz2
-  #url: http://aubio.org/pub/aubio-0.4.2.tar.bz2
-  #md5: c0f6d8355e92669722501c3a762ba548
-  #sha1: aa0d31c58deb92ab03edfc417d903f50f78444d0
-
-requirements:
-  build:
-    - python
-    - setuptools
-    - numpy
-  run:
-    - python
-    - numpy
-
-test:
-  commands:
-    - aubioonset --help
-    - aubiocut --help
-    - aubiopitch --help
-  imports:
-    - aubio
-
-build:
-  number: 1
-
-about:
-  home: https://aubio.org/
-  license: GPL 3
-  summary: "a library for audio labelling"