shithub: aubio

Download patch

ref: 99d8cbb17ed382ede120b52b8f4591c8c680b632
parent: 7800335d5269df34a7aad8a02fcf09df37207c87
author: Paul Brossier <piem@piem.org>
date: Fri Sep 16 15:14:07 EDT 2016

wscript: improve tarball creation (./waf dist)

--- a/wscript
+++ b/wscript
@@ -392,10 +392,14 @@
         Logs.pprint('RED', msg)
 
 def dist(ctx):
-    ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/.lock-w* **/.git*'
+    ctx.excl  = ' **/.waf-1* **/*~ **/*.pyc **/*.swp **/*.swo **/*.swn **/.lock-w* **/.git*'
     ctx.excl += ' **/build/*'
+    ctx.excl += ' doc/_build'
+    ctx.excl += ' python/demos_*'
     ctx.excl += ' **/python/gen **/python/build **/python/dist'
     ctx.excl += ' **/python/ext/config.h'
+    ctx.excl += ' **/python/lib/aubio/_aubio.so'
+    ctx.excl += ' **.egg-info'
     ctx.excl += ' **/**.zip **/**.tar.bz2'
     ctx.excl += ' **/doc/full/* **/doc/web/*'
     ctx.excl += ' **/python/*.db'