shithub: aubio

Download patch

ref: a4afbacaec52247ec3f203de34c9a30cd3f7a50c
parent: 00ccf4766c2a80842c45e8d25cc1f1ac52174475
author: Paul Brossier <piem@piem.org>
date: Sun Nov 4 17:09:35 EST 2018

[waf] avoid shipping generated files in tarball

--- a/wscript
+++ b/wscript
@@ -608,6 +608,9 @@
     ctx.excl += ' **/python/ext/config.h'
     ctx.excl += ' **/python/lib/aubio/_aubio.so'
     ctx.excl += ' **.egg-info'
+    ctx.excl += ' **/.eggs'
+    ctx.excl += ' **/.pytest_cache'
+    ctx.excl += ' **/.cache'
     ctx.excl += ' **/**.zip **/**.tar.bz2'
     ctx.excl += ' **.tar.bz2'
     ctx.excl += ' **/doc/full/* **/doc/web/*'